Answer the question
In order to leave comments, you need to log in
How to get information when editing Telegram API message?
How to get information when editing a post? For example, in python:
@bot.edited_message_handler(func=lambda message: True)
Answer the question
In order to leave comments, you need to log in
https://core.telegram.org/bots/webhooks#testing-yo...
{ "update_id":10000,
"edited_message":{
"date":1441645532,
"chat":{
"last_name":"Test Lastname",
"type": "private",
"id":1111111,
"first_name":"Test Firstname",
"username":"Testusername"
},
"message_id":1365,
"from":{
"last_name":"Test Lastname",
"id":1111111,
"first_name":"Test Firstname",
"username":"Testusername"
},
"text":"Edited text",
"edit_date": 1441646600
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question