Package org.drinkless.tdlib
Class TdApi.TextEntityTypePreCode
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TextEntityType
org.drinkless.tdlib.TdApi.TextEntityTypePreCode
- Enclosing class:
- TdApi
Text that must be formatted as if inside pre, and code HTML tags.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Programming language of the code; as defined by the sender. -
Constructor Summary
ConstructorsConstructorDescriptionText that must be formatted as if inside pre, and code HTML tags.TextEntityTypePreCode
(String language) Text that must be formatted as if inside pre, and code HTML tags. -
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
-
language
Programming language of the code; as defined by the sender. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TextEntityTypePreCode
public TextEntityTypePreCode()Text that must be formatted as if inside pre, and code HTML tags. -
TextEntityTypePreCode
Text that must be formatted as if inside pre, and code HTML tags.- Parameters:
language
- Programming language of the code; as defined by the sender.
-
-
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
-