Class TdApi.CanTransferOwnershipResultPasswordTooFresh

  • Enclosing class:
    TdApi

    public static class TdApi.CanTransferOwnershipResultPasswordTooFresh
    extends TdApi.CanTransferOwnershipResult
    The 2-step verification was enabled recently, user needs to wait.
    • Field Detail

      • retryAfter

        public int retryAfter
        Time left before the session can be used to transfer ownership of a chat, in seconds.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CanTransferOwnershipResultPasswordTooFresh

        public CanTransferOwnershipResultPasswordTooFresh()
        The 2-step verification was enabled recently, user needs to wait.
      • CanTransferOwnershipResultPasswordTooFresh

        public CanTransferOwnershipResultPasswordTooFresh​(int retryAfter)
        The 2-step verification was enabled recently, user needs to wait.
        Parameters:
        retryAfter - Time left before the session can be used to transfer ownership of a chat, in seconds.