AuthenticationCodeTypeTelegramMessage.fromJson constructor
Parse from a json
Implementation
factory AuthenticationCodeTypeTelegramMessage.fromJson(Map<String, dynamic> json) => AuthenticationCodeTypeTelegramMessage(
length: json['length'],
);
Parse from a json
factory AuthenticationCodeTypeTelegramMessage.fromJson(Map<String, dynamic> json) => AuthenticationCodeTypeTelegramMessage(
length: json['length'],
);