telegram_send_sticker
Send a sticker to a Telegram chat by providing a chat ID and either a sticker's file_id or a .webp URL.
Instructions
Send a sticker to a Telegram chat using a file_id or .webp URL.
Args: params (SendStickerInput): chat_id and sticker file_id or URL.
Returns: str: JSON with the sent Message object or an error description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |