Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetAllStickerEmojis Source #
Returns unique emoji that correspond to stickers to be found by the getStickers(sticker_type, query, 1000000, chat_id). Returns Emojis
GetAllStickerEmojis | |
|
Instances
ToJSON GetAllStickerEmojis Source # | |
Defined in TD.Query.GetAllStickerEmojis toJSON :: GetAllStickerEmojis -> Value # toEncoding :: GetAllStickerEmojis -> Encoding # toJSONList :: [GetAllStickerEmojis] -> Value # toEncodingList :: [GetAllStickerEmojis] -> Encoding # | |
Show GetAllStickerEmojis Source # | |
Defined in TD.Query.GetAllStickerEmojis showsPrec :: Int -> GetAllStickerEmojis -> ShowS # show :: GetAllStickerEmojis -> String # showList :: [GetAllStickerEmojis] -> ShowS # | |
Eq GetAllStickerEmojis Source # | |
Defined in TD.Query.GetAllStickerEmojis (==) :: GetAllStickerEmojis -> GetAllStickerEmojis -> Bool # (/=) :: GetAllStickerEmojis -> GetAllStickerEmojis -> Bool # | |
ShortShow GetAllStickerEmojis Source # | |
Defined in TD.Query.GetAllStickerEmojis |