Package it.tdlight.jni
Class TdApi.UpdateNewChat
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateNewChat
- Enclosing class:
- TdApi
public static class TdApi.UpdateNewChat extends TdApi.Update
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
Fields Modifier and Type Field Description TdApi.Chat
chat
The chat.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description UpdateNewChat()
A new chat has been loaded/created.UpdateNewChat(TdApi.Chat chat)
A new chat has been loaded/created.UpdateNewChat(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
-
chat
The chat. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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
- 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()
-