Convert to JSON.
Map<String, dynamic> toJson() => { 'channel': channel.toJson(), 'conversationId': conversationId, if (userId != null) 'userId': userId, };