Skip to content

Commit 095fedb

Browse files
Fix get_direct_messages_chat_topic_history chat_id description
1 parent f8f46b9 commit 095fedb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyrogram/methods/messages/get_direct_messages_chat_topic_history.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ async def get_direct_messages_chat_topic_history(
8181
Parameters:
8282
chat_id (``int`` | ``str``):
8383
Unique identifier (int) or username (str) of the target chat.
84-
For your personal cloud (Saved Messages) you can simply use "me" or "self".
85-
For a contact that exists in your Telegram address book you can use his phone number (str).
8684
8785
topic_id (``int``):
8886
Identifier of the topic which messages will be fetched.
@@ -92,7 +90,7 @@ async def get_direct_messages_chat_topic_history(
9290
By default, no limit is applied and all messages are returned.
9391
9492
offset (``int``, *optional*):
95-
Sequential number of the first message to be returned..
93+
Sequential number of the first message to be returned.
9694
Negative values are also accepted and become useful in case you set offset_id or offset_date.
9795
9896
offset_id (``int``, *optional*):

0 commit comments

Comments
 (0)