Blog and knowledge base of the service
What is a sticker message and how do I set it up?
Published: 10.04.2025

A Telegram bot sticker message is one of the types of messages that a bot can send to Telegram bot users.


A sticker is an image (usually in the format .webp, .tgs or .webm), which is often used to express emotions, reactions, or just for fun. Telegram supports both static and animated stickers.

What is a sticker message and how do I set it up?

Setting up a sticker message

How do I find out the sticker ID?

Each object in Telegram has its own ID, including a sticker, which is exactly what we need when setting up a message, but how do we find out?


You can find out the sticker ID using the Telegram bot @FIND_STICKER_ID_BOT. To do this, you need:

How do I find out the sticker ID?-1
  1. Send any necessary sticker to the bot;


  1. Copy the received ID (the ID consists of a set of different characters).


The next step is to create a sticker message in the BOT-MARKET constructor.

It is created in the same way as any other free message.:


  1. Click on the "Add message" button and selects the message type "Message sticker"
How do I find out the sticker ID?-2
  1. Go to the newly created sticker message and specify the previously copied sticker ID.
How do I find out the sticker ID?-3

Great! We have learned how to create a sticker message!