File tree Expand file tree Collapse file tree
pyrogram/methods/messages Expand file tree Collapse file tree Original file line number Diff line number Diff 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*):
You can’t perform that action at this time.
0 commit comments