TDeleteAuthenticatorsInput.fromJson constructor
Implementation
factory TDeleteAuthenticatorsInput.fromJson(Map<String, dynamic> json) =>
TDeleteAuthenticatorsInput(
body: TDeleteAuthenticatorsBody.fromJson(
json['body'] as Map<String, dynamic>));