public static class TdApi.RichTextSubscript extends TdApi.RichText
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.RichText |
text
Text.
|
| Constructor and Description |
|---|
RichTextSubscript()
A subscript rich text.
|
RichTextSubscript(TdApi.RichText text)
A subscript rich text.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.RichText text
public static final int CONSTRUCTOR
public RichTextSubscript()
public RichTextSubscript(TdApi.RichText text)
text - Text.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object