Documentation - v0.27.1
    Preparing search index...

    Interface StickerInfo

    Information about one sticker inside the set

    interface StickerInfo {
        alt: string;
        emoji: string;
        sticker: Sticker;
    }
    Index

    Properties

    Properties

    alt: string

    Primary alt emoji that is displayed in dialogs list

    emoji: string

    One or more emojis representing this sticker

    sticker: Sticker

    Document with the actual sticker