toggle menu
kindlysdk
main
switch theme
search in API
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity.attachment.response
Package-level
declarations
Types
Types
Attachment
Response
Link copied to clipboard
data
class
AttachmentResponse
(
val
name
:
String
,
val
type
:
String
,
val
status
:
String
,
val
sender
:
String
,
val
storagePath
:
String
,
val
created
:
String
,
val
sizeKb
:
String
,
val
url
:
String
?
,
val
id
:
String
,
val
uploadUrl
:
String
)
Complete
Attachment
Link copied to clipboard
data
class
CompleteAttachment
(
val
attachmentIds
:
List
<
String
>
,
val
temporaryChatMessageId
:
String
,
val
exchangeId
:
String
)
List
Attachment
Response
Link copied to clipboard
class
ListAttachmentResponse
(
val
attachments
:
List
<
AttachmentResponse
>
)