Files
TelegramBotAPI-examples/WebApp/src/commonMain/kotlin/PreparedSampleData.kt

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())