public static class TdApi.RichTextPhoneNumber extends TdApi.RichText
TdApi.RichText.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
phoneNumber
Phone number.
|
TdApi.RichText |
text
Text.
|
Constructor and Description |
---|
RichTextPhoneNumber()
A rich text phone number.
|
RichTextPhoneNumber(TdApi.RichText text,
java.lang.String phoneNumber)
A rich text phone number.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.RichText text
public java.lang.String phoneNumber
public static final int CONSTRUCTOR
public RichTextPhoneNumber()
public RichTextPhoneNumber(TdApi.RichText text, java.lang.String phoneNumber)
text
- Text.phoneNumber
- Phone number.public int getConstructor()
getConstructor
in class TdApi.RichText