Uses of Class
org.telegram.telegrambots.meta.api.objects.payments.LabeledPrice
-
Packages that use LabeledPrice Package Description org.telegram.telegrambots.meta.api.methods.send org.telegram.telegrambots.meta.api.objects.payments -
-
Uses of LabeledPrice in org.telegram.telegrambots.meta.api.methods.send
Methods in org.telegram.telegrambots.meta.api.methods.send that return types with arguments of type LabeledPrice Modifier and Type Method Description List<LabeledPrice>SendInvoice. getPrices()Method parameters in org.telegram.telegrambots.meta.api.methods.send with type arguments of type LabeledPrice Modifier and Type Method Description SendInvoiceSendInvoice. setPrices(List<LabeledPrice> prices)Constructor parameters in org.telegram.telegrambots.meta.api.methods.send with type arguments of type LabeledPrice Constructor Description SendInvoice(Integer chatId, String title, String description, String payload, String providerToken, String startParameter, String currency, List<LabeledPrice> prices)Build a SendInvoice object with empty parameters -
Uses of LabeledPrice in org.telegram.telegrambots.meta.api.objects.payments
Methods in org.telegram.telegrambots.meta.api.objects.payments that return types with arguments of type LabeledPrice Modifier and Type Method Description List<LabeledPrice>ShippingOption. getPrices()Method parameters in org.telegram.telegrambots.meta.api.objects.payments with type arguments of type LabeledPrice Modifier and Type Method Description ShippingOptionShippingOption. setPrices(List<LabeledPrice> prices)Constructor parameters in org.telegram.telegrambots.meta.api.objects.payments with type arguments of type LabeledPrice Constructor Description ShippingOption(String id, String title, List<LabeledPrice> prices)Creates a shipping option with mandatory fields
-