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 identifierclient_data- New value of client_dataclient_id- The client id to send the request to