public static class TdApi.DisconnectWebsite extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public long websiteId
public static final int CONSTRUCTOR
public DisconnectWebsite()
Returns Ok
public DisconnectWebsite(long websiteId)
Returns Ok
websiteId
- Website identifier.public int getConstructor()
getConstructor
in class TdApi.Function