Package org.drinkless.tdlib
Class TdApi.ConnectedWebsites
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ConnectedWebsites
-
- Enclosing class:
- TdApi
public static class TdApi.ConnectedWebsites extends TdApi.Object
Contains a list of websites the current user is logged in with Telegram.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ConnectedWebsite[]websitesList of connected websites.
-
Constructor Summary
Constructors Constructor Description ConnectedWebsites()Contains a list of websites the current user is logged in with Telegram.ConnectedWebsites(TdApi.ConnectedWebsite[] websites)Contains a list of websites the current user is logged in with Telegram.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
websites
public TdApi.ConnectedWebsite[] websites
List of connected websites.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConnectedWebsites
public ConnectedWebsites()
Contains a list of websites the current user is logged in with Telegram.
-
ConnectedWebsites
public ConnectedWebsites(TdApi.ConnectedWebsite[] websites)
Contains a list of websites the current user is logged in with Telegram.- Parameters:
websites- List of connected websites.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-