kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity.attachment.response
/
InputFieldAttachmentComplete
Input
Field
Attachment
Complete
@
Serializable
data
class
InputFieldAttachmentComplete
(
val
attachmentIds
:
List
<
String
>
,
val
temporaryChatMessageId
:
String
,
val
exchangeId
:
String
?
=
null
)
Members
Constructors
Input
Field
Attachment
Complete
Link copied to clipboard
constructor
(
attachmentIds
:
List
<
String
>
,
temporaryChatMessageId
:
String
,
exchangeId
:
String
?
=
null
)
Properties
attachment
Ids
Link copied to clipboard
val
attachmentIds
:
List
<
String
>
exchange
Id
Link copied to clipboard
val
exchangeId
:
String
?
temporary
Chat
Message
Id
Link copied to clipboard
val
temporaryChatMessageId
:
String