Package org.drinkless.tdlib
Class TdApi.MessageSuggestBirthdate
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageSuggestBirthdate
- Enclosing class:
- TdApi
A birthdate was suggested to be set.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe suggested birthdate.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionA birthdate was suggested to be set.MessageSuggestBirthdate(TdApi.Birthdate birthdate) A birthdate was suggested to be set. -
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
-
birthdate
The suggested birthdate. Use the method setBirthdate to apply the birthdate. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageSuggestBirthdate
public MessageSuggestBirthdate()A birthdate was suggested to be set. -
MessageSuggestBirthdate
A birthdate was suggested to be set.- Parameters:
birthdate- The suggested birthdate. Use the method setBirthdate to apply the birthdate.
-
-
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
-