GroupChannelUnhideRequest({required String channelUrl, String? userId}) : super(userId: userId) { url = 'group_channels/$channelUrl/hide'; }