AuthenticationCodeTypeTelegramMessage.fromJson constructor

AuthenticationCodeTypeTelegramMessage.fromJson(
  1. Map<String, dynamic> json
)

Parse from a json

Implementation

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