Package org.drinkless.tdlib
Class TdApi.RichTextPlain
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.RichText
-
- org.drinkless.tdlib.TdApi.RichTextPlain
-
- Enclosing class:
- TdApi
public static class TdApi.RichTextPlain extends TdApi.RichText
A plain text.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringtextText.
-
Constructor Summary
Constructors Constructor Description RichTextPlain()A plain text.RichTextPlain(String text)A plain text.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
text
public String text
Text.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RichTextPlain
public RichTextPlain()
A plain text.
-
RichTextPlain
public RichTextPlain(String text)
A plain text.- Parameters:
text- Text.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-