Layer 224
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
BoolGogram Example
// ChannelsReportAntiSpamFalsePositive - positional arguments result, err := client.ChannelsReportAntiSpamFalsePositive(&tg.InputChannel{ChannelID: int64(1234567890), AccessHash: int64(5678901234567890)}, 42) if err != nil { // handle error } // result is *tg.Bool
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | CHANNEL_INVALID | The provided channel is invalid. |