pub async fn patch_bot(
configuration: &Configuration,
bot_user_id: &str,
create_bot_request: CreateBotRequest,
) -> Result<Bot, Error<PatchBotError>>
Expand description
Partially update a bot by providing only the fields you want to update. Omitted fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored. ##### Permissions Must have manage_bots
permission. Minimum server version: 5.10