public static class TdApi.PremiumSourceFeature extends TdApi.PremiumSource
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PremiumFeature |
feature
The used feature.
|
| Constructor and Description |
|---|
PremiumSourceFeature()
A user tried to use a Premium feature.
|
PremiumSourceFeature(TdApi.PremiumFeature feature)
A user tried to use a Premium feature.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.PremiumFeature feature
public static final int CONSTRUCTOR
public PremiumSourceFeature()
public PremiumSourceFeature(TdApi.PremiumFeature feature)
feature - The used feature.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object