| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.EmojiCategoryType
Documentation
data EmojiCategoryType Source #
Describes type of emoji category
Constructors
| EmojiCategoryTypeDefault | The category must be used by default (e.g., for custom emoji or animation search) |
| EmojiCategoryTypeRegularStickers | The category must be used by default for regular sticker selection. It may contain greeting emoji category and premium stickers |
| EmojiCategoryTypeEmojiStatus | The category must be used for emoji status selection |
| EmojiCategoryTypeChatPhoto | The category must be used for chat photo emoji selection |
Instances
| FromJSON EmojiCategoryType Source # | |
Defined in TD.Data.EmojiCategoryType Methods parseJSON :: Value -> Parser EmojiCategoryType # parseJSONList :: Value -> Parser [EmojiCategoryType] # | |
| ToJSON EmojiCategoryType Source # | |
Defined in TD.Data.EmojiCategoryType Methods toJSON :: EmojiCategoryType -> Value # toEncoding :: EmojiCategoryType -> Encoding # toJSONList :: [EmojiCategoryType] -> Value # toEncodingList :: [EmojiCategoryType] -> Encoding # | |
| Show EmojiCategoryType Source # | |
Defined in TD.Data.EmojiCategoryType Methods showsPrec :: Int -> EmojiCategoryType -> ShowS # show :: EmojiCategoryType -> String # showList :: [EmojiCategoryType] -> ShowS # | |
| Eq EmojiCategoryType Source # | |
Defined in TD.Data.EmojiCategoryType Methods (==) :: EmojiCategoryType -> EmojiCategoryType -> Bool # (/=) :: EmojiCategoryType -> EmojiCategoryType -> Bool # | |
| ShortShow EmojiCategoryType Source # | |
Defined in TD.Data.EmojiCategoryType Methods shortShow :: EmojiCategoryType -> String Source # | |