Constructor: peerStories
Stories associated to a peer
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | The peer |
max_read_id | int | Optional | If set, contains the ID of the maximum read story |
stories | Array of StoryItem | Yes | Stories |
Type: PeerStories
Example:
$peerStories = ['_' => 'peerStories', 'peer' => long, 'max_read_id' => int, 'stories' => [StoryItem, StoryItem]];