Skip to main content
This section covers the management of Telegram Stickers, Custom Emojis, and HTML5 Games.

Sticker Management

getStickerSet

Gets a sticker set by its name.
BLP Example

getCustomEmojiStickers

Gets information about custom emoji stickers by their identifiers.

createNewStickerSet

Creates a new sticker set owned by a user. The bot will be able to edit the sticker set thus created.

addStickerToSet

Adds a new sticker to a set created by the bot.

deleteStickerFromSet

Deletes a sticker from a set created by the bot.

deleteStickerSet

Deletes a sticker set that was created by the bot.

Games

Bots can offer users HTML5 games to play solo or compete against each other in groups and one-on-one chats.

sendGame

Sends a game.
BLP Example

setGameScore

Sets the score of the specified user in a game.
BLP Example

getGameHighScores

Gets data for high score tables. Will return the score of the specified user and several of their neighbors in a game.

getForumTopicIconStickers

Gets custom emoji stickers, which can be used as a forum topic icon by any user.

replaceStickerInSet

Replaces an existing sticker in a sticker set with a new one.

setCustomEmojiStickerSetThumbnail

Sets the thumbnail of a custom emoji sticker set.

setStickerEmojiList

Changes the list of emoji assigned to a regular or custom emoji sticker.

setStickerKeywords

Changes search keywords assigned to a regular or custom emoji sticker.

setStickerMaskPosition

Changes the mask position of a mask sticker.

setStickerPositionInSet

Moves a sticker in a set created by the bot to a specific position.

setStickerSetThumbnail

Sets the thumbnail of a regular or mask sticker set.

setStickerSetTitle

Sets the title of a created sticker set.

uploadStickerFile

Uploads a file with a sticker for later use in the createNewStickerSet and addStickerToSet methods.