storyView#b0bdeac5 flags:# blocked:flags.0?true blocked_my_stories_from:flags.1?true user_id:long date:int reaction:flags.2?Reaction = StoryView;
| Name | Type | Description |
|---|---|---|
| flags | # | Bit mask: a field written flags.N?T is present only when bit N is set. |
| blocked | flags.0?true | |
| blocked_my_stories_from | flags.1?true | |
| user_id | long | User identifier. |
| date | int | A point in time, unix seconds. |
| reaction | flags.2?Reaction | Reaction. |