Fix small merge issues

This commit is contained in:
Dan 2018-08-22 10:32:57 +02:00
parent 3f7b0b25af
commit c3cf924ddd
2 changed files with 19 additions and 19 deletions

View File

@ -22,7 +22,7 @@ from ...ext import BaseClient, utils
class GetDialogs(BaseClient):
def get_dialogs(self,
async def get_dialogs(self,
offset_dialogs=None,
limit: int = 100,
pinned_only: bool = False):

View File

@ -27,7 +27,7 @@ from pyrogram.client.ext import BaseClient, utils
class SendAnimation(BaseClient):
asyncdef send_animation(self,
async def send_animation(self,
chat_id: int or str,
animation: str,
caption: str = "",
@ -41,7 +41,7 @@ class SendAnimation(BaseClient):
reply_markup=None,
progress: callable = None,
progress_args: tuple = ()):
"""Use this method to send animation files(animation or H.264/MPEG-4 AVC video without sound).
"""Use this method to send animation files (animation or H.264/MPEG-4 AVC video without sound).
Args:
chat_id (``int`` | ``str``):