{oldLang('TelegramStars')}
{starsNeeded ? oldLang('StarsNeededTitle', ongoingTransactionAmount) : oldLang('TelegramStars')}
{renderText(
starsNeededText || oldLang('TelegramStarsInfo'),
['simple_markdown', 'emoji'],
)}
{canBuyPremium && !areBuyOptionsShown && (
)}
{canBuyPremium && !areBuyOptionsShown && shouldSuggestGifting && (
)}
{areBuyOptionsShown && starsBalanceState?.topupOptions && (
)}
{areBuyOptionsShown && (
{tosText}
)}
{shouldShowItems && Boolean(subscriptions?.list.length) && (
{oldLang('StarMySubscriptions')}
{subscriptions?.list.map((subscription) => (
))}
{subscriptions?.nextOffset && (
)}
)}
{shouldShowItems && (
{history?.[TRANSACTION_TYPES[selectedTabIndex]]?.transactions.map((transaction) => (
))}
)}