public static class TdApi.CanTransferOwnershipResultPasswordTooFresh extends TdApi.CanTransferOwnershipResult
TdApi.CanTransferOwnershipResult.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
retryAfter
Time left before the session can be used to transfer ownership of a chat, in seconds.
|
Constructor and Description |
---|
CanTransferOwnershipResultPasswordTooFresh()
The 2-step verification was enabled recently, user needs to wait.
|
CanTransferOwnershipResultPasswordTooFresh(int retryAfter)
The 2-step verification was enabled recently, user needs to wait.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int retryAfter
public static final int CONSTRUCTOR
public CanTransferOwnershipResultPasswordTooFresh()
public CanTransferOwnershipResultPasswordTooFresh(int retryAfter)
retryAfter
- Time left before the session can be used to transfer ownership of a chat, in seconds.public int getConstructor()
getConstructor
in class TdApi.CanTransferOwnershipResult