Package org.drinkless.tdlib
Class TdApi.ViewPremiumFeature
- Enclosing class:
- TdApi
Informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The viewed premium feature. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen.ViewPremiumFeature(TdApi.PremiumFeature feature) Creates a function, which informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen. -
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
-
feature
The viewed premium feature. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ViewPremiumFeature
public ViewPremiumFeature()Default constructor for a function, which informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen.Returns
Ok -
ViewPremiumFeature
Creates a function, which informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen.Returns
Ok- Parameters:
feature- The viewed premium feature.
-
-
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
-