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
/
CompleteAttachment
Complete
Attachment
@
Serializable
data
class
CompleteAttachment
(
val
attachmentIds
:
List
<
String
>
,
val
temporaryChatMessageId
:
String
?
,
val
exchangeId
:
String
?
,
val
chatMessageId
:
String
?
)
Members
Constructors
Complete
Attachment
Link copied to clipboard
constructor
(
attachmentIds
:
List
<
String
>
,
temporaryChatMessageId
:
String
?
,
exchangeId
:
String
?
,
chatMessageId
:
String
?
)
Properties
attachment
Ids
Link copied to clipboard
val
attachmentIds
:
List
<
String
>
chat
Message
Id
Link copied to clipboard
val
chatMessageId
:
String
?
exchange
Id
Link copied to clipboard
val
exchangeId
:
String
?
temporary
Chat
Message
Id
Link copied to clipboard
val
temporaryChatMessageId
:
String
?