Layer 228
StoriesStoriesObj
List of stories
constructor
stories.stories#63c3dd0a flags:# count:int stories:Vector<StoryItem> pinned_to_top:flags.0?Vector<int> chats:Vector<Chat> users:Vector<User> = stories.Stories;
Parameters
Returns
stories.StoriesGogram Example
// Creating StoriesStoriesObj constructor obj := &tg.StoriesStoriesObj{ Count: 20, Stories: []tg.StoryItem{&tg.StoryItemObj{}}, PinnedToTop: nil, Chats: []tg.Chat{&tg.ChatObj{}}, Users: []tg.User{&tg.UserObj{}}, }