Layer 220
PublicForwardMessage
Contains info about a forward of a story as a message.
constructor
publicForwardMessage#1f2bf4a message:Message = PublicForward;
Parameters
| Name | Type | Description |
|---|---|---|
| Message | Message | Info about the message with the reposted story. |
Returns
PublicForwardGogram Example
// Creating PublicForwardMessage constructor obj := &tg.PublicForwardMessage{ Message: &tg.Message{}, }