TelegramLoginError constructor
const
TelegramLoginError({
- required TelegramLoginErrorCode code,
- String? message,
- int? statusCode,
Implementation
const TelegramLoginError({required this.code, this.message, this.statusCode});