copyWith method
Implementation
DeleteCommands copyWith({BotCommandScope? scope, String? languageCode}) =>
DeleteCommands(
scope: scope ?? this.scope,
languageCode: languageCode ?? this.languageCode,
);
DeleteCommands copyWith({BotCommandScope? scope, String? languageCode}) =>
DeleteCommands(
scope: scope ?? this.scope,
languageCode: languageCode ?? this.languageCode,
);