Interface GetStickerSetName

Returns name of a sticker set by its identifier. Request type for Tdjson#getStickerSetName.

interface GetStickerSetName {
    @type: "getStickerSetName";
    set_id: string;
}

Properties

Properties

@type: "getStickerSetName"
set_id: string

Identifier of the sticker set.