CallbackQuery.edit_message_media()#
- CallbackQuery.edit_message_media()#
Edit animation, audio, document, photo or video messages attached to callback queries.
Bound method edit_message_media of
CallbackQuery
.- Parameters:
media (
InputMedia
) – One of the InputMedia objects describing an animation, audio, document, photo or video.reply_markup (
InlineKeyboardMarkup
, optional) – An InlineKeyboardMarkup object.
- Returns:
Message
|bool
– On success, if the edited message was sent by the bot, the edited message is returned, otherwise True is returned (message sent via the bot, as inline query result).- Raises:
RPCError – In case of a Telegram RPC error.