Interface CanTransferOwnershipResultPasswordTooFresh

The 2-step verification was enabled recently, user needs to wait. Subtype of CanTransferOwnershipResult.

interface CanTransferOwnershipResultPasswordTooFresh {
    @type: "canTransferOwnershipResultPasswordTooFresh";
    retry_after: number;
}

Properties

Properties

@type: "canTransferOwnershipResultPasswordTooFresh"
retry_after: number

Time left before the session can be used to transfer ownership of a chat, in seconds.