copyWith method
Implementation
BotMediaPreviews copyWith({List<BotMediaPreview>? previews}) =>
BotMediaPreviews(previews: previews ?? this.previews);
BotMediaPreviews copyWith({List<BotMediaPreview>? previews}) =>
BotMediaPreviews(previews: previews ?? this.previews);