public static class TdApi.RichTexts extends TdApi.RichText
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.RichText[] |
texts
Texts.
|
| Constructor and Description |
|---|
RichTexts()
A concatenation of rich texts.
|
RichTexts(TdApi.RichText[] texts)
A concatenation of rich texts.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.RichText[] texts
public static final int CONSTRUCTOR
public RichTexts()
public RichTexts(TdApi.RichText[] texts)
texts - Texts.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object