From 510b2456b6799f25aaac9cab3d25d5b37160b303 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 19 Dec 2018 10:27:47 +0100 Subject: [PATCH] Reword offset_dialog docstrings in Dialog --- pyrogram/client/methods/chats/get_dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/client/methods/chats/get_dialogs.py b/pyrogram/client/methods/chats/get_dialogs.py index 655bb431..f8bed7c8 100644 --- a/pyrogram/client/methods/chats/get_dialogs.py +++ b/pyrogram/client/methods/chats/get_dialogs.py @@ -32,7 +32,7 @@ class GetDialogs(BaseClient): Args: offset_dialog (:obj:`Dialog`): - Pass the last dialog object to retrieve the next dialogs chunk starting it. + Sequential Dialog of the first dialog to be returned. Defaults to None (start from the beginning). limit (``str``, *optional*):