Class ClanInvite
- Namespace
- RustPlusApi.Data.Clans
- Assembly
- RustPlusApi.dll
A pending invitation to join a clan.
public sealed record ClanInvite : IEquatable<ClanInvite>
- Inheritance
-
ClanInvite
- Implements
- Inherited Members
Properties
Recruiter
Steam64 ID of the clan member who sent the invitation.
public ulong Recruiter { get; init; }
Property Value
SteamId
Steam64 ID of the invited player.
public ulong SteamId { get; init; }
Property Value
Timestamp
UTC timestamp when the invitation was created.
public DateTime Timestamp { get; init; }