Type Alias ChatChannelsPerformOperationsOnChannelsRequestBody

ChatChannelsPerformOperationsOnChannelsRequestBody: {
    channel_ids: string[];
    method: "archive" | "unarchive";
}