send_sticker
Send a sticker to a Telegram chat using a file ID, URL, or local file path, with optional reply markup and notification settings.
Instructions
Send a sticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | No | ||
| chat_id | Yes | Chat ID or @username | |
| sticker | Yes | File ID, HTTP URL, or absolute file path | |
| effect_id | No | ||
| reply_markup | No | InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove, or ForceReply | |
| protect_content | No | ||
| reply_parameters | No | ReplyParameters object | |
| message_thread_id | No | ||
| allow_paid_broadcast | No | ||
| disable_notification | No | ||
| business_connection_id | No |