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