copyWith method
Implementation
GetBotInfoDescription copyWith({
int? botUserId,
String? languageCode,
}) =>
GetBotInfoDescription(
botUserId: botUserId ?? this.botUserId,
languageCode: languageCode ?? this.languageCode,
);
GetBotInfoDescription copyWith({
int? botUserId,
String? languageCode,
}) =>
GetBotInfoDescription(
botUserId: botUserId ?? this.botUserId,
languageCode: languageCode ?? this.languageCode,
);