pub async fn get_chat_boost_level_features(
is_channel: bool,
level: i32,
client_id: i32,
) -> Result<ChatBoostLevelFeatures, Error>
Expand description
Returns the list of features available on the specific chat boost level; this is an offline request
ยงArguments
is_channel
- Pass true to get the list of features for channels; pass false to get the list of features for supergroupslevel
- Chat boost levelclient_id
- The client id to send the request to