Function set_chat_client_data

Source
pub async fn set_chat_client_data(
    chat_id: i64,
    client_data: String,
    client_id: i32,
) -> Result<(), Error>
Expand description

Changes application-specific data associated with a chat

ยงArguments

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