Package org.drinkless.tdlib
Class TdApi.CanTransferOwnershipResultPasswordTooFresh
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.CanTransferOwnershipResult
-
- org.drinkless.tdlib.TdApi.CanTransferOwnershipResultPasswordTooFresh
-
- Enclosing class:
- TdApi
public static class TdApi.CanTransferOwnershipResultPasswordTooFresh extends TdApi.CanTransferOwnershipResult
The 2-step verification was enabled 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 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.
-
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
-
CanTransferOwnershipResultPasswordTooFresh
public CanTransferOwnershipResultPasswordTooFresh()
The 2-step verification was enabled recently, user needs to wait.
-
CanTransferOwnershipResultPasswordTooFresh
public CanTransferOwnershipResultPasswordTooFresh(int retryAfter)
The 2-step verification was enabled 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
-
-