java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatTheme
- Enclosing class:
- TdApi
The chat theme was changed.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
The new name of the chat theme; may be empty if theme was reset to default. -
Constructor Summary
ConstructorDescriptionThe chat theme was changed.UpdateChatTheme
(long chatId, String themeName) The chat theme was changed.UpdateChatTheme
(DataInput input) The chat theme was changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
themeName
The new name of the chat theme; may be empty if theme was reset to default. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateChatTheme
public UpdateChatTheme()The chat theme was changed. -
UpdateChatTheme
The chat theme was changed.- Parameters:
chatId
- long Chat identifier.themeName
- String The new name of the chat theme; may be empty if theme was reset to default.
-
UpdateChatTheme
The chat theme was changed.- 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()
-