Package it.tdlight.jni
Class TdApi.UpdateChatTitle
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatTitle
- Enclosing class:
- TdApi
public static class TdApi.UpdateChatTitle extends TdApi.Update
The title of a chat was changed.
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
String
title
The new chat title. -
Constructor Summary
Constructors Constructor Description UpdateChatTitle()
The title of a chat was changed.UpdateChatTitle(long chatId, String title)
The title of a chat was changed.UpdateChatTitle(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
-
chatId
public long chatIdChat identifier. -
title
The new chat title. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateChatTitle
public UpdateChatTitle()The title of a chat was changed. -
UpdateChatTitle
The title of a chat was changed.- Parameters:
chatId
- long Chat identifier.title
- String The new chat title.
-
UpdateChatTitle
- 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()
-