Package org.drinkless.tdlib
Class TdApi.RichTextReference
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.RichText
org.drinkless.tdlib.TdApi.RichTextReference
- Enclosing class:
- TdApi
A reference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Reference name.Text of the reference. -
Constructor Summary
ConstructorsConstructorDescriptionA reference.RichTextReference(String name, TdApi.RichText text) A reference. -
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
-
name
Reference name. -
text
Text of the reference. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
RichTextReference
public RichTextReference()A reference. -
RichTextReference
A reference.- Parameters:
name- Reference name.text- Text of the reference.
-
-
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
-