Type Alias ChatChannelsAccountLevelBatchDemoteChannelAdministratorsQueryParams

ChatChannelsAccountLevelBatchDemoteChannelAdministratorsQueryParams: {
    admin_ids: string;
    user_ids: string;
}