messages.GetReplies
- class pyrogram.raw.functions.messages.GetReplies
Get messages in a reply thread
- Details:
Layer:
194
ID:
22DDD30C
- Parameters:
peer (
InputPeer
) – Peermsg_id (
int
32-bit
) – Message IDoffset_id (
int
32-bit
) – Offsets for pagination, for more info click hereoffset_date (
int
32-bit
) – Offsets for pagination, for more info click hereadd_offset (
int
32-bit
) – Offsets for pagination, for more info click herelimit (
int
32-bit
) – Maximum number of results to return, see paginationmax_id (
int
32-bit
) – If a positive value was transferred, the method will return only messages with ID smaller than max_idmin_id (
int
32-bit
) – If a positive value was transferred, the method will return only messages with ID bigger than min_idhash (
int
64-bit
) – Hash for pagination, for more info click here
- Returns: