public static class TdApi.CanTransferOwnershipResultSessionTooFresh 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 |
|---|
CanTransferOwnershipResultSessionTooFresh()
The session was created recently, user needs to wait.
|
CanTransferOwnershipResultSessionTooFresh(int retryAfter)
The session was created 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 CanTransferOwnershipResultSessionTooFresh()
public CanTransferOwnershipResultSessionTooFresh(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