Interface SetChatClientData

Changes application-specific data associated with a chat. Request type for Tdjson#setChatClientData.

interface SetChatClientData {
    @type: "setChatClientData";
    chat_id: number;
    client_data: string;
}

Properties

@type: "setChatClientData"
chat_id: number

Chat identifier.

client_data: string

New value of client_data.