mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2026-06-13 14:56:44 +00:00
add checks of save button and other fixes
This commit is contained in:
6
WebApp/src/commonMain/kotlin/PreparedSampleData.kt
Normal file
6
WebApp/src/commonMain/kotlin/PreparedSampleData.kt
Normal file
@@ -0,0 +1,6 @@
|
||||
import dev.inmo.tgbotapi.types.buttons.PreparedKeyboardButtonId
|
||||
import dev.inmo.tgbotapi.types.request.RequestId
|
||||
import kotlin.random.Random
|
||||
import kotlin.random.nextUInt
|
||||
|
||||
val preparedSampleKeyboardRequestId = RequestId(Random.nextUInt().toUShort())
|
||||
Reference in New Issue
Block a user