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