java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TextEntityType
it.tdlight.jni.TdApi.TextEntityTypePreCode
- Enclosing class:
- TdApi
Text that must be formatted as if
inside pre, and code HTML tags.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Programming language of the code; as defined by the sender. -
Constructor Summary
ConstructorDescriptionText that must be formatted as if inside pre, and code HTML tags.TextEntityTypePreCode
(DataInput input) Text 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
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
language
Programming language of the code; as defined by the sender. -
CONSTRUCTOR
public static final int CONSTRUCTOR- 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
- String Programming language of the code; as defined by the sender.
-
TextEntityTypePreCode
Text that must be formatted as if inside pre, and code HTML tags.- 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()
-