aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/Payments.cpp
AgeCommit message (Expand)Author
2026-07-10Fix includes.levlam
2026-07-05Add and use LabeledPricePart::get_labeled_price_parts.levlam
2026-07-04Check that there is at least one price and shipping option.levlam
2026-05-26Add and use UserManager::get_input_users.levlam
2026-01-01Update copyright year.levlam
2025-12-16Move TempPasswordState to separate header.levlam
2025-09-10Add telegramPaymentPurposeStars.chat_id.levlam
2025-09-10Update layer to 214.levlam
2025-06-14Allow to pass error code and message directly to Promise::set_error.levlam
2025-04-18Use bool parameters in messages.* functions.levlam
2025-04-07Use bool parameters in payments.* requests.levlam
2025-03-25Use bool fields with invoices.levlam
2025-02-19Add and use check_payment_amount function.levlam
2025-02-19Add get_premium_gift_text helper.levlam
2025-02-19Add separate telegramPaymentPurposePremiumGift.levlam
2025-02-19Immediately update balance when buy Premium with Telegram Stars.levlam
2025-02-18Support Premium purchase in Telegram Stars.levlam
2025-01-01Update copyright year.levlam
2024-11-11Add createInvoiceLink.business_connection_id.levlam
2024-11-05Add invoice.subscription_period.levlam
2024-11-05Add td_api::paymentFormTypeStarSubscription.levlam
2024-10-04Add telegramPaymentPurposePremiumGiftCodes.text.levlam
2024-10-04Update layer to 190.levlam
2024-09-17Add td_api::sendGift.levlam
2024-09-10Update layer to 189.levlam
2024-09-03Don't allow owned_star_count to become negative.levlam
2024-09-03Separately store pending owned star count.levlam
2024-08-27Add td_api::telegramPaymentPurposeStarGiveaway.levlam
2024-08-07Locally update owned star count after bying a paid media.levlam
2024-08-05Dismiss suggestedActionExtendStarSubscriptions when buying stars.levlam
2024-07-25Add td_api::telegramPaymentPurposeJoinChat.levlam
2024-07-10Add td_api::telegramPaymentPurposeGiftedStars.levlam
2024-07-08Update layer to 185.levlam
2024-06-24Add td_api::inputMessageExtendedMedia.levlam
2024-06-19Remove old implementation of get_theme_parameters_json_string.levlam
2024-06-14Add and use StarManager::get_star_count.levlam
2024-06-13Move relevant functions to StarManager.levlam
2024-05-27Minor improvements.levlam
2024-05-24Add td_api::refundStarPayment.levlam
2024-05-24Add td_api::PaymentReceiptType and td_api::paymentReceiptTypeStars.levlam
2024-05-24Add td_api::productInfo.levlam
2024-05-23Minor improvements.levlam
2024-05-17Allow to pay in Telegram Stars.levlam
2024-05-17Add td_api::paymentFormTypeStars.levlam
2024-05-17Add class td_api::paymentFormType.levlam
2024-05-16Add telegramPaymentPurposeStars.levlam
2024-05-06Update layer to 181.levlam
2024-04-02Move relevant functions to UserManager.levlam
2024-03-20Add td_api::getCollectibleItemInfo.levlam
2024-01-03Move ContactsManager proxy methods to DialogManager.levlam