setChatStickerSet
Set a chat’s sticker set.
Parameters
The identifier of the chat. Must be a supergroup.
setName: string
The name of the set.
Result
void
Syntax
await client.setChatStickerSet(chatId, setName);
Set a chat’s sticker set.
The identifier of the chat. Must be a supergroup.
The name of the set.
await client.setChatStickerSet(chatId, setName);