replaceStickerEmoji

Replace a sticker’s emoji.

Parameters

fileId: string

The identifier of the sticker.

emoji: string

The new emoji to use for the sticker.

Result

void

Syntax

await client.replaceStickerEmoji(fileId, emoji);