View Source ExTDLib.Method.GetMessagePublicForwards (ExTDLib v0.0.4)

Returns forwarded copies of a channel message to different public channels. Can be used only if message.can_get_statistics == true. For optimal performance, the number of returned messages is chosen by TDLib. Returns object_ptr<FoundMessages>.

NameTypeDescription
chat_idstringChat identifier of the message.
message_idstringMessage identifier.
offsetstringOffset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
limitnumberThe maximum number of messages to be returned; must be positive and can't be greater than 100. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit.

More details on telegram's documentation.