Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.StickerFullType
Synopsis
Documentation
data StickerFullType Source #
Contains full information about sticker type
Constructors
StickerFullTypeRegular | The sticker is a regular sticker |
Fields
| |
StickerFullTypeMask | The sticker is a mask in WEBP format to be placed on photos or videos |
Fields
| |
StickerFullTypeCustomEmoji | The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji |
Fields
|
Instances
FromJSON StickerFullType Source # | |
Defined in TD.Data.StickerFullType Methods parseJSON :: Value -> Parser StickerFullType # parseJSONList :: Value -> Parser [StickerFullType] # | |
Show StickerFullType Source # | |
Defined in TD.Data.StickerFullType Methods showsPrec :: Int -> StickerFullType -> ShowS # show :: StickerFullType -> String # showList :: [StickerFullType] -> ShowS # | |
Eq StickerFullType Source # | |
Defined in TD.Data.StickerFullType Methods (==) :: StickerFullType -> StickerFullType -> Bool # (/=) :: StickerFullType -> StickerFullType -> Bool # | |
ShortShow StickerFullType Source # | |
Defined in TD.Data.StickerFullType Methods shortShow :: StickerFullType -> String Source # |