Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
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
GetCustomEmojiStickers | |
|
Instances
ToJSON GetCustomEmojiStickers Source # | |
Defined in TD.Query.GetCustomEmojiStickers toJSON :: GetCustomEmojiStickers -> Value # toEncoding :: GetCustomEmojiStickers -> Encoding # toJSONList :: [GetCustomEmojiStickers] -> Value # | |
Show GetCustomEmojiStickers Source # | |
Defined in TD.Query.GetCustomEmojiStickers showsPrec :: Int -> GetCustomEmojiStickers -> ShowS # show :: GetCustomEmojiStickers -> String # showList :: [GetCustomEmojiStickers] -> ShowS # | |
Eq GetCustomEmojiStickers Source # | |
Defined in TD.Query.GetCustomEmojiStickers | |
ShortShow GetCustomEmojiStickers Source # | |
Defined in TD.Query.GetCustomEmojiStickers |