public static class TdApi.RichTexts extends TdApi.RichText
TdApi.RichText.Constructors
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() |
toString
public TdApi.RichText[] texts
public static final int CONSTRUCTOR
public RichTexts()
public RichTexts(TdApi.RichText[] texts)
texts
- Texts.public int getConstructor()
getConstructor
in class TdApi.RichText