Raw.UpdateNewStoryReaction
Represents a new reaction to a story.
updateNewStoryReaction#1824e40b story_id:int peer:Peer reaction:Reaction = Update;
export namespace Raw {
export class UpdateNewStoryReaction {
constructor(params: { storyId: number; peer: Raw.TypePeer; reaction: Raw.TypeReaction }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x1824e40b
Property
storyId
: numberStory id.
peer
: Raw.TypePeerThe peer where the story was posted.
reaction
: Raw.TypeReactionThe reaction.