Package org.drinkless.tdlib
Class TdApi.InternalLinkTypeMessageDraft
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InternalLinkType
-
- org.drinkless.tdlib.TdApi.InternalLinkTypeMessageDraft
-
- Enclosing class:
- TdApi
public static class TdApi.InternalLinkTypeMessageDraft extends TdApi.InternalLinkType
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
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleancontainsLinkTrue, if the first line of the text contains a link.TdApi.FormattedTexttextMessage draft text.
-
Constructor Summary
Constructors Constructor Description InternalLinkTypeMessageDraft()The link contains a message draft text.InternalLinkTypeMessageDraft(TdApi.FormattedText text, boolean containsLink)The link contains a message draft 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 TdApi.FormattedText text
Message draft text.
-
containsLink
public boolean containsLink
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.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
public InternalLinkTypeMessageDraft(TdApi.FormattedText text, boolean containsLink)
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- Message draft text.containsLink- 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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-