copyWith method

Implementation

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