Struct GuildDirectoryEntry
One guild as it appears in the recruitment directory.
public struct GuildDirectoryEntry
- Inherited Members
Fields
Blurb
Advertisement text.
public string Blurb
Field Value
GuildID
Guild identifier, used to apply.
public long GuildID
Field Value
MaxMemberCount
Maximum member count, so the client can render "37 / 100" without a constant.
public int MaxMemberCount
Field Value
MemberCount
Current member count.
public int MemberCount
Field Value
Name
Guild display name.
public string Name
Field Value
Tags
Comma-separated tags.
public string Tags