Package it.tdlight.jni
Class TdApi.ConnectedWebsites
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.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 int
CONSTRUCTOR
TdApi.ConnectedWebsite[]
websites
List 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.ConnectedWebsites(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-