public static class TdApi.GetChatBoostLevelFeatures extends TdApi.Function<TdApi.ChatBoostLevelFeatures>
Returns ChatBoostLevelFeatures
| 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.
|
int |
level
Chat boost level.
|
| Constructor and Description |
|---|
GetChatBoostLevelFeatures()
Default constructor for a function, which returns the list of features available on the specific chat boost level; this is an offline request.
|
GetChatBoostLevelFeatures(boolean isChannel,
int level)
Creates a function, which returns the list of features available on the specific chat boost level; 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 int level
public static final int CONSTRUCTOR
public GetChatBoostLevelFeatures()
Returns ChatBoostLevelFeatures
public GetChatBoostLevelFeatures(boolean isChannel,
int level)
Returns ChatBoostLevelFeatures
isChannel - Pass true to get the list of features for channels; pass false to get the list of features for supergroups.level - Chat boost level.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object