1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-03 14:50:49 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.extensions.api.send.payments/reply-with-invoice.md
2021-03-17 15:18:37 +00:00

2.7 KiB

//docs/dev.inmo.tgbotapi.extensions.api.send.payments/replyWithInvoice

replyWithInvoice

[common]
Content
inline suspend fun TelegramBot.replyWithInvoice(to: Message, title: String, description: String, payload: String, providerToken: String, startParameter: StartParameter, currency: Currency, prices: List<LabeledPrice>, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage<InvoiceContent>