public static class TdApi.CanTransferOwnershipResultSessionTooFresh 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 |
---|
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() |
toString
public 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()
getConstructor
in class TdApi.CanTransferOwnershipResult