toggle menu
socketio-kotlin
1.4.0
common
switch theme
search in API
socketio-kotlin
/
org.hildan.socketio
/
PayloadElement
Payload
Element
sealed
interface
PayloadElement
(
source
)
Inheritors
Json
AttachmentRef
Members
Types
Attachment
Ref
Link copied to clipboard
data
class
AttachmentRef
(
val
attachmentIndex
:
Int
)
:
PayloadElement
Json
Link copied to clipboard
data
class
Json
(
val
jsonElement
:
JsonElement
)
:
PayloadElement