Layer 220
constructor
publicForwardMessage#1f2bf4a message:Message = PublicForward;

Parameters

Name Type Description
Message Message Info about the message with the reposted story.

Returns

PublicForward

Gogram Example

// Creating PublicForwardMessage constructor
obj := &tg.PublicForwardMessage{
    Message: &tg.Message{},
}