Raw.UpdateNewStoryReaction

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