copyWith method

UpdateTrustedMiniAppBots copyWith({
  1. List<int>? botUserIds,
})

Implementation

UpdateTrustedMiniAppBots copyWith({List<int>? botUserIds}) =>
    UpdateTrustedMiniAppBots(botUserIds: botUserIds ?? this.botUserIds);