java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateNewChat
- Enclosing class:
- TdApi
A new chat has been loaded/created.
This update is guaranteed to come
before the chat identifier is returned
to the application. The chat field
changes will be reported through separate updates.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionA new chat has been loaded/created.UpdateNewChat
(TdApi.Chat chat) A new chat has been loaded/created.UpdateNewChat
(DataInput input) A new chat has been loaded/created. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chat
The chat. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateNewChat
public UpdateNewChat()A new chat has been loaded/created. This update is guaranteed to come before the chat identifier is returned to the application. The chat field changes will be reported through separate updates. -
UpdateNewChat
A new chat has been loaded/created. This update is guaranteed to come before the chat identifier is returned to the application. The chat field changes will be reported through separate updates.- Parameters:
chat
- Chat The chat.
-
UpdateNewChat
A new chat has been loaded/created. This update is guaranteed to come before the chat identifier is returned to the application. The chat field changes will be reported through separate updates.- 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()
-