Table of Contents

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

string

Name

Display name of the sender at the time the message was posted.

public string Name { get; init; }

Property Value

string

SteamId

Steam64 ID of the sender.

public ulong SteamId { get; init; }

Property Value

ulong

Time

UTC timestamp when the message was sent.

public DateTime Time { get; init; }

Property Value

DateTime