Link Search Menu Expand Document

Constructor: inputReplyToStory

Back to constructors index

Reply to a story.

Attributes:

NameTypeRequiredDescription
peerUsername, chat ID, Update, Message or InputPeerOptional
story_idintYesID of the story to reply to.

Type: InputReplyTo

Example:

$inputReplyToStory = ['_' => 'inputReplyToStory', 'peer' => InputPeer, 'story_id' => int];