Layer 220
UpdateSentStoryReaction
Indicates we reacted to a story.
constructor
updateSentStoryReaction#7d627683 peer:Peer story_id:int reaction:Reaction = Update;
Parameters
Returns
UpdateGogram Example
// Creating UpdateSentStoryReaction constructor obj := &tg.UpdateSentStoryReaction{ Peer: &tg.Peer{}, StoryId: 0, Reaction: &tg.Reaction{}, }