copyWith method

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

Implementation

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