public static class TdApi.ReportSupergroupAntiSpamFalsePositive extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the erroneously deleted message from chatEventMessageDeleted.
|
long |
supergroupId
Supergroup identifier.
|
| Constructor and Description |
|---|
ReportSupergroupAntiSpamFalsePositive()
Default constructor for a function, which reports a false deletion of a message by aggressive anti-spam checks; requires administrator rights in the supergroup.
|
ReportSupergroupAntiSpamFalsePositive(long supergroupId,
long messageId)
Creates a function, which reports a false deletion of a message by aggressive anti-spam checks; requires administrator rights in the supergroup.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long supergroupId
public long messageId
public static final int CONSTRUCTOR
public ReportSupergroupAntiSpamFalsePositive()
Returns Ok
public ReportSupergroupAntiSpamFalsePositive(long supergroupId,
long messageId)
Returns Ok
supergroupId - Supergroup identifier.messageId - Identifier of the erroneously deleted message from chatEventMessageDeleted.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object