copyWith method

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

Implementation

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