public static class TdApi.GetBusinessChatLinkInfo extends TdApi.Function<TdApi.BusinessChatLinkInfo>
Returns BusinessChatLinkInfo
| 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 |
|---|
GetBusinessChatLinkInfo()
Default constructor for a function, which returns information about a business chat link.
|
GetBusinessChatLinkInfo(java.lang.String linkName)
Creates a function, which returns 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 linkName
public static final int CONSTRUCTOR
public GetBusinessChatLinkInfo()
Returns BusinessChatLinkInfo
public GetBusinessChatLinkInfo(java.lang.String linkName)
Returns BusinessChatLinkInfo
linkName - Name of the link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object