toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.debug.dto
/
DebugSendTextRequest
Debug
Send
Text
Request
data
class
DebugSendTextRequest
(
val
channelId
:
String
,
val
to
:
String
,
val
content
:
String
)
(
source
)
Members
Constructors
Debug
Send
Text
Request
Link copied to clipboard
constructor
(
channelId
:
String
,
to
:
String
,
content
:
String
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
String
content
Link copied to clipboard
val
content
:
String
to
Link copied to clipboard
val
to
:
String