mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2026-05-18 22:37:19 +00:00
7 lines
250 B
Kotlin
7 lines
250 B
Kotlin
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())
|