public static class TdApi.CanTransferOwnershipResultPasswordTooFresh extends TdApi.CanTransferOwnershipResult
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object