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