public static class TdApi.GetChatBoostFeatures extends TdApi.Function<TdApi.ChatBoostFeatures>
Returns ChatBoostFeatures
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isChannel
Pass true to get the list of features for channels; pass false to get the list of features for supergroups.
|
| Constructor and Description |
|---|
GetChatBoostFeatures()
Default constructor for a function, which returns the list of features available for different chat boost levels; this is an offline request.
|
GetChatBoostFeatures(boolean isChannel)
Creates a function, which returns the list of features available for different chat boost levels; this is an offline request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean isChannel
public static final int CONSTRUCTOR
public GetChatBoostFeatures()
Returns ChatBoostFeatures
public GetChatBoostFeatures(boolean isChannel)
Returns ChatBoostFeatures
isChannel - Pass true to get the list of features for channels; pass false to get the list of features for supergroups.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object