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