Layer 220
constructor
storyReactionPublicRepost#cfcd0f13 peer_id:Peer story:StoryItem = StoryReaction;

Parameters

Name Type Description
PeerId Peer The peer that reposted the story.
Story StoryItem The reposted story.

Returns

StoryReaction

Gogram Example

// Creating StoryReactionPublicRepost constructor
obj := &tg.StoryReactionPublicRepost{
    PeerId: &tg.Peer{},
    Story: &tg.StoryItem{},
}