public static class TdApi.ConnectedWebsites extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ConnectedWebsite[] |
websites
List of connected websites.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.ConnectedWebsite[] websites
public static final int CONSTRUCTOR
public ConnectedWebsites()
public ConnectedWebsites(TdApi.ConnectedWebsite[] websites)
websites
- List of connected websites.public int getConstructor()
getConstructor
in class TdApi.Object