toggle menu
kindlysdk
main
switch theme
search in API
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.api
/
Api
/
downloadConversation
download
Conversation
@
GET
(
value
=
"privacy/export/{type}"
)
abstract
suspend
fun
downloadConversation
(
@
Header
(
value
=
"kindly-chat-client"
)
chatClient
:
String
=
"android"
,
@
Header
(
value
=
"kindly-chatbubble-token"
)
token
:
String
,
@
Header
(
value
=
"kindly-chat-uuid"
)
chatId
:
String
,
@
Path
(
value
=
"type"
)
dataType
:
String
)
:
ResponseBody