| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetCustomEmojiStickers
Synopsis
- data GetCustomEmojiStickers = GetCustomEmojiStickers {
- custom_emoji_ids :: Maybe [Int]
Documentation
data GetCustomEmojiStickers Source #
Returns the list of custom emoji stickers by their identifiers. Stickers are returned in arbitrary order. Only found stickers are returned. Returns Stickers
Constructors
| GetCustomEmojiStickers | |
Fields
| |
Instances
| ToJSON GetCustomEmojiStickers Source # | |
Defined in TD.Query.GetCustomEmojiStickers Methods toJSON :: GetCustomEmojiStickers -> Value # toEncoding :: GetCustomEmojiStickers -> Encoding # toJSONList :: [GetCustomEmojiStickers] -> Value # | |
| Show GetCustomEmojiStickers Source # | |
Defined in TD.Query.GetCustomEmojiStickers Methods showsPrec :: Int -> GetCustomEmojiStickers -> ShowS # show :: GetCustomEmojiStickers -> String # showList :: [GetCustomEmojiStickers] -> ShowS # | |
| Eq GetCustomEmojiStickers Source # | |
Defined in TD.Query.GetCustomEmojiStickers Methods (==) :: GetCustomEmojiStickers -> GetCustomEmojiStickers -> Bool # (/=) :: GetCustomEmojiStickers -> GetCustomEmojiStickers -> Bool # | |
| ShortShow GetCustomEmojiStickers Source # | |
Defined in TD.Query.GetCustomEmojiStickers Methods | |