2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 14:25:55 +00:00

Make Dialog and Dialogs importable and printable

This commit is contained in:
Dan
2018-07-04 21:05:00 +02:00
parent 1ed202b926
commit 91cf2d1a8e
3 changed files with 6 additions and 2 deletions

View File

@@ -504,6 +504,8 @@ def start():
f.write("\n 0xb0700025: \"pyrogram.client.types.GIF\",")
f.write("\n 0xb0700026: \"pyrogram.client.types.Messages\",")
f.write("\n 0xb0700027: \"pyrogram.client.types.Photo\",")
f.write("\n 0xb0700028: \"pyrogram.client.types.Dialog\",")
f.write("\n 0xb0700029: \"pyrogram.client.types.Dialogs\",")
f.write("\n}\n")