Layer 220
constructor
updateNewStoryReaction#1824e40b story_id:int peer:Peer reaction:Reaction = Update;

Parameters

Name Type Description
StoryId int Story ID.
Peer Peer The peer where the story was posted.
Reaction Reaction The reaction.

Returns

Update

Gogram Example

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