Package org.drinkless.tdlib
Class TdApi.SetChatTheme
- Enclosing class:
- TdApi
Changes the chat theme. Supported only in private and secret chats.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.Name of the new chat theme; pass an empty string to return the default theme. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the chat theme.SetChatTheme(long chatId, String themeName) Creates a function, which changes the chat theme. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetChatTheme
public SetChatTheme()Default constructor for a function, which changes the chat theme. Supported only in private and secret chats.Returns
Ok -
SetChatTheme
Creates a function, which changes the chat theme. Supported only in private and secret chats.Returns
Ok- Parameters:
chatId- Chat identifier.themeName- Name of the new chat theme; pass an empty string to return the default theme.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-