Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DPayments.hpp48 store(invoice.suggested_tip_amounts, storer); in store()
70 parse(invoice.suggested_tip_amounts, parser); in parse()
H A DPayments.h41 vector<int64> suggested_tip_amounts; member
H A DPayments.cpp611 …lhs.max_tip_amount == rhs.max_tip_amount && lhs.suggested_tip_amounts == rhs.suggested_tip_amounts; in operator ==()
627 … << " and suggested tip amounts " << invoice.suggested_tip_amounts << " up to " in operator <<()
784 result.invoice.suggested_tip_amounts = std::move(input_invoice->invoice_->suggested_tip_amounts_); in process_input_message_invoice()
853 invoice.max_tip_amount, vector<int64>(invoice.suggested_tip_amounts)); in get_input_invoice()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/scheme/
H A Dtelegram_api.tl804 …cy:string prices:Vector<LabeledPrice> max_tip_amount:flags.8?long suggested_tip_amounts:flags.8?Ve…
H A Dtd_api.tl1390 //@suggested_tip_amounts Suggested amounts of tip in the smallest units of the currency
1399 …:string price_parts:vector<labeledPricePart> max_tip_amount:int53 suggested_tip_amounts:vector<int…
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/Resources/tl/
H A Dapi.tl809 …cy:string prices:Vector<LabeledPrice> max_tip_amount:flags.8?long suggested_tip_amounts:flags.8?Ve…