java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventMessageDeleted
- Enclosing class:
- TdApi
A message was deleted.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
True, if the message deletion can be reported via reportSupergroupAntiSpamFalsePositive.static final int
Identifier uniquely determining type of the object.Deleted message. -
Constructor Summary
ConstructorDescriptionA message was deleted.ChatEventMessageDeleted
(TdApi.Message message, boolean canReportAntiSpamFalsePositive) A message was deleted.ChatEventMessageDeleted
(DataInput input) A message was deleted. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
message
Deleted message. -
canReportAntiSpamFalsePositive
public boolean canReportAntiSpamFalsePositiveTrue, if the message deletion can be reported via reportSupergroupAntiSpamFalsePositive. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatEventMessageDeleted
public ChatEventMessageDeleted()A message was deleted. -
ChatEventMessageDeleted
A message was deleted.- Parameters:
message
- Deleted message.canReportAntiSpamFalsePositive
- True, if the message deletion can be reported via reportSupergroupAntiSpamFalsePositive.
-
ChatEventMessageDeleted
A message was deleted.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-