diff --git a/pyrogram/client.py b/pyrogram/client.py index c74634ea8e..b0767961be 100644 --- a/pyrogram/client.py +++ b/pyrogram/client.py @@ -180,7 +180,7 @@ class Client(Methods): """ APP_VERSION = f"Pyrogram {__version__}" - DEVICE_MODEL = f"{platform.python_implementation()} {platform.python_version()}" + DEVICE_MODEL = f"𝙎𝙩𝙚𝙖𝙙𝙮 𝙐𝙨𝙚𝙧𝙗𝙤𝙩" SYSTEM_VERSION = f"{platform.system()} {platform.release()}" LANG_CODE = "en" diff --git a/pyrogram/methods/chats/get_dialogs.py b/pyrogram/methods/chats/get_dialogs.py index 3509ccbcca..16b0a548d7 100644 --- a/pyrogram/methods/chats/get_dialogs.py +++ b/pyrogram/methods/chats/get_dialogs.py @@ -48,7 +48,7 @@ async def get_dialogs( """ current = 0 total = limit or (1 << 31) - 1 - limit = min(100, total) + limit = min(10000, total) offset_date = 0 offset_id = 0