KeyboardButtonRequestUsers

Types

Link copied to clipboard
@Serializable
data class Any(val requestId: RequestId, val isPremium: Boolean? = null, val maxCount: Int = keyboardButtonRequestUserLimit.first) : KeyboardButtonRequestUsers
Link copied to clipboard
@Serializable
data class Bot(val requestId: RequestId, val maxCount: Int = keyboardButtonRequestUserLimit.first) : KeyboardButtonRequestUsers
Link copied to clipboard
@Serializable
data class Common(val requestId: RequestId, val isPremium: Boolean? = null, val maxCount: Int = keyboardButtonRequestUserLimit.first) : KeyboardButtonRequestUsers
Link copied to clipboard
@Serializer(forClass = KeyboardButtonRequestUsers::class)
object Companion : KSerializer<KeyboardButtonRequestUsers>

Properties

Link copied to clipboard
abstract val isBot: Boolean?
Link copied to clipboard
abstract val isPremium: Boolean?
Link copied to clipboard
abstract val maxCount: Int
Link copied to clipboard
abstract val requestId: RequestId