Converts a MessageId object to JSON object
Map<String, dynamic> toJson() { return { 'message_id': messageId, }; }