Raw.account.ReportProfilePhoto
Report a profile photo of a dialog
account.reportProfilePhoto#fa8cc6f5 peer:InputPeer photo_id:InputPhoto reason:ReportReason message:string = Bool;
export namespace Raw {
export namespace account {
export class ReportProfilePhoto {
constructor(params: {
peer: Raw.TypeInputPeer;
photoId: Raw.TypeInputPhoto;
reason: Raw.TypeReportReason;
message: string;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xfa8cc6f5
Property
peer
: Raw.TypeInputPeerThe dialog
photoId
: Raw.TypeInputPhotoDialog photo id
reason
: Raw.TypeReportReasonReport reason
message
: stringComment for report moderation