Interface TMeUrlTypeStickerSet

A URL linking to a sticker set. Subtype of TMeUrlType.

interface TMeUrlTypeStickerSet {
    @type: "tMeUrlTypeStickerSet";
    sticker_set_id: string;
}

Properties

@type: "tMeUrlTypeStickerSet"
sticker_set_id: string

Identifier of the sticker set.