Parse from a json
factory MessageSenderChat.fromJson(Map<String, dynamic> json) => MessageSenderChat( chatId: json['chat_id'], );