guild property

PartialGuild? guild

The guild this webhook is for, if any.

Implementation

PartialGuild? get guild => guildId == null ? null : manager.client.guilds[guildId!];