Package org.drinkless.tdlib
Class TdApi.RichTextPhoneNumber
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.RichText
org.drinkless.tdlib.TdApi.RichTextPhoneNumber
- Enclosing class:
- TdApi
A rich text phone number.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Phone number.Text. -
Constructor Summary
ConstructorsConstructorDescriptionA rich text phone number.RichTextPhoneNumber(TdApi.RichText text, String phoneNumber) A rich text phone number. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
text
Text. -
phoneNumber
Phone number. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RichTextPhoneNumber
public RichTextPhoneNumber()A rich text phone number. -
RichTextPhoneNumber
A rich text phone number.- Parameters:
text- Text.phoneNumber- Phone number.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-