docs
Toggle table of contents
36.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.types.rich
/
LabelType
Label
Type
@
Serializable
(
with
=
LabelType.Serializer::class
)
sealed
interface
LabelType
(
source
)
Type of an ordered
InputRichBlockListItem
label.
Inheritors
LettersUppercase
LettersLowercase
RomanUppercase
RomanLowercase
Decimals
Members
Types
Decimals
Link copied to clipboard
@
Serializable
(
with
=
LabelType.Serializer::class
)
data
object
Decimals
:
LabelType
Letters
Lowercase
Link copied to clipboard
@
Serializable
(
with
=
LabelType.Serializer::class
)
data
object
LettersLowercase
:
LabelType
Letters
Uppercase
Link copied to clipboard
@
Serializable
(
with
=
LabelType.Serializer::class
)
data
object
LettersUppercase
:
LabelType
Roman
Lowercase
Link copied to clipboard
@
Serializable
(
with
=
LabelType.Serializer::class
)
data
object
RomanLowercase
:
LabelType
Roman
Uppercase
Link copied to clipboard
@
Serializable
(
with
=
LabelType.Serializer::class
)
data
object
RomanUppercase
:
LabelType
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
LabelType
>
Properties
type
Symbol
Link copied to clipboard
abstract
val
typeSymbol
:
String