messages.GetUnreadMentions

class pyrogram.raw.functions.messages.GetUnreadMentions

Get unread messages where we were mentioned

Details:
  • Layer: 187

  • ID: F107E790

Parameters:
  • peer (InputPeer) – Peer where to look for mentions

  • offset_id (int 32-bit) – Offsets for pagination, for more info click here

  • add_offset (int 32-bit) – Offsets for pagination, for more info click here

  • limit (int 32-bit) – Maximum number of results to return, see pagination

  • max_id (int 32-bit) – Maximum message ID to return, see pagination

  • min_id (int 32-bit) – Minimum message ID to return, see pagination

  • top_msg_id (int 32-bit, optional) – If set, considers only messages within the specified forum topic

Returns:

messages.Messages