java.lang.Object
org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod<Serializable>
org.telegram.telegrambots.meta.api.methods.updatingmessages.EditMessageMedia
All Implemented Interfaces:
Validable

public class EditMessageMedia extends PartialBotApiMethod<Serializable>
Version:
4.0.0 Use this method to edit audio, document, photo, or video messages. f 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 is returned, otherwise True is returned.
Author:
Ruben Bermudez