public static class TdApi.TextEntityTypePreCode extends TdApi.TextEntityType
TdApi.TextEntityType.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
language
Programming language of the code; as defined by the sender.
|
Constructor and Description |
---|
TextEntityTypePreCode()
Text that must be formatted as if inside pre, and code HTML tags.
|
TextEntityTypePreCode(java.lang.String language)
Text that must be formatted as if inside pre, and code HTML tags.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String language
public static final int CONSTRUCTOR
public TextEntityTypePreCode()
public TextEntityTypePreCode(java.lang.String language)
language
- Programming language of the code; as defined by the sender.public int getConstructor()
getConstructor
in class TdApi.TextEntityType