public static class TdApi.BusinessChatLinks extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.BusinessChatLink[] |
links
List of links.
|
| Constructor and Description |
|---|
BusinessChatLinks()
Contains a list of business chat links created by the user.
|
BusinessChatLinks(TdApi.BusinessChatLink[] links)
Contains a list of business chat links created by the user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.BusinessChatLink[] links
public static final int CONSTRUCTOR
public BusinessChatLinks()
public BusinessChatLinks(TdApi.BusinessChatLink[] links)
links - List of links.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object