Home
last modified time | relevance | path

Searched refs:labeled_prices (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DPayments.cpp112 vector<tl_object_ptr<td_api::labeledPricePart>> labeled_prices; in convert_invoice() local
113 labeled_prices.reserve(invoice->prices_.size()); in convert_invoice()
115 labeled_prices.push_back( in convert_invoice()
138 std::move(invoice->currency_), std::move(labeled_prices), invoice->max_tip_amount_, in convert_invoice()