mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-04-07 10:32:44 +00:00
add support of requestChat
This commit is contained in:
@@ -7,5 +7,5 @@ import kotlinx.serialization.Serializable
|
||||
@Serializable
|
||||
data class PreparedKeyboardButton(
|
||||
@SerialName(idField)
|
||||
val id: PreparedKeyboardId
|
||||
val id: PreparedKeyboardButtonId
|
||||
)
|
||||
|
||||
@@ -5,6 +5,6 @@ import kotlin.jvm.JvmInline
|
||||
|
||||
@Serializable
|
||||
@JvmInline
|
||||
value class PreparedKeyboardId(
|
||||
value class PreparedKeyboardButtonId(
|
||||
val string: String
|
||||
)
|
||||
Reference in New Issue
Block a user