Package org.drinkless.tdlib
Class TdApi.GetPremiumFeatures
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.PremiumFeatures>
org.drinkless.tdlib.TdApi.GetPremiumFeatures
- Enclosing class:
- TdApi
Returns information about features, available to Premium users.
Returns PremiumFeatures
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Source of the request; pass null if the method is called from some non-standard source. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns information about features, available to Premium users.Creates a function, which returns information about features, available to Premium users. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
source
Source of the request; pass null if the method is called from some non-standard source. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetPremiumFeatures
public GetPremiumFeatures()Default constructor for a function, which returns information about features, available to Premium users.Returns
PremiumFeatures
-
GetPremiumFeatures
Creates a function, which returns information about features, available to Premium users.Returns
PremiumFeatures
- Parameters:
source
- Source of the request; pass null if the method is called from some non-standard source.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-