Function toggle_supergroup_is_forum

Source
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 supergroup
  • is_forum - New value of is_forum
  • client_id - The client id to send the request to