Layer 227
constructor
peerStories#9a35e999 flags:# peer:Peer max_read_id:flags.0?int stories:Vector<StoryItem> = PeerStories;

Parameters

Name Type Description
Peer Peer The peer
MaxReadId flags .0? int If set, contains the ID of the maximum read story
Stories Vector < StoryItem > Stories

Returns

PeerStories

Gogram Example

// Creating PeerStoriesObj constructor
obj := &tg.PeerStoriesObj{
    Peer: &tg.Peer{},
    MaxReadId: nil,
    Stories: &tg.VectorStoryItem{},
}