copyWith method

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

Implementation

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