public static class TdApi.CloseBirthdayUser extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.Birthdate |
birthdate
Birthdate of the user.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
userId
User identifier.
|
| Constructor and Description |
|---|
CloseBirthdayUser()
Describes a user that had or will have a birthday soon.
|
CloseBirthdayUser(long userId,
TdApi.Birthdate birthdate)
Describes a user that had or will have a birthday soon.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long userId
public TdApi.Birthdate birthdate
public static final int CONSTRUCTOR
public CloseBirthdayUser()
public CloseBirthdayUser(long userId,
TdApi.Birthdate birthdate)
userId - User identifier.birthdate - Birthdate of the user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object