setStickerSetTitle
Set the title of a sticker set.
Parameters
slug: string
The slug of the sticker set or its link.
title: string
The sticker set’s new title.
Result
void
Syntax
await client.setStickerSetTitle(slug, title);
Set the title of a sticker set.
The slug of the sticker set or its link.
The sticker set’s new title.
await client.setStickerSetTitle(slug, title);