AuthenticationCodeTypeTelegramMessage constructor

AuthenticationCodeTypeTelegramMessage(
  1. {required int length,
  2. int? extra,
  3. int? clientId}
)

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

Implementation

AuthenticationCodeTypeTelegramMessage