AuthenticationCodeTypeTelegramMessage constructor

const AuthenticationCodeTypeTelegramMessage({
  1. required int length,
})

An authentication code is delivered via a private Telegram message, which can be viewed from another active session

Implementation

const AuthenticationCodeTypeTelegramMessage({
  required this.length,
});