MadelineProtoDocs/docs/API_docs/constructors/storyView.md
2024-05-01 14:53:46 +02:00

1.3 KiB

title description nav_exclude image
storyView Story view date and reaction information true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: storyView

Back to constructors index

Story view date and reaction information

Attributes:

Name Type Required Description
blocked Bool Optional Whether we have completely blocked this user, including from viewing more of our stories.
blocked_my_stories_from Bool Optional Whether we have blocked this user from viewing more of our stories.
user_id long Yes The user that viewed the story
date int Yes When did the user view the story
reaction Reaction Optional If present, contains the reaction that the user left on the story

Type: StoryView

Example:

$storyView = ['_' => 'storyView', 'blocked' => Bool, 'blocked_my_stories_from' => Bool, 'user_id' => long, 'date' => int, 'reaction' => Reaction];