@override Map<String, dynamic> toJson() => { 'type': 'rename_channel', 'channel': channel, 'new_name': new_name, 'reason': reason, };