messages.GetPersonalChannelHistory#

class pyrogram.raw.functions.messages.GetPersonalChannelHistory#

Fetch the message history of a user’s personal channel.

Usable by Users Bots
Details:
  • Layer: 227

  • ID: 55FB0996

Parameters:
  • user_id (InputUser) – The user whose personal channel history to fetch

  • 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 IDs less than max_id

  • min_id (int 32-bit) – If a positive value was transferred, the method will return only messages with IDs more than min_id

  • hash (int 64-bit) – Result hash

Returns:

messages.Messages