interface Priced
(source)
(common)
prices |
abstract val prices: List<LabeledPrice> |
(common)
SendInvoice |
data class SendInvoice : Currencied, Priced, ChatRequest, DisableNotification, ReplyMessageId, ReplyMarkup, SendMessageRequest<ContentMessage<InvoiceContent>> |
(common)
ShippingOption |
data class ShippingOption : Priced |