ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.gifts
/
Rarity
Rarity
@
Serializable
(
with
=
Rarity.Companion::class
)
sealed
interface
Rarity
Inheritors
Uncommon
Rare
Epic
Legendary
Custom
Members
Types
Companion
Link copied to clipboard
object
Companion
:
KSerializer
<
Rarity
>
Custom
Link copied to clipboard
@
Serializable
(
with
=
Rarity.Companion::class
)
data
class
Custom
(
val
name
:
String
)
:
Rarity
Epic
Link copied to clipboard
@
Serializable
(
with
=
Rarity.Companion::class
)
data
object
Epic
:
Rarity
Legendary
Link copied to clipboard
@
Serializable
(
with
=
Rarity.Companion::class
)
data
object
Legendary
:
Rarity
Rare
Link copied to clipboard
@
Serializable
(
with
=
Rarity.Companion::class
)
data
object
Rare
:
Rarity
Uncommon
Link copied to clipboard
@
Serializable
(
with
=
Rarity.Companion::class
)
data
object
Uncommon
:
Rarity
Properties
name
Link copied to clipboard
abstract
val
name
:
String