stats.GetMessagePublicForwards#

class pyrogram.raw.functions.stats.GetMessagePublicForwards#

Obtains a list of messages, indicating to which other public channels was a channel message forwarded. Will return a list of messages with peer_id equal to the public channel to which this message was forwarded.

Details:
  • Layer: 158

  • ID: 5630281B

Parameters:
  • channel (InputChannel) – Source channel.

  • msg_id (int 32-bit) – Source message ID.

  • offset_rate (int 32-bit) – N/A

  • offset_peer (InputPeer) – N/A

  • offset_id (int 32-bit) – N/A

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

Returns:

messages.Messages