Package it.tdlight.jni
Class TdApi.SetChatTheme
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SetChatTheme
- Enclosing class:
- TdApi
public static class TdApi.SetChatTheme extends TdApi.Function
Changes the chat theme. Requires
canChangeInfo administrator right in
groups, supergroups and channels.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
String
themeName
Name of the new chat theme; may be empty to return the default theme. -
Constructor Summary
Constructors Constructor Description SetChatTheme()
Changes the chat theme.SetChatTheme(long chatId, String themeName)
Changes the chat theme.SetChatTheme(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.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; may be empty to return the default theme. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
SetChatTheme
public SetChatTheme()Changes the chat theme. Requires canChangeInfo administrator right in groups, supergroups and channels.Returns
Ok
-
SetChatTheme
Changes the chat theme. Requires canChangeInfo administrator right in groups, supergroups and channels.Returns
Ok
- Parameters:
chatId
- long Chat identifier.themeName
- String Name of the new chat theme; may be empty to return the default theme.
-
SetChatTheme
- 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()
-