setChatStickerSet

Set a chat’s sticker set.

Parameters

chatId: ID

The identifier of the chat. Must be a supergroup.

setName: string

The name of the set.

Result

void

Syntax

await client.setChatStickerSet(chatId, setName);