Raw.messages.ReportReaction
Report a message reaction
messages.reportReaction#3f64c076 peer:InputPeer id:int reaction_peer:InputPeer = Bool;
export namespace Raw {
export namespace messages {
export class ReportReaction {
constructor(params: {
peer: Raw.TypeInputPeer;
id: number;
reactionPeer: Raw.TypeInputPeer;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x3f64c076
Property
peer
: Raw.TypeInputPeerPeer where the message was sent
id
: numberMessage id
reactionPeer
: Raw.TypeInputPeerPeer that sent the reaction