public static class TdApi.ChatEventMessageDeleted extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
boolean |
canReportAntiSpamFalsePositive
True, if the message deletion can be reported via reportSupergroupAntiSpamFalsePositive.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Message |
message
Deleted message.
|
| Constructor and Description |
|---|
ChatEventMessageDeleted()
A message was deleted.
|
ChatEventMessageDeleted(TdApi.Message message,
boolean canReportAntiSpamFalsePositive)
A message was deleted.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Message message
public boolean canReportAntiSpamFalsePositive
public static final int CONSTRUCTOR
public ChatEventMessageDeleted()
public ChatEventMessageDeleted(TdApi.Message message, boolean canReportAntiSpamFalsePositive)
message - Deleted message.canReportAntiSpamFalsePositive - True, if the message deletion can be reported via reportSupergroupAntiSpamFalsePositive.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object