mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
???
This commit is contained in:
parent
87fb798770
commit
304c5266e1
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def getupdates() -> dict():
|
|||
elif 'edited_message' in data['result'][0]:
|
||||
tmp = {
|
||||
"edit": True,
|
||||
"edit_data": data['result'][0]['message']
|
||||
"edit_data": data['result'][0]['edited_message']
|
||||
}
|
||||
return tmp
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue