Package org.drinkless.tdlib
Class TdApi.UpdateAgeVerificationParameters
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateAgeVerificationParameters
- Enclosing class:
- TdApi
The parameters for age verification of the current user's account has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Parameters for the age verification; may be null if age verification isn't needed. -
Constructor Summary
ConstructorsConstructorDescriptionThe parameters for age verification of the current user's account has changed.The parameters for age verification of the current user's account has changed. -
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
-
parameters
Parameters for the age verification; may be null if age verification isn't needed. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateAgeVerificationParameters
public UpdateAgeVerificationParameters()The parameters for age verification of the current user's account has changed. -
UpdateAgeVerificationParameters
The parameters for age verification of the current user's account has changed.- Parameters:
parameters- Parameters for the age verification; may be null if age verification isn't needed.
-
-
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
-