mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
765 B
765 B
title | description | nav_exclude | image |
---|---|---|---|
inputReplyToStory | Reply to a story. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputReplyToStory
Reply to a story.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | Username, chat ID, Update, Message or InputPeer | Optional | |
story_id | int | Yes | ID of the story to reply to. |
Type: InputReplyTo
Example:
$inputReplyToStory = ['_' => 'inputReplyToStory', 'peer' => InputPeer, 'story_id' => int];