channels.reportAntiSpamFalsePositive
Layer 225
Constructor ID: 0xa850a693
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
channel | InputChannel | |
msg_id | int32 |
Example
go
result, err := client.Raw(&tg.ReportAntiSpamFalsePositiveRequest{
channel: nil, // InputChannel
msg_id: 0,
})
if err != nil {
panic(err)
}
print(result)