pub async fn toggle_supergroup_is_forum(
supergroup_id: i64,
is_forum: bool,
client_id: i32,
) -> Result<(), Error>Expand description
Toggles whether the supergroup is a forum; requires owner privileges in the supergroup. Discussion supergroups can’t be converted to forums
§Arguments
supergroup_id- Identifier of the supergroupis_forum- New value of is_forumclient_id- The client id to send the request to