View Source ExTDLib.Object.StoryViewer (ExTDLib v0.0.4)
Represents a viewer of a story.
| Name | Type | Description |
|---|---|---|
| user_id | string | User identifier of the viewer. |
| view_date | number | Approximate point in time (Unix timestamp) when the story was viewed. |
| block_list | BlockList | Block list to which the user is added; may be null if none. |
| chosen_reaction_type | ReactionType | Type of the reaction that was chosen by the user; may be null if none. |
More details on telegram's documentation.