Parse from a json
factory ChatTypeSecret.fromJson(Map<String, dynamic> json) => ChatTypeSecret( secretChatId: json['secret_chat_id'], userId: json['user_id'], );