stats.publicForwards
Contains info about the forwards of a story as a message to public chats and reposts by public channels.
type tg.StatsPublicForwards struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Count | int | yes | Total number of results |
Forwards | []PublicForwardClass | yes | Info about the forwards of a story. |
NextOffset | string | — | Offset used for pagination. |
Chats | []ChatClass | yes | Mentioned chats |
Users | []UserClass | yes | Mentioned users |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
stats.publicForwards#93037e20