Class TdApi.ResetPasswordResult

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ResetPasswordResult
Direct Known Subclasses:
TdApi.ResetPasswordResultDeclined, TdApi.ResetPasswordResultOk, TdApi.ResetPasswordResultPending
Enclosing class:
TdApi

public abstract static class TdApi.ResetPasswordResult extends TdApi.Object
This class is an abstract base class. Represents result of 2-step verification password reset.
  • Constructor Details

    • ResetPasswordResult

      public ResetPasswordResult()
      Default class constructor.
  • Method Details

    • getConstructor

      public abstract 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:
      identifier uniquely determining type of the object.