Layer 220
constructor
updateSentStoryReaction#7d627683 peer:Peer story_id:int reaction:Reaction = Update;

Parameters

Name Type Description
Peer Peer The peer that sent the story
StoryId int ID of the story we reacted to
Reaction Reaction The reaction that was sent

Returns

Update

Gogram Example

// Creating UpdateSentStoryReaction constructor
obj := &tg.UpdateSentStoryReaction{
    Peer: &tg.Peer{},
    StoryId: 0,
    Reaction: &tg.Reaction{},
}