Layer 220
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

Bool

Possible 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