GetReplies¶
-
class
pyrogram.raw.functions.messages.
GetReplies
¶ Get messages in a reply thread.
- Details
Layer:
122
ID:
0x24b581ba
- Parameters
peer (
InputPeer
) – Peer.msg_id (
int
32-bit
) – Message ID.offset_id (
int
32-bit
) – Offsets for pagination.offset_date (
int
32-bit
) – Offsets for pagination.add_offset (
int
32-bit
) – Offsets for pagination.limit (
int
32-bit
) – Maximum number of results to return, see pagination.max_id (
int
32-bit
) – If a positive value was transferred, the method will return only messages with ID smaller than max_id.min_id (
int
32-bit
) – If a positive value was transferred, the method will return only messages with ID bigger than min_id.hash (
int
32-bit
) – Hash for pagination.
- Returns
messages.Messages
– Object contains infor on list of messages with auxiliary data.