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