Send sticker
The telegram_bot_api-send-sticker tool enables seamless sending of .webp stickers directly to your Telegram Desktop application using the Telegram Bot API. It simplifies the process of sharing expressive and engaging stickers within Telegram chats and groups.
Features
- Supports sending .webp sticker files compatible with Telegram's specifications.
- Allows targeting specific chats by using chat IDs or public usernames.
- Supports sending stickers via file ID, HTTP URL, or local file path uploads.
- Enables advanced message interactions through optional reply markup such as inline keyboards.
- Complies with Telegram Bot API standards ensuring reliable and secure message delivery.
Benefits
- Enhances user engagement by easily sending stickers in conversations.
- Streamlines sticker sharing without manual uploads in Telegram Desktop.
- Offers flexibility in sticker source input methods (file ID, URL, local file).
- Integrates smoothly with automated workflows and Telegram bots.
- Provides customization options through reply markup for interactive messaging.
Description
Sends a .webp sticker to you Telegram Desktop application. See the docs for more information
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| chatIdrequired | string | Enter the unique identifier for the target chat (e.g. |
| filename | string | Enter a filename. |
| stickerrequired | string | File to send. Pass a file_id to send a file that exists on the Telegram servers, pass an HTTP URL for Telegram to get a file from the Internet, or pass the path to the file (e.g., |
| reply_to_message_id | string | Enter the ID of the original message. |
| reply_markup | string | Enter additional interface options that are a JSON-serialized object including an inline keyboard, a custom reply keyboard, instructions to remove the reply keyboard or instructions to force a reply from the user, e.g. |