TDLib v0.0.2 TDLib.Method.AddRecentlyFoundChat View Source
Adds a chat to the list of recently found chats. The chat is added to the beginning of the list. If the chat is already in the list, it will be removed from the list first.
Returns object_ptr
Name | Type | Description |
---|---|---|
chat_id | string | Identifier of the chat to add. |
More details on telegram’s documentation.