copyWith method
Implementation
SetManagedBotAccessSettings copyWith({
int? botUserId,
BotAccessSettings? settings,
}) => SetManagedBotAccessSettings(
botUserId: botUserId ?? this.botUserId,
settings: settings ?? this.settings,
);
SetManagedBotAccessSettings copyWith({
int? botUserId,
BotAccessSettings? settings,
}) => SetManagedBotAccessSettings(
botUserId: botUserId ?? this.botUserId,
settings: settings ?? this.settings,
);