messages.GetSavedHistory

class pyrogram.raw.functions.messages.GetSavedHistory

Returns saved messages » forwarded from a specific peer

Details:
  • Layer: 187

  • ID: 3D9A414D

Parameters:
  • peer (InputPeer) – Target peer

  • offset_id (int 32-bit) – Only return messages starting from the specified message ID

  • offset_date (int 32-bit) – Only return messages sent before the specified date

  • add_offset (int 32-bit) – Number of list elements to be skipped, negative values are also accepted.

  • limit (int 32-bit) – Number of results to return

  • max_id (int 32-bit) – If a positive value was transferred, the method will return only messages with IDs less than max_id

  • min_id (int 32-bit) – If a positive value was transferred, the method will return only messages with IDs more than min_id

  • hash (int 64-bit) – Result hash

Returns:

messages.Messages