public static class TdApi.InternalLinkTypeBusinessChat extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
linkName
Name of the link.
|
| Constructor and Description |
|---|
InternalLinkTypeBusinessChat()
The link is a link to a business chat.
|
InternalLinkTypeBusinessChat(java.lang.String linkName)
The link is a link to a business chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String linkName
public static final int CONSTRUCTOR
public InternalLinkTypeBusinessChat()
public InternalLinkTypeBusinessChat(java.lang.String linkName)
linkName - Name of the link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object