messages.GetPersonalChannelHistory#
- class pyrogram.raw.functions.messages.GetPersonalChannelHistory#
Fetch the message history of a user’s personal channel.
Usable by ❌ Users ✅ Bots- Details:
Layer:
227ID:
55FB0996
- Parameters:
user_id (
InputUser) – The user whose personal channel history to fetchlimit (
int32-bit) – Maximum number of results to return, see paginationmax_id (
int32-bit) – If a positive value was transferred, the method will return only messages with IDs less than max_idmin_id (
int32-bit) – If a positive value was transferred, the method will return only messages with IDs more than min_idhash (
int64-bit) – Result hash
- Returns: