Edit Message Caption
Client.edit_message_caption()
ویرایش کپشن پیام
Parameters
- caption (str)
کپشن جدید
- reply_markup (
ReplyMarkup
)یک کیبورد که همراه با پیام ویرایش می شود
Returns
Example
1
await bot.edit_message_caption(1234567890, 12, "Edited!")
This post is licensed under CC BY 4.0 by the author.