Package org.drinkless.tdlib
Class TdApi.CloseBirthdayUser
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CloseBirthdayUser
- Enclosing class:
- TdApi
Describes a user that had or will have a birthday soon.
-
Field Summary
FieldsModifier and TypeFieldDescriptionBirthdate of the user.static final intIdentifier uniquely determining type of the object.longUser identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
userId
public long userIdUser identifier. -
birthdate
Birthdate of the user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CloseBirthdayUser
public CloseBirthdayUser()Describes a user that had or will have a birthday soon. -
CloseBirthdayUser
Describes a user that had or will have a birthday soon.- Parameters:
userId- User identifier.birthdate- Birthdate of the user.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-