messages.GetUnreadMentions#

class pyrogram.raw.functions.messages.GetUnreadMentions#

Get unread messages where we were mentioned.

Details:
  • Layer: 158

  • ID: F107E790

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

  • offset_id (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) – 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