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);
Replace a sticker’s emoji.
The identifier of the sticker.
The new emoji to use for the sticker.
await client.replaceStickerEmoji(fileId, emoji);