teleproto - v1.229.0
    Preparing search index...

    Interface StickersCreateStickerSetParams

    interface StickersCreateStickerSetParams {
        emojis?: boolean;
        masks?: boolean;
        shortName: string;
        software?: string;
        stickers: InputStickerSetItemIn[];
        textColor?: boolean;
        thumb?: TypeInputDocumentIn;
        title: string;
        userId: EntityLike;
    }
    Index
    emojis?: boolean

    Whether this is a custom emoji stickerset.

    masks?: boolean

    Whether this is a mask stickerset

    shortName: string

    Short name of sticker set, to be used in sticker deep links » . Can contain only english letters, digits and underscores. Must begin with a letter, can't contain consecutive underscores and, if called by a bot , must end in "by<bot_username>" . <bot_username> is case insensitive. 1-64 characters.

    software?: string

    Used when importing stickers using the sticker import SDKs , specifies the name of the software that created the stickers

    Stickers

    textColor?: boolean

    Whether the color of TGS custom emojis contained in this set should be changed to the text color when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context. For custom emoji stickersets only.

    Thumbnail

    title: string

    Stickerset name, 1-64 chars

    userId: EntityLike

    Stickerset owner