Class ClanMessage
- Namespace
- RustPlusApi.Data.Clans
- Assembly
- RustPlusApi.dll
A single message in the clan chat.
public record ClanMessage : IEquatable<ClanMessage>
- Inheritance
-
ClanMessage
- Implements
- Derived
- Inherited Members
Properties
Message
Body of the clan chat message.
public string Message { get; init; }
Property Value
Name
Display name of the sender at the time the message was posted.
public string Name { get; init; }
Property Value
SteamId
Steam64 ID of the sender.
public ulong SteamId { get; init; }
Property Value
Time
UTC timestamp when the message was sent.
public DateTime Time { get; init; }