pub async fn set_chat_description(
chat_id: i64,
description: String,
client_id: i32,
) -> Result<(), Error>Expand description
Changes information about a chat. Available for basic groups, supergroups, and channels. Requires can_change_info member right
ยงArguments
chat_id- Identifier of the chatdescription- New chat description; 0-255 charactersclient_id- The client id to send the request to