kikinlex
Toggle table of contents
5.0.1
common
Platform filter
common
Switch theme
Search in API
kikinlex
models
/
io.github.kikin81.atproto.chat.bsky.group
/
GroupPublicView
Group
Public
View
data
class
GroupPublicView
(
val
memberCount
:
Long
,
val
name
:
String
,
val
owner
:
ProfileViewBasic
,
val
requireApproval
:
Boolean
)
Members
Constructors
Group
Public
View
Link copied to clipboard
constructor
(
memberCount
:
Long
,
name
:
String
,
owner
:
ProfileViewBasic
,
requireApproval
:
Boolean
)
Properties
member
Count
Link copied to clipboard
val
memberCount
:
Long
name
Link copied to clipboard
val
name
:
String
owner
Link copied to clipboard
val
owner
:
ProfileViewBasic
require
Approval
Link copied to clipboard
val
requireApproval
:
Boolean