java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatReadOutbox
- Enclosing class:
- TdApi
Outgoing messages were read.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
long
Identifier of last read outgoing message. -
Constructor Summary
ConstructorDescriptionOutgoing messages were read.UpdateChatReadOutbox
(long chatId, long lastReadOutboxMessageId) Outgoing messages were read.UpdateChatReadOutbox
(DataInput input) Outgoing messages were read. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
lastReadOutboxMessageId
public long lastReadOutboxMessageIdIdentifier of last read outgoing message. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateChatReadOutbox
public UpdateChatReadOutbox()Outgoing messages were read. -
UpdateChatReadOutbox
public UpdateChatReadOutbox(long chatId, long lastReadOutboxMessageId) Outgoing messages were read.- Parameters:
chatId
- long Chat identifier.lastReadOutboxMessageId
- long Identifier of last read outgoing message.
-
UpdateChatReadOutbox
Outgoing messages were read.- 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()
-