Type Alias ChatChannelsPerformOperationsOnChannelsResponse

ChatChannelsPerformOperationsOnChannelsResponse: {
    failed_channels?: {
        channel_id?: string;
        error_code?: string;
        reason?: string;
    }[];
}