| Package | Description |
|---|---|
| org.telegram.telegrambots.api.methods.send | |
| org.telegram.telegrambots.api.objects.payments |
| Modifier and Type | Method and Description |
|---|---|
List<LabeledPrice> |
SendInvoice.getPrices() |
| Modifier and Type | Method and Description |
|---|---|
SendInvoice |
SendInvoice.setPrices(List<LabeledPrice> prices) |
| Constructor and 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
|
| Modifier and Type | Method and Description |
|---|---|
List<LabeledPrice> |
ShippingOption.getPrices() |
| Modifier and Type | Method and Description |
|---|---|
ShippingOption |
ShippingOption.setPrices(List<LabeledPrice> prices) |
| Constructor and Description |
|---|
ShippingOption(String id,
String title,
List<LabeledPrice> prices)
Creates a shipping option with mandatory fields
|
Copyright © 2018. All rights reserved.