Raw.messages.Report
Report a message in a chat for violation of telegram’s terms of service
messages.report#8953ab4e peer:InputPeer id:Vector<int> reason:ReportReason message:string = Bool;
export namespace Raw {
export namespace messages {
export class Report {
constructor(params: {
peer: Raw.TypeInputPeer;
id: Array<number>;
reason: Raw.TypeReportReason;
message: string;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x8953ab4e
Property
peer
: Raw.TypeInputPeerPeer
id
: Array of numberIds of messages to report
reason
: Raw.TypeReportReasonWhy are these messages being reported
message
: stringComment for report moderation