haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.StickerFullType

Synopsis

Documentation

data StickerFullType Source #

Contains full information about sticker type

Constructors

StickerFullTypeRegular

The sticker is a regular sticker

Fields

  • premium_animation :: Maybe File

    Premium animation of the sticker; may be null. If present, only Telegram Premium users can use the sticker

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

  • custom_emoji_id :: Maybe Int

    Identifier of the custom emoji

  • needs_repainting :: Maybe Bool

    True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places