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>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier of the message. |
| message_id | string | Message identifier. |
| offset | string | Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results. |
| limit | number | The 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.