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