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.
Usable by ✅ Users ❌ Bots- Details:
Layer:
224ID:
5F150144
- Parameters:
channel (
InputChannel) – Source channelmsg_id (
int32-bit) – Source message IDoffset (
str) – Offset for pagination, empty string on first call, then use the next_offset field of the returned constructor (if present, otherwise no more results are available).limit (
int32-bit) – Maximum number of results to return, see pagination
- Returns: