Package org.drinkless.tdlib
Class TdApi.InputChatThemeEmoji
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputChatTheme
org.drinkless.tdlib.TdApi.InputChatThemeEmoji
- Enclosing class:
- TdApi
A theme based on an emoji.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Name of the theme. -
Constructor Summary
ConstructorsConstructorDescriptionA theme based on an emoji.InputChatThemeEmoji(String name) A theme based on an emoji. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
name
Name of the theme. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputChatThemeEmoji
public InputChatThemeEmoji()A theme based on an emoji. -
InputChatThemeEmoji
A theme based on an emoji.- Parameters:
name- Name of the 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
-