Layer 220
StoryReaction
How a certain peer reacted to a story
constructor
storyReaction#6090d6d5 peer_id:Peer date:int reaction:Reaction = StoryReaction;
Parameters
Returns
StoryReactionGogram Example
// Creating StoryReaction constructor obj := &tg.StoryReaction{ PeerId: &tg.Peer{}, Date: 0, Reaction: &tg.Reaction{}, }