messages.GetHistory
- class pyrogram.raw.functions.messages.GetHistory
Returns the conversation history with one interlocutor / within a chat
- Details:
Layer:
194
ID:
4423E6C5
- Parameters:
peer (
InputPeer
) – Target peeroffset_id (
int
32-bit
) – Only return messages starting from the specified message IDoffset_date (
int
32-bit
) – Only return messages sent before the specified dateadd_offset (
int
32-bit
) – Number of list elements to be skipped, negative values are also accepted.limit (
int
32-bit
) – Number of results to returnmax_id (
int
32-bit
) – If a positive value was transferred, the method will return only messages with IDs less than max_idmin_id (
int
32-bit
) – If a positive value was transferred, the method will return only messages with IDs more than min_idhash (
int
64-bit
) – Result hash
- Returns: