Create Invoice Link Action
class CreateInvoiceLinkAction(title: String, description: String, payload: String, currency: Currency, prices: List<LabeledPrice>) : SimpleAction<String> , BusinessActionExt<String> , OptionsFeature<CreateInvoiceLinkAction, CreateInvoiceLinkOptions>
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun Request<String>.doRequestReturning(bot: TelegramBot): Deferred<Response<out String>>
Link copied to clipboard
Lambda function to change options
Link copied to clipboard
Send request for action.
Link copied to clipboard
Send async request for action.
Link copied to clipboard
Make business request for action.
Link copied to clipboard
open suspend fun sendBusinessAsync(chatId: Long, businessConnectionId: String, via: TelegramBot): Deferred<Response<out String>>
Make a request for action returning its Response.
Link copied to clipboard
Link copied to clipboard
Payload to make response for the webhook request as described there.