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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ConnectedWebsite[] websites
public static final int CONSTRUCTOR
public ConnectedWebsites()
public ConnectedWebsites(TdApi.ConnectedWebsite[] websites)
websites - List of connected websites.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object