pyrogram-client 0.0.11.dev0__tar.gz → 0.0.12.dev0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyrogram_client-0.0.11.dev0/pyrogram_client.egg-info → pyrogram_client-0.0.12.dev0}/PKG-INFO +1 -1
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyro_client/client/base.py +1 -1
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyro_client/storage.py +1 -2
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0/pyrogram_client.egg-info}/PKG-INFO +1 -1
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/.env.sample +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/.gitignore +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/.pre-commit-config.yaml +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/makefile +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyproject.toml +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyro_client/client/bot.py +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyro_client/client/dc.json +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyro_client/client/file.py +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyro_client/client/filler.py +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyro_client/client/user.py +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyro_client/loader.py +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyrogram_client.egg-info/SOURCES.txt +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyrogram_client.egg-info/dependency_links.txt +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyrogram_client.egg-info/requires.txt +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyrogram_client.egg-info/top_level.txt +0 -0
- {pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/setup.cfg +0 -0
{pyrogram_client-0.0.11.dev0/pyrogram_client.egg-info → pyrogram_client-0.0.12.dev0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyrogram-client
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.12.dev0
|
|
4
4
|
Author-email: Mike Artemiev <mixartemev@gmail.com>
|
|
5
5
|
Project-URL: Homepage, https://gitlab.com/XyncNet/pyro-client
|
|
6
6
|
Project-URL: Repository, https://gitlab.com/XyncNet/pyro-client
|
|
@@ -49,9 +49,9 @@ class BaseClient(Client):
|
|
|
49
49
|
self.api_hash = app.hsh
|
|
50
50
|
# await session.fetch_related("api")
|
|
51
51
|
else:
|
|
52
|
-
self.storage.session = session
|
|
53
52
|
self.api_id = session.api.id
|
|
54
53
|
self.api_hash = session.api.hsh
|
|
54
|
+
self.storage.session = session
|
|
55
55
|
|
|
56
56
|
async def start(self, use_qr: bool = False, except_ids: list[int] = None):
|
|
57
57
|
if not self.is_connected:
|
{pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0/pyrogram_client.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyrogram-client
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.12.dev0
|
|
4
4
|
Author-email: Mike Artemiev <mixartemev@gmail.com>
|
|
5
5
|
Project-URL: Homepage, https://gitlab.com/XyncNet/pyro-client
|
|
6
6
|
Project-URL: Repository, https://gitlab.com/XyncNet/pyro-client
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyrogram_client.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyrogram_client.egg-info/requires.txt
RENAMED
|
File without changes
|
{pyrogram_client-0.0.11.dev0 → pyrogram_client-0.0.12.dev0}/pyrogram_client.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|