Constructor: messageMediaStory
Represents a forwarded story or a story mention.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
via_mention | Bool | Optional | If set, indicates that this someone has mentioned us in this story (i.e. by tagging us in the description) or vice versa, we have mentioned the other peer (if the message is outgoing). |
peer | long | Yes | Peer that posted the story. |
id | int | Yes | Story ID |
story | StoryItem | Optional | The story itself, if absent fetch it using stories.getStoriesByID and the peer /id parameters specified above. |
Type: MessageMedia
Example:
$messageMediaStory = ['_' => 'messageMediaStory', 'via_mention' => Bool, 'peer' => long, 'id' => int, 'story' => StoryItem];