copyWith method

GetManagedBotAccessSettings copyWith({
  1. int? botUserId,
})

Implementation

GetManagedBotAccessSettings copyWith({int? botUserId}) =>
    GetManagedBotAccessSettings(botUserId: botUserId ?? this.botUserId);