Package org.drinkless.tdlib
Class TdApi.CanTransferOwnershipResultSessionTooFresh
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.CanTransferOwnershipResult
-
- org.drinkless.tdlib.TdApi.CanTransferOwnershipResultSessionTooFresh
-
- Enclosing class:
- TdApi
public static class TdApi.CanTransferOwnershipResultSessionTooFresh extends TdApi.CanTransferOwnershipResult
The session was created recently, user needs to wait.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intretryAfterTime left before the session can be used to transfer ownership of a chat, in seconds.
-
Constructor Summary
Constructors Constructor Description CanTransferOwnershipResultSessionTooFresh()The session was created recently, user needs to wait.CanTransferOwnershipResultSessionTooFresh(int retryAfter)The session was created recently, user needs to wait.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
retryAfter
public int retryAfter
Time left before the session can be used to transfer ownership of a chat, in seconds.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CanTransferOwnershipResultSessionTooFresh
public CanTransferOwnershipResultSessionTooFresh()
The session was created recently, user needs to wait.
-
CanTransferOwnershipResultSessionTooFresh
public CanTransferOwnershipResultSessionTooFresh(int retryAfter)
The session was created recently, user needs to wait.- Parameters:
retryAfter- Time left before the session can be used to transfer ownership of a chat, in seconds.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-