Raw.stories.Report
Report a story.
stories.report#1923fa8c peer:InputPeer id:Vector<int> reason:ReportReason message:string = Bool;
export namespace Raw {
export namespace stories {
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: 0x1923fa8c
Property
peer
: Raw.TypeInputPeerThe peer that uploaded the story.
id
: Array of numberIds of the stories to report.
reason
: Raw.TypeReportReasonWhy are these storeis being reported.
message
: stringComment for report moderation