Layer 220
UpdateNewStoryReaction
Represents a new reaction to a story.
constructor
updateNewStoryReaction#1824e40b story_id:int peer:Peer reaction:Reaction = Update;
Parameters
Returns
UpdateGogram Example
// Creating UpdateNewStoryReaction constructor obj := &tg.UpdateNewStoryReaction{ StoryId: 0, Peer: &tg.Peer{}, Reaction: &tg.Reaction{}, }