public static class TdApi.TMeUrlTypeUser extends TdApi.TMeUrlType
TdApi.TMeUrlType.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
userId
Identifier of the user.
|
Constructor and Description |
---|
TMeUrlTypeUser()
A URL linking to a user.
|
TMeUrlTypeUser(long userId)
A URL linking to a user.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long userId
public static final int CONSTRUCTOR
public TMeUrlTypeUser()
public TMeUrlTypeUser(long userId)
userId
- Identifier of the user.public int getConstructor()
getConstructor
in class TdApi.TMeUrlType