Raw.UpdateSentStoryReaction
Indicates we reacted to a story.
updateSentStoryReaction#7d627683 peer:Peer story_id:int reaction:Reaction = Update;export namespace Raw {
export class UpdateSentStoryReaction {
constructor(params: { peer: Raw.TypePeer; storyId: number; reaction: Raw.TypeReaction }) {}
}
}🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0x7d627683
Property
peer: Raw.TypePeerThe peer that sent the story
storyId: numberId of the story we reacted to
reaction: Raw.TypeReactionThe reaction that was sent