public static class TdApi.InputBusinessChatLink extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.FormattedText |
text
Message draft text that will be added to the input field.
|
java.lang.String |
title
Link title.
|
| Constructor and Description |
|---|
InputBusinessChatLink()
Describes a business chat link to create or edit.
|
InputBusinessChatLink(TdApi.FormattedText text,
java.lang.String title)
Describes a business chat link to create or edit.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.FormattedText text
public java.lang.String title
public static final int CONSTRUCTOR
public InputBusinessChatLink()
public InputBusinessChatLink(TdApi.FormattedText text, java.lang.String title)
text - Message draft text that will be added to the input field.title - Link title.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object