Layer 220
ChannelsReportAntiSpamFalsePositive
Report a native antispam false positive
method
Users
channels.reportAntiSpamFalsePositive#a850a693 channel:InputChannel msg_id:int = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Channel | InputChannel | Supergroup ID |
| MsgId | int | Message ID that was mistakenly deleted by the native antispam system, taken from the admin log |
Returns
BoolPossible Errors
| Code | Type | Description |
|---|---|---|
| 400 | CHANNEL_INVALID | The provided channel is invalid. |
Gogram Example
// ChannelsReportAntiSpamFalsePositive - positional arguments result, err := client.ChannelsReportAntiSpamFalsePositive(&tg.InputChannel{ChannelID: int64(123456789), AccessHash: int64(0)}, 0) if err != nil { // handle error } // result is *tg.Bool