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
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intlongIdentifier of last read outgoing message. -
Constructor Summary
ConstructorsConstructorDescriptionOutgoing 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-