Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetAttachedStickerSets = GetAttachedStickerSets {}
Documentation
data GetAttachedStickerSets Source #
Returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets. Currently, only animations, photos, and videos can have attached sticker sets. Returns StickerSets
Instances
ToJSON GetAttachedStickerSets Source # | |
Defined in TD.Query.GetAttachedStickerSets toJSON :: GetAttachedStickerSets -> Value # toEncoding :: GetAttachedStickerSets -> Encoding # toJSONList :: [GetAttachedStickerSets] -> Value # | |
Show GetAttachedStickerSets Source # | |
Defined in TD.Query.GetAttachedStickerSets showsPrec :: Int -> GetAttachedStickerSets -> ShowS # show :: GetAttachedStickerSets -> String # showList :: [GetAttachedStickerSets] -> ShowS # | |
Eq GetAttachedStickerSets Source # | |
Defined in TD.Query.GetAttachedStickerSets | |
ShortShow GetAttachedStickerSets Source # | |
Defined in TD.Query.GetAttachedStickerSets |