java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ConnectedWebsites
- Enclosing class:
- TdApi
Contains a list of websites the current
user is logged in with Telegram.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
List of connected websites. -
Constructor Summary
ConstructorDescriptionContains 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.ConnectedWebsites
(DataInput input) Contains a list of websites the current user is logged in with Telegram. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
websites
List of connected websites. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ConnectedWebsites
public ConnectedWebsites()Contains a list of websites the current user is logged in with Telegram. -
ConnectedWebsites
Contains a list of websites the current user is logged in with Telegram.- Parameters:
websites
- ConnectedWebsite[] List of connected websites.
-
ConnectedWebsites
Contains a list of websites the current user is logged in with Telegram.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-