copyWith method

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

Implementation

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