stats.PublicForwards

class pyrogram.raw.types.stats.PublicForwards

Contains info about the forwards of a story as a message to public chats and reposts by public channels.

Constructor of PublicForwards.

Details:
  • Layer: 187

  • ID: 93037E20

Parameters:
  • count (int 32-bit) – Total number of results

  • forwards (List of PublicForward) – Info about the forwards of a story.

  • chats (List of Chat) – Mentioned chats

  • users (List of User) – Mentioned users

  • next_offset (str, optional) – Offset used for pagination.

Functions:

This object can be returned by 2 functions.

stats.GetMessagePublicForwards

Obtains a list of messages, indicating to which other public channels was a channel message forwarded.

stats.GetStoryPublicForwards

Obtain forwards of a story as a message to public chats and reposts by public channels.