mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 07:54:52 +00:00
Fix small merge issues
This commit is contained in:
parent
3f7b0b25af
commit
c3cf924ddd
2 changed files with 19 additions and 19 deletions
|
|
@ -22,7 +22,7 @@ from ...ext import BaseClient, utils
|
||||||
|
|
||||||
|
|
||||||
class GetDialogs(BaseClient):
|
class GetDialogs(BaseClient):
|
||||||
def get_dialogs(self,
|
async def get_dialogs(self,
|
||||||
offset_dialogs=None,
|
offset_dialogs=None,
|
||||||
limit: int = 100,
|
limit: int = 100,
|
||||||
pinned_only: bool = False):
|
pinned_only: bool = False):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue