java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeMessageDraft
- Enclosing class:
- TdApi
The link contains a message draft
text. A share screen needs to be shown
to the user, then the chosen chat must
be opened and the text is added to
the input field.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the first line of the text contains a link.Message draft text. -
Constructor Summary
ConstructorDescriptionThe link contains a message draft text.InternalLinkTypeMessageDraft
(TdApi.FormattedText text, boolean containsLink) The link contains a message draft text.The link contains a message draft text. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
text
Message draft text. -
containsLink
public boolean containsLinkTrue, if the first line of the text contains a link. If true, the input field needs to be focused and the text after the link must be selected. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InternalLinkTypeMessageDraft
public InternalLinkTypeMessageDraft()The link contains a message draft text. A share screen needs to be shown to the user, then the chosen chat must be opened and the text is added to the input field. -
InternalLinkTypeMessageDraft
The link contains a message draft text. A share screen needs to be shown to the user, then the chosen chat must be opened and the text is added to the input field.- Parameters:
text
- FormattedText Message draft text.containsLink
- boolean True, if the first line of the text contains a link. If true, the input field needs to be focused and the text after the link must be selected.
-
InternalLinkTypeMessageDraft
The link contains a message draft text. A share screen needs to be shown to the user, then the chosen chat must be opened and the text is added to the input field.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-