+
+

+
+ {renderText(lang('BoostingBoostsViaGifts'))}
+
+
+ {renderText(lang('BoostingGetMoreBoost'))}
+
+
+
+ {lang('BoostingBoostsViaGifts')}
+
+
+ {dataPrepaidGiveaway ? (
+
+
+

+
+
+
+ {lang('BoostingTelegramPremiumCountPlural', dataPrepaidGiveaway.quantity)}
+
+
{lang('PrepaidGiveawayMonths', dataPrepaidGiveaway.months)}
+
+
+
+
+
+ {dataPrepaidGiveaway.quantity * (giveawayBoostPerPremiumLimit ?? GIVEAWAY_BOOST_PER_PREMIUM)}
+
+
+
+
+ ) : (
+
+ {renderTypeOptions()}
+
+ )}
+
+ {isRandomUsers && (
+ <>
+ {!dataPrepaidGiveaway && (
+ <>
+
+
+
+ {lang('BoostingQuantityPrizes')}
+
+
+
+
+ {boostQuantity}
+
+
+
+
+
+
+
+
+ {renderText(lang('BoostingChooseHowMany'))}
+
+ >
+ )}
+
+
+
+ {lang('BoostingChannelsIncludedGiveaway')}
+
+
+
+
+
+
+ {selectedChannelIds?.map((channelId) => {
+ return (
+ deleteParticipantsHandler(channelId)}
+ rightElement={()}
+ >
+
+
+ );
+ })}
+
+ {selectedChannelIds.length < MAX_ADDITIONAL_CHANNELS && (
+
+ {lang('BoostingAddChannel')}
+
+ )}
+
+
+
+
+ {lang('BoostingEligibleUsers')}
+
+
+ {renderSubscribersOptions()}
+
+
+
+ {renderText(lang('BoostGift.LimitSubscribersInfo'))}
+
+
+
+
+
+ {lang('BoostingGiveawayAdditionalPrizes')}
+
+
+
+
+
+ {shouldShowPrizes && (
+
+
+ {dataPrepaidGiveaway ? dataPrepaidGiveaway.quantity : selectedUserCount}
+
+
+
+ )}
+
+
+ {shouldShowPrizes ? (
+
+ {prizeDescription?.length ? renderText(lang('BoostingGiveawayAdditionPrizeCountNameHint',
+ dataPrepaidGiveaway
+ ? [dataPrepaidGiveaway.quantity, prizeDescription, monthQuantity]
+ : [selectedUserCount, prizeDescription, monthQuantity],
+ undefined,
+ selectedMonthOption), ['simple_markdown']) : renderText(lang('BoostingGiveawayAdditionPrizeCountHint',
+ dataPrepaidGiveaway
+ ? [dataPrepaidGiveaway.quantity, monthQuantity]
+ : [selectedUserCount, monthQuantity],
+ undefined,
+ selectedMonthOption), ['simple_markdown'])}
+
+ ) : (
+
+ {renderText(lang('BoostingGiveawayAdditionPrizeHint'))}
+
+ )}
+
+
+
+
+ {lang('BoostingGiveawayShowWinners')}
+
+
+
+
+
+
+
+ {renderText(lang('BoostingGiveawayShowWinnersHint'))}
+
+
+
+
+ {lang('BoostingDateWhenGiveawayEnds')}
+
+
+
+
+ >
+ )}
+
+ {!dataPrepaidGiveaway && (
+ <>
+
+
+ {lang('BoostingDurationOfPremium')}
+
+
+ {renderSubscriptionOptions()}
+
+
+
+ {renderPremiumFeaturesLink()}
+
+ >
+ )}
+
+ {selectedGiveawayOption && (
+
+
+
+ )}
+
+