| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.EmojiCategorySource
Synopsis
Documentation
data EmojiCategorySource Source #
Describes source of stickers for an emoji category
Constructors
| 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 Methods parseJSON :: Value -> Parser EmojiCategorySource # parseJSONList :: Value -> Parser [EmojiCategorySource] # | |
| Show EmojiCategorySource Source # | |
Defined in TD.Data.EmojiCategorySource Methods showsPrec :: Int -> EmojiCategorySource -> ShowS # show :: EmojiCategorySource -> String # showList :: [EmojiCategorySource] -> ShowS # | |
| Eq EmojiCategorySource Source # | |
Defined in TD.Data.EmojiCategorySource Methods (==) :: EmojiCategorySource -> EmojiCategorySource -> Bool # (/=) :: EmojiCategorySource -> EmojiCategorySource -> Bool # | |
| ShortShow EmojiCategorySource Source # | |
Defined in TD.Data.EmojiCategorySource Methods | |