Layer 228
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 StoryReactionObj constructor
obj := &tg.StoryReactionObj{
    PeerId: &tg.PeerChannel{},
    Date: int(time.Now().Unix()),
    Reaction: &tg.ReactionCustomEmoji{},
}