Layer 220
constructor
storyReaction#6090d6d5 peer_id:Peer date:int reaction:Reaction = StoryReaction;

Parameters

Name Type Description
PeerId Peer The peer
Date int Reaction date
Reaction Reaction The reaction

Returns

StoryReaction

Gogram Example

// Creating StoryReaction constructor
obj := &tg.StoryReaction{
    PeerId: &tg.Peer{},
    Date: 0,
    Reaction: &tg.Reaction{},
}