Function get_chat_boost_level_features

Source
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 supergroups
  • level - Chat boost level
  • client_id - The client id to send the request to