java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateDeleteMessages
- Enclosing class:
- TdApi
Some messages were deleted.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
boolean
True, if the messages are deleted only from the cache and can possibly be retrieved again in the future.boolean
True, if the messages are permanently deleted by a user (as opposed to just becoming inaccessible).long[]
Identifiers of the deleted messages. -
Constructor Summary
ConstructorDescriptionSome messages were deleted.UpdateDeleteMessages
(long chatId, long[] messageIds, boolean isPermanent, boolean fromCache) Some messages were deleted.UpdateDeleteMessages
(DataInput input) Some messages were deleted. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageIds
public long[] messageIdsIdentifiers of the deleted messages. -
isPermanent
public boolean isPermanentTrue, if the messages are permanently deleted by a user (as opposed to just becoming inaccessible). -
fromCache
public boolean fromCacheTrue, if the messages are deleted only from the cache and can possibly be retrieved again in the future. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateDeleteMessages
public UpdateDeleteMessages()Some messages were deleted. -
UpdateDeleteMessages
public UpdateDeleteMessages(long chatId, long[] messageIds, boolean isPermanent, boolean fromCache) Some messages were deleted.- Parameters:
chatId
- long Chat identifier.messageIds
- long[] Identifiers of the deleted messages.isPermanent
- boolean True, if the messages are permanently deleted by a user (as opposed to just becoming inaccessible).fromCache
- boolean True, if the messages are deleted only from the cache and can possibly be retrieved again in the future.
-
UpdateDeleteMessages
Some messages were deleted.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-