Package org.drinkless.tdlib
Class TdApi.SuggestedActionSetLoginEmailAddress
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.SuggestedAction
org.drinkless.tdlib.TdApi.SuggestedActionSetLoginEmailAddress
- Enclosing class:
- TdApi
Suggests the user to add login email address. Call isLoginEmailAddressRequired, and then setLoginEmailAddress or checkLoginEmailAddressCode to change the login email address.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue, if the suggested action can be hidden using hideSuggestedAction.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionSuggests the user to add login email address.SuggestedActionSetLoginEmailAddress(boolean canBeHidden) Suggests the user to add login email address. -
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
-
canBeHidden
public boolean canBeHiddenTrue, if the suggested action can be hidden using hideSuggestedAction. Otherwise, the user must not be able to use the app without setting up the email address. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SuggestedActionSetLoginEmailAddress
public SuggestedActionSetLoginEmailAddress()Suggests the user to add login email address. Call isLoginEmailAddressRequired, and then setLoginEmailAddress or checkLoginEmailAddressCode to change the login email address. -
SuggestedActionSetLoginEmailAddress
public SuggestedActionSetLoginEmailAddress(boolean canBeHidden) Suggests the user to add login email address. Call isLoginEmailAddressRequired, and then setLoginEmailAddress or checkLoginEmailAddressCode to change the login email address.- Parameters:
canBeHidden- True, if the suggested action can be hidden using hideSuggestedAction. Otherwise, the user must not be able to use the app without setting up the email address.
-
-
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
-