Link Search Menu Expand Document

Constructor: stats.publicForwards

Back to constructors index

Contains info about the forwards of a story as a message to public chats and reposts by public channels.

Attributes:

NameTypeRequiredDescription
countintYesTotal number of results
forwardsArray of PublicForwardYesInfo about the forwards of a story.
next_offsetstringOptionalOffset used for pagination.
chatsArray of ChatYesMentioned chats
usersArray of UserYesMentioned users

Type: stats.PublicForwards

Example:

$stats_publicForwards = ['_' => 'stats.publicForwards', 'count' => int, 'forwards' => [PublicForward, PublicForward], 'next_offset' => 'string', 'chats' => [Chat, Chat], 'users' => [User, User]];