pub async fn toggle_chat_is_translatable(
chat_id: i64,
is_translatable: bool,
client_id: i32,
) -> Result<(), Error>Expand description
Changes the translatable state of a chat
ยงArguments
chat_id- Chat identifieris_translatable- New value of is_translatableclient_id- The client id to send the request to