TelegramLoginError constructor

const TelegramLoginError({
  1. required TelegramLoginErrorCode code,
  2. String? message,
  3. int? statusCode,
})

Implementation

const TelegramLoginError({required this.code, this.message, this.statusCode});