Package org.drinkless.tdlib
Class TdApi.DisconnectWebsite
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.DisconnectWebsite
-
- Enclosing class:
- TdApi
public static class TdApi.DisconnectWebsite extends TdApi.Function
Disconnects website from the current user's Telegram account.Returns
Ok
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.longwebsiteIdWebsite identifier.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
websiteId
public long websiteId
Website identifier.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DisconnectWebsite
public DisconnectWebsite()
Default constructor for a function, which disconnects website from the current user's Telegram account.Returns
Ok
-
DisconnectWebsite
public DisconnectWebsite(long websiteId)
Creates a function, which disconnects website from the current user's Telegram account.Returns
Ok- Parameters:
websiteId- Website identifier.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-