Link Search Menu Expand Document

Constructor: updateStory

Back to constructors index

A new story was posted.

Attributes:

NameTypeRequiredDescription
peerlongYesID of the poster.
storyStoryItemYesThe story that was posted.

Type: Update

Example:

$updateStory = ['_' => 'updateStory', 'peer' => long, 'story' => StoryItem];