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
/
StoryArea
Story
Area
@
Serializable
data
class
StoryArea
(
val
position
:
StoryAreaPosition
,
val
type
:
StoryAreaType
)
(
source
)
Members
Constructors
Story
Area
Link copied to clipboard
constructor
(
position
:
StoryAreaPosition
,
type
:
StoryAreaType
)
Properties
position
Link copied to clipboard
@
SerialName
(
value
=
"position"
)
val
position
:
StoryAreaPosition
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
StoryAreaType