Future<void> setPublicUpdatesChannel(String? channelId, {String? reason}) async { await _serverPart.updateServer( id, {'public_updates_channel_id': channelId}, reason); }