Constructor: inputReplyToStory
Reply to a story.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| peer | Username, chat ID, Update, Message or InputPeer | Optional | Sender of the story |
| story_id | int | Yes | ID of the story to reply to. |
Type: InputReplyTo
Example:
$inputReplyToStory = ['_' => 'inputReplyToStory', 'peer' => InputPeer, 'story_id' => int];