Package org.drinkless.tdlib
Class TdApi.CanSendGiftResultFail
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CanSendGiftResult
org.drinkless.tdlib.TdApi.CanSendGiftResultFail
- Enclosing class:
- TdApi
The gift can't be sent now by the current user.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Reason to be shown to the user. -
Constructor Summary
ConstructorsConstructorDescriptionThe gift can't be sent now by the current user.The gift can't be sent now by the current user. -
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
-
reason
Reason to be shown to the user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CanSendGiftResultFail
public CanSendGiftResultFail()The gift can't be sent now by the current user. -
CanSendGiftResultFail
The gift can't be sent now by the current user.- Parameters:
reason- Reason to be shown to the user.
-
-
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
-