Raw.StoryReaction
How a certain peer reacted to a story
storyReaction#6090d6d5 peer_id:Peer date:int reaction:Reaction = StoryReaction;
export namespace Raw {
export class StoryReaction {
constructor(params: { peerId: Raw.TypePeer; date: number; reaction: Raw.TypeReaction }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x6090d6d5
Property
peerId
: Raw.TypePeerThe peer
date
: numberReaction date
reaction
: Raw.TypeReactionThe reaction