public static class TdApi.DeleteBusinessChatLink extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
link
The link to delete.
|
| Constructor and Description |
|---|
DeleteBusinessChatLink()
Default constructor for a function, which deletes a business chat link of the current account.
|
DeleteBusinessChatLink(java.lang.String link)
Creates a function, which deletes a business chat link of the current account.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String link
public static final int CONSTRUCTOR
public DeleteBusinessChatLink()
Returns Ok
public DeleteBusinessChatLink(java.lang.String link)
Returns Ok
link - The link to delete.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object