add checks of save button and other fixes

This commit is contained in:
2026-04-15 15:37:50 +06:00
parent 9746a068b7
commit 514d9d68b8
3 changed files with 109 additions and 9 deletions

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