clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v0.structures
/
JsonGroupInfo
common
Json
Group
Info
data class
JsonGroupInfo
(groupId:
String
?, members:
List
<
JsonAddress
>, name:
String
?, type:
String
?, avatarId:
Long
?)
Content copied to clipboard
Properties
Properties
avatarId
Link copied to clipboard
common
val
avatarId
:
Long
? = null
Content copied to clipboard
groupId
Link copied to clipboard
common
val
groupId
:
String
? = null
Content copied to clipboard
members
Link copied to clipboard
common
val
members
:
List
<
JsonAddress
>
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
? = null
Content copied to clipboard
type
Link copied to clipboard
common
val
type
:
String
? = null
Content copied to clipboard