You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the Message object has edit_text and edit_live_location methods and it is very convenient. However, these are not all the methods that you can use to update a message (https://core.telegram.org/bots/api#updating-messages).
I suggest adding these methods:
edit_caption
edit_media
edit_reply_markup
The text was updated successfully, but these errors were encountered:
Now the Message object has
edit_text
andedit_live_location
methods and it is very convenient. However, these are not all the methods that you can use to update a message (https://core.telegram.org/bots/api#updating-messages).I suggest adding these methods:
The text was updated successfully, but these errors were encountered: