| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetAllStickerEmojis
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
Constructors
| GetAllStickerEmojis | |
Fields
| |
Instances
| ToJSON GetAllStickerEmojis Source # | |
Defined in TD.Query.GetAllStickerEmojis Methods toJSON :: GetAllStickerEmojis -> Value # toEncoding :: GetAllStickerEmojis -> Encoding # toJSONList :: [GetAllStickerEmojis] -> Value # toEncodingList :: [GetAllStickerEmojis] -> Encoding # | |
| Show GetAllStickerEmojis Source # | |
Defined in TD.Query.GetAllStickerEmojis Methods showsPrec :: Int -> GetAllStickerEmojis -> ShowS # show :: GetAllStickerEmojis -> String # showList :: [GetAllStickerEmojis] -> ShowS # | |
| Eq GetAllStickerEmojis Source # | |
Defined in TD.Query.GetAllStickerEmojis Methods (==) :: GetAllStickerEmojis -> GetAllStickerEmojis -> Bool # (/=) :: GetAllStickerEmojis -> GetAllStickerEmojis -> Bool # | |
| ShortShow GetAllStickerEmojis Source # | |
Defined in TD.Query.GetAllStickerEmojis Methods | |