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
/
Connection
Connection
@
Serializable
data
class
Connection
(
val
bot
:
BotModel
,
val
token
:
String
=
""
,
val
chatId
:
String
=
""
)
Connection model similar to iOS implementation
Members
Constructors
Connection
Link copied to clipboard
constructor
(
bot
:
BotModel
,
token
:
String
=
""
,
chatId
:
String
=
""
)
Properties
bot
Link copied to clipboard
val
bot
:
BotModel
chat
Id
Link copied to clipboard
val
chatId
:
String
token
Link copied to clipboard
val
token
:
String