public static class TdApi.GetPremiumFeatures extends TdApi.Function<TdApi.PremiumFeatures>
Returns PremiumFeatures
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PremiumSource |
source
Source of the request; pass null if the method is called from some non-standard source.
|
| Constructor and Description |
|---|
GetPremiumFeatures()
Default constructor for a function, which returns information about features, available to Premium users.
|
GetPremiumFeatures(TdApi.PremiumSource source)
Creates a function, which returns information about features, available to Premium users.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.PremiumSource source
public static final int CONSTRUCTOR
public GetPremiumFeatures()
Returns PremiumFeatures
public GetPremiumFeatures(TdApi.PremiumSource source)
Returns PremiumFeatures
source - Source of the request; pass null if the method is called from some non-standard source.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object