Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data EmojiCategoryType Source #
Describes type of emoji category
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 parseJSON :: Value -> Parser EmojiCategoryType # parseJSONList :: Value -> Parser [EmojiCategoryType] # | |
ToJSON EmojiCategoryType Source # | |
Defined in TD.Data.EmojiCategoryType toJSON :: EmojiCategoryType -> Value # toEncoding :: EmojiCategoryType -> Encoding # toJSONList :: [EmojiCategoryType] -> Value # toEncodingList :: [EmojiCategoryType] -> Encoding # | |
Show EmojiCategoryType Source # | |
Defined in TD.Data.EmojiCategoryType showsPrec :: Int -> EmojiCategoryType -> ShowS # show :: EmojiCategoryType -> String # showList :: [EmojiCategoryType] -> ShowS # | |
Eq EmojiCategoryType Source # | |
Defined in TD.Data.EmojiCategoryType (==) :: EmojiCategoryType -> EmojiCategoryType -> Bool # (/=) :: EmojiCategoryType -> EmojiCategoryType -> Bool # | |
ShortShow EmojiCategoryType Source # | |
Defined in TD.Data.EmojiCategoryType shortShow :: EmojiCategoryType -> String Source # |