kotlin-signald
0.30.0+signald-0.23.2-7-1583b4df
common
clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v0.structures
/
JsonGroupInfo
Json
Group
Info
common
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