Raw.messages.SendReaction

Raw.messages.SendReaction

React to message.

messages.sendReaction#d30d78d4 flags:# big:flags.1?true add_to_recent:flags.2?true peer:InputPeer msg_id:int reaction:flags.0?Vector<Reaction> = Updates;
export namespace Raw {
  export namespace messages {
    export class SendReaction {
      constructor(params: {
        big?: boolean;
        addToRecent?: boolean;
        peer: Raw.TypeInputPeer;
        msgId: number;
        reaction?: Array<Raw.TypeReaction>;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xd30d78d4

Property

Results

Raw.TypeUpdates