public static class TdApi.BusinessChatLink extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
link
The HTTPS link.
|
TdApi.FormattedText |
text
Message draft text that will be added to the input field.
|
java.lang.String |
title
Link title.
|
int |
viewCount
Number of times the link was used.
|
| Constructor and Description |
|---|
BusinessChatLink()
Contains information about a business chat link.
|
BusinessChatLink(java.lang.String link,
TdApi.FormattedText text,
java.lang.String title,
int viewCount)
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 java.lang.String link
public TdApi.FormattedText text
public java.lang.String title
public int viewCount
public static final int CONSTRUCTOR
public BusinessChatLink()
public BusinessChatLink(java.lang.String link,
TdApi.FormattedText text,
java.lang.String title,
int viewCount)
link - The HTTPS link.text - Message draft text that will be added to the input field.title - Link title.viewCount - Number of times the link was used.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object