copyWith method

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

Implementation

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