public static class TdApi.BusinessChatLinkInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the private chat that created the link.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.FormattedText |
text
Message draft text that must be added to the input field.
|
| Constructor and Description |
|---|
BusinessChatLinkInfo()
Contains information about a business chat link.
|
BusinessChatLinkInfo(long chatId,
TdApi.FormattedText text)
Contains information about a business chat link.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.FormattedText text
public static final int CONSTRUCTOR
public BusinessChatLinkInfo()
public BusinessChatLinkInfo(long chatId,
TdApi.FormattedText text)
chatId - Identifier of the private chat that created the link.text - Message draft text that must be added to the input field.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object