public static class TdApi.UpdateContactCloseBirthdays extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.CloseBirthdayUser[] |
closeBirthdayUsers
List of contact users with close birthday.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateContactCloseBirthdays()
The list of contacts that had birthdays recently or will have birthday soon has changed.
|
UpdateContactCloseBirthdays(TdApi.CloseBirthdayUser[] closeBirthdayUsers)
The list of contacts that had birthdays recently or will have birthday soon has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.CloseBirthdayUser[] closeBirthdayUsers
public static final int CONSTRUCTOR
public UpdateContactCloseBirthdays()
public UpdateContactCloseBirthdays(TdApi.CloseBirthdayUser[] closeBirthdayUsers)
closeBirthdayUsers - List of contact users with close birthday.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object