Raw.stories.Report
Report a story.
stories.report#19d8eb45 peer:InputPeer id:Vector<int> option:bytes message:string = ReportResult;
export namespace Raw {
export namespace stories {
export class Report {
constructor(params: {
peer: Raw.TypeInputPeer;
id: Array<number>;
option: Buffer;
message: string;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 198
Constructor ID: 0x19d8eb45
Property
peer
: Raw.TypeInputPeerThe peer that uploaded the story.
id
: Array of numberIds of the stories to report.
option
: BufferMenu option, intially empty
message
: stringComment for report moderation