diff --git a/docs/source/pyrogram/Client.rst b/docs/source/pyrogram/Client.rst index dcf8bb79..3a7c231f 100644 --- a/docs/source/pyrogram/Client.rst +++ b/docs/source/pyrogram/Client.rst @@ -69,7 +69,7 @@ Messages iter_history send_poll vote_poll - close_poll + stop_poll retract_vote download_media diff --git a/pyrogram/client/types/user_and_chats/dialog.py b/pyrogram/client/types/user_and_chats/dialog.py index 1bbd3b4b..d406d783 100644 --- a/pyrogram/client/types/user_and_chats/dialog.py +++ b/pyrogram/client/types/user_and_chats/dialog.py @@ -34,7 +34,7 @@ class Dialog(PyrogramType): The last message sent in the dialog at this time. unread_messages_count (``int``): - Amount of unread messages in this dialogs. + Amount of unread messages in this dialog. unread_mentions_count (``int``): Amount of unread messages containing a mention in this dialog.