Post

Edit Message Text

Client.edit_message_text()

ویرایش متن پیام

Parameters

  • chat_id (int | str)

    آیدی چتی که پیام در آن ویرایش می شود

  • message_id (int | str)

    آیدی پیامی که ویرایش می شود

  • text (str)

    متن جدید

  • reply_markup (ReplyMarkup)

    یک کیبورد که همراه با پیام ویرایش می شود

Returns

Message

Example

1
await bot.edit_message_text(1234567890, 12, "Edited!")
This post is licensed under CC BY 4.0 by the author.