Function get_chat_boost_features

Source
pub async fn get_chat_boost_features(
    is_channel: bool,
    client_id: i32,
) -> Result<ChatBoostFeatures, Error>
Expand description

Returns the list of features available for different chat boost levels; 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
  • client_id - The client id to send the request to