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);