copyWith method

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

Implementation

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