public static class TdApi.PremiumSourceBusinessFeature extends TdApi.PremiumSource
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.BusinessFeature |
feature
The used feature; pass null if none specific feature was used.
|
| Constructor and Description |
|---|
PremiumSourceBusinessFeature()
A user tried to use a Business feature.
|
PremiumSourceBusinessFeature(TdApi.BusinessFeature feature)
A user tried to use a Business feature.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.BusinessFeature feature
public static final int CONSTRUCTOR
public PremiumSourceBusinessFeature()
public PremiumSourceBusinessFeature(TdApi.BusinessFeature feature)
feature - The used feature; pass null if none specific feature was used.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object