Package it.tdlight.jni
Class TdApi.UpdateDeleteMessages
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateDeleteMessages
- Enclosing class:
- TdApi
public static class TdApi.UpdateDeleteMessages extends TdApi.Update
Some messages were deleted.
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
boolean
fromCache
True, if the messages are deleted only from the cache and can possibly be retrieved again in the future.boolean
isPermanent
True, if the messages are permanently deleted by a user (as opposed to just becoming inaccessible).long[]
messageIds
Identifiers of the deleted messages. -
Constructor Summary
Constructors Constructor Description UpdateDeleteMessages()
Some messages were deleted.UpdateDeleteMessages(long chatId, long[] messageIds, boolean isPermanent, boolean fromCache)
Some messages were deleted.UpdateDeleteMessages(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-