docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.types.stories
/
StoryAreaType
/
Unknown
Unknown
@
Serializable
data
class
Unknown
(
val
type
:
StoryAreaType.Unknown.Custom
,
val
raw
:
JsonElement
?
=
null
)
:
StoryAreaType
(
source
)
Members
Constructors
Unknown
Link copied to clipboard
constructor
(
type
:
StoryAreaType.Unknown.Custom
,
raw
:
JsonElement
?
=
null
)
Types
Custom
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
Custom
(
val
name
:
String
)
:
StoryAreaType.Type
Properties
raw
Link copied to clipboard
@
SerialName
(
value
=
"raw"
)
val
raw
:
JsonElement
?
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
open
override
val
type
:
StoryAreaType.Unknown.Custom