Uses of Class
com.jtelegram.api.message.payments.LabeledPrice
-
Packages that use LabeledPrice Package Description com.jtelegram.api.message.payments com.jtelegram.api.requests.message.send -
-
Uses of LabeledPrice in com.jtelegram.api.message.payments
Methods in com.jtelegram.api.message.payments that return LabeledPrice Modifier and Type Method Description LabeledPrice
LabeledPrice.LabeledPriceBuilder. build()
Method parameters in com.jtelegram.api.message.payments with type arguments of type LabeledPrice Modifier and Type Method Description ShippingOption.ShippingOptionBuilder
ShippingOption.ShippingOptionBuilder. prices(java.util.List<LabeledPrice> prices)
Constructor parameters in com.jtelegram.api.message.payments with type arguments of type LabeledPrice Constructor Description ShippingOption(java.lang.String id, java.lang.String title, java.util.List<LabeledPrice> prices)
-
Uses of LabeledPrice in com.jtelegram.api.requests.message.send
Methods in com.jtelegram.api.requests.message.send that return types with arguments of type LabeledPrice Modifier and Type Method Description java.util.List<LabeledPrice>
SendInvoice. getPrices()
Method parameters in com.jtelegram.api.requests.message.send with type arguments of type LabeledPrice Modifier and Type Method Description SendInvoice.SendInvoiceBuilder
SendInvoice.SendInvoiceBuilder. prices(java.util.List<LabeledPrice> prices)
-