answer Pre Checkout Query Error
suspend fun TelegramBot.answerPreCheckoutQueryError(id: PreCheckoutQueryId, error: String): Boolean
Content copied to clipboard
suspend fun TelegramBot.answerPreCheckoutQueryError(preCheckoutQuery: PreCheckoutQuery, error: String): Boolean
Content copied to clipboard