pub async fn enable_bot(
configuration: &Configuration,
bot_user_id: &str,
) -> Result<Bot, Error<EnableBotError>>
Expand description
Enable a bot. ##### Permissions Must have manage_bots
permission. Minimum server version: 5.10
pub async fn enable_bot(
configuration: &Configuration,
bot_user_id: &str,
) -> Result<Bot, Error<EnableBotError>>
Enable a bot. ##### Permissions Must have manage_bots
permission. Minimum server version: 5.10