Function toggle_chat_default_disable_notification

Source
pub async fn toggle_chat_default_disable_notification(
    chat_id: i64,
    default_disable_notification: bool,
    client_id: i32,
) -> Result<(), Error>
Expand description

Changes the value of the default disable_notification parameter, used when a message is sent to a chat

ยงArguments

  • chat_id - Chat identifier
  • default_disable_notification - New value of default_disable_notification
  • client_id - The client id to send the request to