Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data EmojiCategorySource Source #
Describes source of stickers for an emoji category
EmojiCategorySourceSearch | The category contains a list of similar emoji to search for in getStickers and searchStickers for stickers, or getInlineQueryResults with the bot getOption("animation_search_bot_username") for animations |
EmojiCategorySourcePremium | The category contains premium stickers that must be found by getPremiumStickers |
Instances
FromJSON EmojiCategorySource Source # | |
Defined in TD.Data.EmojiCategorySource parseJSON :: Value -> Parser EmojiCategorySource # parseJSONList :: Value -> Parser [EmojiCategorySource] # | |
Show EmojiCategorySource Source # | |
Defined in TD.Data.EmojiCategorySource showsPrec :: Int -> EmojiCategorySource -> ShowS # show :: EmojiCategorySource -> String # showList :: [EmojiCategorySource] -> ShowS # | |
Eq EmojiCategorySource Source # | |
Defined in TD.Data.EmojiCategorySource (==) :: EmojiCategorySource -> EmojiCategorySource -> Bool # (/=) :: EmojiCategorySource -> EmojiCategorySource -> Bool # | |
ShortShow EmojiCategorySource Source # | |
Defined in TD.Data.EmojiCategorySource |