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