kikinlex
Toggle table of contents
5.0.1
common
Platform filter
common
Switch theme
Search in API
kikinlex
models
/
io.github.kikin81.atproto.com.atproto.server
/
InviteCode
Invite
Code
data
class
InviteCode
(
val
available
:
Long
,
val
code
:
String
,
val
createdAt
:
<Error class: unknown class>
,
val
createdBy
:
String
,
val
disabled
:
Boolean
,
val
forAccount
:
String
,
val
uses
:
List
<
InviteCodeUse
>
)
Members
Constructors
Invite
Code
Link copied to clipboard
constructor
(
available
:
Long
,
code
:
String
,
createdAt
:
<Error class: unknown class>
,
createdBy
:
String
,
disabled
:
Boolean
,
forAccount
:
String
,
uses
:
List
<
InviteCodeUse
>
)
Properties
available
Link copied to clipboard
val
available
:
Long
code
Link copied to clipboard
val
code
:
String
created
At
Link copied to clipboard
val
createdAt
:
<Error class: unknown class>
created
By
Link copied to clipboard
val
createdBy
:
String
disabled
Link copied to clipboard
val
disabled
:
Boolean
for
Account
Link copied to clipboard
val
forAccount
:
String
uses
Link copied to clipboard
val
uses
:
List
<
InviteCodeUse
>