ImprovedFactions
Toggle table of contents
2.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ImprovedFactions
ImprovedFactions
/
io.github.toberocat.improvedfactions.database.storage
/
InviteSnapshot
Invite
Snapshot
data
class
InviteSnapshot
(
val
id
:
Int
,
val
inviterUserId
:
Int
,
val
invitedUserId
:
Int
,
val
factionId
:
Int
,
val
rankId
:
Int
,
val
expiresAtEpochMillis
:
Long
)
Members
Constructors
Invite
Snapshot
Link copied to clipboard
constructor
(
id
:
Int
,
inviterUserId
:
Int
,
invitedUserId
:
Int
,
factionId
:
Int
,
rankId
:
Int
,
expiresAtEpochMillis
:
Long
)
Properties
expires
At
Epoch
Millis
Link copied to clipboard
val
expiresAtEpochMillis
:
Long
faction
Id
Link copied to clipboard
val
factionId
:
Int
id
Link copied to clipboard
val
id
:
Int
invited
User
Id
Link copied to clipboard
val
invitedUserId
:
Int
inviter
User
Id
Link copied to clipboard
val
inviterUserId
:
Int
rank
Id
Link copied to clipboard
val
rankId
:
Int