Function toggle_chat_is_translatable

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