pub async fn get_business_features(
source: Option<BusinessFeature>,
client_id: i32,
) -> Result<BusinessFeatures, Error>Expand description
Returns information about features, available to Business users
ยงArguments
source- Source of the request; pass null if the method is called from settings or some non-standard sourceclient_id- The client id to send the request to