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