Struct GuildSetMemberNoteBroadcast
Broadcast requesting a change to one of a member's two guild notes.
public struct GuildSetMemberNoteBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Fields
CharacterID
The member the note is about.
public long CharacterID
Field Value
IsOfficerNote
True to write the officer-only note, false for the public one.
public bool IsOfficerNote
Field Value
Note
The note text.
public string Note