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