public static class TdApi.TextEntities extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.TextEntity[] |
entities
List of text entities.
|
| Constructor and Description |
|---|
TextEntities()
Contains a list of text entities.
|
TextEntities(TdApi.TextEntity[] entities)
Contains a list of text entities.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.TextEntity[] entities
public static final int CONSTRUCTOR
public TextEntities()
public TextEntities(TdApi.TextEntity[] entities)
entities - List of text entities.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object