- Enclosing class:
- TdApi
Changes the chat theme. Supported only
in private and secret chats.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
Name of the new chat theme; pass an empty string to return the default theme. -
Constructor Summary
ConstructorDescriptionChanges the chat theme.SetChatTheme
(long chatId, String themeName) Changes the chat theme.SetChatTheme
(DataInput input) Changes the chat theme. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
themeName
Name of the new chat theme; pass an empty string to return the default theme. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetChatTheme
public SetChatTheme()Changes the chat theme. Supported only in private and secret chats. ReturnsOk
-
SetChatTheme
Changes the chat theme. Supported only in private and secret chats. ReturnsOk
- Parameters:
chatId
- long Chat identifier.themeName
- String Name of the new chat theme; pass an empty string to return the default theme.
-
SetChatTheme
Changes the chat theme. Supported only in private and secret chats. ReturnsOk
- 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()
-