public static class TdApi.DisconnectWebsite extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
websiteId
Website identifier.
|
| Constructor and Description |
|---|
DisconnectWebsite()
Default constructor for a function, which disconnects website from the current user's Telegram account.
|
DisconnectWebsite(long websiteId)
Creates a function, which disconnects website from the current user's Telegram account.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long websiteId
public static final int CONSTRUCTOR
public DisconnectWebsite()
Returns Ok
public DisconnectWebsite(long websiteId)
Returns Ok
websiteId - Website identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object