mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
806 B
806 B
title | description | nav_exclude | image |
---|---|---|---|
publicForwardMessage | Contains info about a forward of a story as a message. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: publicForwardMessage
Contains info about a forward of a story as a message.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
message | Message | Optional | Info about the message with the reposted story. |
Type: PublicForward
Example:
$publicForwardMessage = ['_' => 'publicForwardMessage', 'message' => Message];