Package org.drinkless.tdlib
Class TdApi.SuggestUserBirthdate
- Enclosing class:
- TdApi
Suggests a birthdate to another regular user with common messages and allowing non-paid messages.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionBirthdate to suggest.static final intIdentifier uniquely determining type of the object.longUser identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which suggests a birthdate to another regular user with common messages and allowing non-paid messages.SuggestUserBirthdate(long userId, TdApi.Birthdate birthdate) Creates a function, which suggests a birthdate to another regular user with common messages and allowing non-paid messages. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
userId
public long userIdUser identifier. -
birthdate
Birthdate to suggest. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SuggestUserBirthdate
public SuggestUserBirthdate()Default constructor for a function, which suggests a birthdate to another regular user with common messages and allowing non-paid messages.Returns
Ok -
SuggestUserBirthdate
Creates a function, which suggests a birthdate to another regular user with common messages and allowing non-paid messages.Returns
Ok- Parameters:
userId- User identifier.birthdate- Birthdate to suggest.
-
-
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
-