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