Layer 220
StoriesStoryViews
Reaction and view counters for a list of stories
constructor
stories.storyViews#de9eed1d views:Vector<StoryViews> users:Vector<User> = stories.StoryViews;
Parameters
| Name | Type | Description |
|---|---|---|
| Views | Vector<StoryViews> | View date and reaction information of multiple stories |
| Users | Vector<User> | Mentioned users |
Returns
stories.StoryViewsGogram Example
// Creating StoriesStoryViews constructor obj := &tg.StoriesStoryViews{ Views: []tg.StoryViews{&tg.StoryViews{}}, Users: []tg.User{&tg.User{}}, }