ChatTarget record
Sealed sum type identifying the destination for IChat.Send.
public abstract record ChatTargetPublic Members
Section titled “Public Members”| name | description |
|---|---|
| static Guild { get; } | Send to the guild / clan channel. |
| static Party { get; } | Send to the current party channel. |
| static Say { get; } | Send to the local say / proximity channel. |
| static World { get; } | Send to the server-wide world channel. |
| static Reply(…) | Build a reply target matching the channel that source arrived on. |
| static Whisper(…) | Send a private whisper to the player identified by targetId. |
| record GuildTarget | Guild channel target. |
| record PartyTarget | Party channel target. |
| record SayTarget | Say / proximity channel target. |
| record WhisperTarget | Private whisper target; TargetId is the recipient’s entity id. |
| record WorldTarget | World channel target. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain