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