tgbotapi/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/buttons/KeyboardMarkup.kt

9 lines
235 B
Kotlin
Raw Normal View History

2020-10-04 11:06:30 +00:00
package dev.inmo.tgbotapi.types.buttons
2018-12-26 08:07:24 +00:00
2022-08-05 10:31:39 +00:00
import dev.inmo.tgbotapi.ksp.lib.ClassCastsIncluded
2019-02-21 06:09:04 +00:00
import kotlinx.serialization.Serializable
@Serializable(KeyboardMarkupSerializer::class)
2022-08-05 10:31:39 +00:00
@ClassCastsIncluded
sealed interface KeyboardMarkup