toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.webhook.dto
/
MetaInteractiveMessage
Meta
Interactive
Message
data
class
MetaInteractiveMessage
(
val
type
:
String
,
val
listReply
:
MetaReply
?
,
val
buttonReply
:
MetaReply
?
)
(
source
)
Members
Constructors
Meta
Interactive
Message
Link copied to clipboard
constructor
(
type
:
String
,
listReply
:
MetaReply
?
,
buttonReply
:
MetaReply
?
)
Properties
button
Reply
Link copied to clipboard
val
buttonReply
:
MetaReply
?
list
Reply
Link copied to clipboard
val
listReply
:
MetaReply
?
type
Link copied to clipboard
val
type
:
String