Struct GuildRecruitmentInfoBroadcast
Broadcast carrying a guild's recruitment advertisement to its own members.
public struct GuildRecruitmentInfoBroadcast : IBroadcast
- Implements
-
IBroadcast
- Inherited Members
Remarks
Sent to MEMBERS. Non-members see the advertisement through GuildDirectoryBroadcast, which is a different message because it answers a different question — "which guilds are recruiting" rather than "what does my guild currently advertise".
Fields
Blurb
The advertisement text.
public string Blurb
Field Value
GuildID
The guild the advertisement belongs to.
public long GuildID
Field Value
IsRecruiting
Whether the guild is listed in the directory.
public bool IsRecruiting
Field Value
Tags
Comma-separated tags.
public string Tags