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