get_saved_dialogs()

Client.get_saved_dialogs()

Get the list of saved messages dialogs.

Usable by Users Bots
Parameters:
  • offset_date (int, optional) – Offset date for pagination.

  • offset_id (int, optional) – Offset message ID for pagination.

  • offset_peer (int | str, optional) – Offset peer for pagination.

  • limit (int, optional) – Limit of results.

Returns:

SavedDialogs – On success, the saved dialogs are returned.