account.reportProfilePhoto
Layer 225
Constructor ID: 0xfa8cc6f5
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
peer | InputPeer | |
photo_id | InputPhoto | |
reason | ReportReason | |
message | string |
Example
go
result, err := client.Raw(&tg.ReportProfilePhotoRequest{
peer: nil, // InputPeer
photo_id: nil, // InputPhoto
reason: nil, // ReportReason
message: "",
})
if err != nil {
panic(err)
}
print(result)