AuthenticationCodeTypeTelegramMessage constructor
const
AuthenticationCodeTypeTelegramMessage({
- 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,
});