2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 06:16:06 +00:00

Rename LastSeen to UserStatus

It will make more sense later on when I add UserStatus updates
handler.
This commit is contained in:
Dan
2018-10-14 17:17:50 +02:00
parent 7b369a73bb
commit 69c1532eae
6 changed files with 7 additions and 7 deletions

View File

@@ -506,7 +506,7 @@ def start():
f.write("\n 0xb0700028: \"pyrogram.client.types.Dialog\",")
f.write("\n 0xb0700029: \"pyrogram.client.types.Dialogs\",")
f.write("\n 0xb0700030: \"pyrogram.client.types.ChatMembers\",")
f.write("\n 0xb0700031: \"pyrogram.client.types.LastSeen\"")
f.write("\n 0xb0700031: \"pyrogram.client.types.UserStatus\"")
f.write("\n}\n")