Function set_chat_description

Source
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 chat
  • description - New chat description; 0-255 characters
  • client_id - The client id to send the request to