mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-04-07 10:32:44 +00:00
add PollOptionPersistentId
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
package dev.inmo.tgbotapi.types.polls
|
||||||
|
|
||||||
|
import kotlinx.serialization.Serializable
|
||||||
|
import kotlin.jvm.JvmInline
|
||||||
|
|
||||||
|
@Serializable
|
||||||
|
@JvmInline
|
||||||
|
value class PollOptionPersistentId(
|
||||||
|
val string: String
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user