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
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intTime left before the session can be used to transfer ownership of a chat, in seconds. -
Constructor Summary
ConstructorsConstructorDescriptionThe session was created recently, user needs to wait.CanTransferOwnershipResultSessionTooFresh(int retryAfter) The session was created recently, user needs to wait. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
retryAfter
public int retryAfterTime left before the session can be used to transfer ownership of a chat, in seconds. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-