java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TMeUrlType
it.tdlight.jni.TdApi.TMeUrlTypeUser
- Enclosing class:
- TdApi
A URL linking to a user.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Identifier of the user. -
Constructor Summary
ConstructorDescriptionA URL linking to a user.TMeUrlTypeUser
(long userId) A URL linking to a user.TMeUrlTypeUser
(DataInput input) A URL linking to a user. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
userId
public long userIdIdentifier of the user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
TMeUrlTypeUser
public TMeUrlTypeUser()A URL linking to a user. -
TMeUrlTypeUser
public TMeUrlTypeUser(long userId) A URL linking to a user.- Parameters:
userId
- long Identifier of the user.
-
TMeUrlTypeUser
A URL linking to a user.- 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()
-