aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/InputInvoice.cpp
AgeCommit message (Expand)Author
2026-07-05Add and use LabeledPricePart::get_labeled_price_parts.levlam
2026-07-05Add and use LabeledPricePart::get_input_labeled_prices.levlam
2026-01-01Update copyright year.levlam
2025-10-23Fix calls to get_text_entities_object.levlam
2025-04-27Use some optional fields directly.levlam
2025-03-25Use bool fields with invoices.levlam
2025-03-22Use bool fields in document attributes instead of flags.levlam
2025-01-01Update copyright year.levlam
2024-11-05Add invoice.subscription_period.levlam
2024-11-04Update layer to 193.levlam
2024-10-02Remove get_message_content_upload_file_id and relevant functions.levlam
2024-09-30Use telegram_api::object_ptr with InputFile.levlam
2024-09-24Add class PhotoSizeType.levlam
2024-09-02Allow unknown users in text entities for non-server messages.levlam
2024-08-27Rename function to get_paid_media_object.levlam
2024-08-22Return pointer from FileView::get_url.levlam
2024-07-21Pass UserManager to get_text_entity_object.levlam
2024-06-24Move caption out of MessageExtendedMedia.levlam
2024-06-24Add td_api::inputMessageExtendedMedia.levlam
2024-06-20Move caption out of ExtendedMedia.levlam
2024-05-24Add td_api::productInfo.levlam
2024-05-06Update layer to 181.levlam
2024-01-01Update copyright year.levlam
2023-09-12Support Terms of Service for non-recurring payments.levlam
2023-08-15Update layer to 164.levlam
2023-07-01Explicitly include telegram_api.h in cpp files.levlam
2023-01-15Fix some lower-case spelling.levlam
2023-01-01Update copyright year.levlam
2022-10-12Minor improvements.levlam
2022-09-24Make struct Invoice private.levlam
2022-09-24Add InputInvoice::is_equal_but_different.levlam
2022-09-24Add InputInvoice::need_reget.levlam
2022-09-24Add InputInvoice::update_from.levlam
2022-09-24Support extended media polling.levlam
2022-09-23Support extended media in inputMessageInvoice.levlam
2022-09-23Make Invoice operator == private.levlam
2022-09-23Move InputInvoice methods inside the class.levlam
2022-09-23Unify field naming in Invoice/InputInvoice classes.levlam
2022-09-23Support telegram_api::updateMessageExtendedMedia.levlam
2022-09-22Move get_product_description_object to InputInvoice.h.levlam
2022-09-22Move InputInvoice to InputInvoice.h.levlam