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