toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.debug.dto
/
DebugSendImageRequest
Debug
Send
Image
Request
data
class
DebugSendImageRequest
(
val
channelId
:
String
,
val
to
:
String
,
val
imageUrl
:
String
,
val
caption
:
String
?
=
null
)
(
source
)
Members
Constructors
Debug
Send
Image
Request
Link copied to clipboard
constructor
(
channelId
:
String
,
to
:
String
,
imageUrl
:
String
,
caption
:
String
?
=
null
)
Properties
caption
Link copied to clipboard
val
caption
:
String
?
=
null
channel
Id
Link copied to clipboard
val
channelId
:
String
image
Url
Link copied to clipboard
val
imageUrl
:
String
to
Link copied to clipboard
val
to
:
String