mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-02 21:44:51 +00:00
Use correct chat ids
This commit is contained in:
parent
195cd22ebb
commit
7483d3df37
1 changed files with 2 additions and 2 deletions
|
|
@ -431,8 +431,8 @@ def parse_message_service(
|
|||
new_chat_title=new_chat_title,
|
||||
# TODO: new_chat_photo
|
||||
delete_chat_photo=delete_chat_photo,
|
||||
migrate_to_chat_id=migrate_to_chat_id,
|
||||
migrate_from_chat_id=migrate_from_chat_id,
|
||||
migrate_to_chat_id=int("-100" + str(migrate_to_chat_id)) if migrate_to_chat_id else None,
|
||||
migrate_from_chat_id=-migrate_from_chat_id if migrate_from_chat_id else None,
|
||||
group_chat_created=group_chat_created
|
||||
# TODO: supergroup_chat_created
|
||||
# TODO: channel_chat_created
|
||||
|
|
|
|||
Loading…
Reference in a new issue