2024-05-01 14:53:46 +02:00

765 B

title description nav_exclude image
inputReplyToStory Reply to a story. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputReplyToStory

Back to constructors index

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];