copyWith method
Implementation
AuthenticationCodeTypeTelegramMessage copyWith({int? length}) =>
AuthenticationCodeTypeTelegramMessage(length: length ?? this.length);
AuthenticationCodeTypeTelegramMessage copyWith({int? length}) =>
AuthenticationCodeTypeTelegramMessage(length: length ?? this.length);