Class TdApi.SuggestedActionSetLoginEmailAddress

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.SuggestedAction
org.drinkless.tdlib.TdApi.SuggestedActionSetLoginEmailAddress
Enclosing class:
TdApi

public static class TdApi.SuggestedActionSetLoginEmailAddress extends TdApi.SuggestedAction
Suggests the user to add login email address. Call isLoginEmailAddressRequired, and then setLoginEmailAddress or checkLoginEmailAddressCode to change the login email address.
  • Field Details

    • canBeHidden

      public boolean 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.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR