View Source ExTDLib.Object.StoryViewer (ExTDLib v0.0.4)

Represents a viewer of a story.

NameTypeDescription
user_idstringUser identifier of the viewer.
view_datenumberApproximate point in time (Unix timestamp) when the story was viewed.
block_listBlockListBlock list to which the user is added; may be null if none.
chosen_reaction_typeReactionTypeType of the reaction that was chosen by the user; may be null if none.

More details on telegram's documentation.