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
/
SuggestedReaction
Suggested
Reaction
@
Serializable
data
class
SuggestedReaction
(
val
reactionType
:
ReactionType
,
val
isDark
:
Boolean
=
false
,
val
isFlipped
:
Boolean
=
false
)
:
StoryAreaType
(
source
)
Members
Constructors
Suggested
Reaction
Link copied to clipboard
constructor
(
reactionType
:
ReactionType
,
isDark
:
Boolean
=
false
,
isFlipped
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
:
StoryAreaType.Type
Properties
is
Dark
Link copied to clipboard
@
SerialName
(
value
=
"is_dark"
)
val
isDark
:
Boolean
is
Flipped
Link copied to clipboard
@
SerialName
(
value
=
"is_flipped"
)
val
isFlipped
:
Boolean
reaction
Type
Link copied to clipboard
@
SerialName
(
value
=
"reaction_type"
)
val
reactionType
:
ReactionType
type
Link copied to clipboard
@
EncodeDefault
open
override
val
type
:
StoryAreaType.Type