toggle menu
kindlysdk
main
switch theme
search in API
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity.attachment.request
/
ListAttachments
List
Attachments
data
class
ListAttachments
(
val
attachments
:
List
<
Attachment
>
,
val
temporaryChatMessageId
:
String
)
Members
Constructors
List
Attachments
Link copied to clipboard
constructor
(
attachments
:
List
<
Attachment
>
,
temporaryChatMessageId
:
String
)
Properties
attachments
Link copied to clipboard
@
SerializedName
(
value
=
"attachments"
)
val
attachments
:
List
<
Attachment
>
temporary
Chat
Message
Id
Link copied to clipboard
@
SerializedName
(
value
=
"temporaryChatMessageId"
)
val
temporaryChatMessageId
:
String