edit_business_message_media
Edit the media (photo, video, audio, document) of an existing business account message. Provide the business connection, chat, message ID, and new media JSON.
Instructions
Edit media content of a message sent on behalf of a business account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media | Yes | JSON string with InputMedia object (type, media, caption, etc.) | |
| chat_id | Yes | Chat ID of the message | |
| message_id | Yes | ID of the message to edit | |
| reply_markup | No | JSON string with inline keyboard markup | |
| business_connection_id | Yes | Business connection ID |