action telegram_post_edit_message_media { label: "post_editMessageMedia" description: "Use this method to edit animation, audio, document, photo, or video messages. If a message is part of a message album, then it can be edited only to an audio for audio albums, only to a document for document albums and to a photo or a video otherwise. When an inline message is edited, a new file can't be uploaded. Use a previously uploaded file via its file\\_id or specify a URL. On success, if the edited message was sent by the bot, the edited [Message](https://core.telegram.org/bots/api/#message) is returned, otherwise *True* is returned." provider: telegram method: POST path: "/editMessageMedia" encoding: json output: { type: "object" required: ["ok", "result"] properties: { ok: { type: "boolean" } result: { type: "object" } } } }