messages.GetReplies#
- class pyrogram.raw.functions.messages.GetReplies#
Get messages in a reply thread.
- Details:
Layer:
158ID:
22DDD30C
- Parameters:
peer (
InputPeer) – Peer.msg_id (
int32-bit) – Message ID.offset_id (
int32-bit) – Offsets for pagination.offset_date (
int32-bit) – Offsets for pagination.add_offset (
int32-bit) – Offsets for pagination.limit (
int32-bit) – Maximum number of results to return, see pagination.max_id (
int32-bit) – If a positive value was transferred, the method will return only messages with ID smaller than max_id.min_id (
int32-bit) – If a positive value was transferred, the method will return only messages with ID bigger than min_id.hash (
int64-bit) – Hash used for caching.
- Returns: