java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatPosition
- Enclosing class:
- TdApi
The position of a chat in a chat list
has changed. Instead of this update
updateChatLastMessage or updateChatDraftMessage
might be sent.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
New chat position. -
Constructor Summary
ConstructorDescriptionThe position of a chat in a chat list has changed.UpdateChatPosition
(long chatId, TdApi.ChatPosition position) The position of a chat in a chat list has changed.UpdateChatPosition
(DataInput input) The position of a chat in a chat list has changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
position
New chat position. If new order is 0, then the chat needs to be removed from the list. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateChatPosition
public UpdateChatPosition()The position of a chat in a chat list has changed. Instead of this update updateChatLastMessage or updateChatDraftMessage might be sent. -
UpdateChatPosition
The position of a chat in a chat list has changed. Instead of this update updateChatLastMessage or updateChatDraftMessage might be sent.- Parameters:
chatId
- long Chat identifier.position
- ChatPosition New chat position. If new order is 0, then the chat needs to be removed from the list.
-
UpdateChatPosition
The position of a chat in a chat list has changed. Instead of this update updateChatLastMessage or updateChatDraftMessage might be sent.- 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()
-