Interface SetChatDescription

Changes information about a chat. Available for basic groups, supergroups, and channels. Requires can_change_info member right. Request type for Tdjson#setChatDescription.

interface SetChatDescription {
    @type: "setChatDescription";
    chat_id: number;
    description: string;
}

Properties

@type: "setChatDescription"
chat_id: number

Identifier of the chat.

description: string

Changes information about a chat. Available for basic groups, supergroups, and channels. Requires can_change_info member right.