Constructor: stats.publicForwards
Contains info about the forwards of a story as a message to public chats and reposts by public channels.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| count | int | Yes | Total number of results |
| forwards | Array of PublicForward | Yes | Info about the forwards of a story. |
| next_offset | string | Optional | Offset used for pagination. |
| chats | Array of Chat | Yes | Mentioned chats |
| users | Array of User | Yes | Mentioned users |
Type: stats.PublicForwards
Example:
$stats_publicForwards = ['_' => 'stats.publicForwards', 'count' => int, 'forwards' => [PublicForward, PublicForward], 'next_offset' => 'string', 'chats' => [Chat, Chat], 'users' => [User, User]];