Package org.drinkless.tdlib
Class TdApi.GetUpgradedGiftValueInfo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.UpgradedGiftValueInfo>
org.drinkless.tdlib.TdApi.GetUpgradedGiftValueInfo
- Enclosing class:
- TdApi
public static class TdApi.GetUpgradedGiftValueInfo
extends TdApi.Function<TdApi.UpgradedGiftValueInfo>
Returns information about value of an upgraded gift by its name.
Returns UpgradedGiftValueInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Unique name of the upgraded gift. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns information about value of an upgraded gift by its name.Creates a function, which returns information about value of an upgraded gift by its name. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
name
Unique name of the upgraded gift. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetUpgradedGiftValueInfo
public GetUpgradedGiftValueInfo()Default constructor for a function, which returns information about value of an upgraded gift by its name.Returns
UpgradedGiftValueInfo -
GetUpgradedGiftValueInfo
Creates a function, which returns information about value of an upgraded gift by its name.Returns
UpgradedGiftValueInfo- Parameters:
name- Unique name of the upgraded gift.
-
-
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
-