Package org.drinkless.tdlib
Class TdApi.ChatFolderName
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatFolderName
- Enclosing class:
- TdApi
Describes name of a chat folder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
True, if custom emoji in the name must be animated.static final int
Identifier uniquely determining type of the object.The text of the chat folder name; 1-12 characters without line feeds. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes name of a chat folder.ChatFolderName
(TdApi.FormattedText text, boolean animateCustomEmoji) Describes name of a chat folder. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
text
The text of the chat folder name; 1-12 characters without line feeds. May contain only CustomEmoji entities. -
animateCustomEmoji
public boolean animateCustomEmojiTrue, if custom emoji in the name must be animated. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatFolderName
public ChatFolderName()Describes name of a chat folder. -
ChatFolderName
Describes name of a chat folder.- Parameters:
text
- The text of the chat folder name; 1-12 characters without line feeds. May contain only CustomEmoji entities.animateCustomEmoji
- True, if custom emoji in the name must be animated.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-