sendPaidMedia
Charge Telegram Stars to deliver photos or videos to users or channels. Send paid media with configurable pricing, captions, and reply options in one request.
Instructions
Send paid media. On success, the sent Message is returned. Maximum price is 25000 Telegram Stars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media | Yes | A JSON-serialized array describing the media to be sent; up to 10 items. | |
| caption | No | Media caption, 0-1024 characters after entities parsing. | |
| chat_id | Yes | Unique identifier for the target chat or username of the target channel (in the format @channelusername). If the chat is a channel, all Telegram Star proceeds from this media will be credited to the chat's balance. Otherwise, they will be credited to the bot's balance. | |
| payload | No | Bot-defined paid media payload, 0-128 bytes. This will not be displayed to the user, use it for your internal processes. | |
| parse_mode | No | Mode for parsing entities in the media caption. See formatting options for more details. | |
| star_count | Yes | The number of Telegram Stars that must be paid to buy access to the media; 1-25000. | |
| reply_markup | No | Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user. | |
| protect_content | No | Protects the contents of the sent message from forwarding and saving. | |
| caption_entities | No | A JSON-serialized list of special entities that appear in the caption, which can be specified instead of parse_mode. | |
| reply_parameters | No | Description of the message to reply to. | |
| message_thread_id | No | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only. | |
| allow_paid_broadcast | No | Pass True to allow up to 1000 messages per second, ignoring broadcasting limits for a fee of 0.1 Telegram Stars per message. | |
| disable_notification | No | Sends the message silently. Users will receive a notification with no sound. | |
| business_connection_id | No | Unique identifier of the business connection on behalf of which the message will be sent. | |
| direct_messages_topic_id | No | Unique identifier for the target direct messages topic; for bots only. | |
| show_caption_above_media | No | Pass True, if the caption must be shown above the message media. | |
| suggested_post_parameters | No | Information about suggested post parameters; for channel chats only. |