mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
788 B
788 B
title | description | nav_exclude | image |
---|---|---|---|
messageReplyStoryHeader | Represents a reply to a story | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageReplyStoryHeader
Represents a reply to a story
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | |
story_id | int | Yes | Story ID |
Type: MessageReplyHeader
Example:
$messageReplyStoryHeader = ['_' => 'messageReplyStoryHeader', 'peer' => long, 'story_id' => int];