factory TGetWhoamiInput.fromJson(Map<String, dynamic> json) => TGetWhoamiInput(body: TGetWhoamiBody.fromJson(json['body'] as Map<String, dynamic>));