guild property

PartialGuild? get guild

The guild this webhook is for, if any.

Implementation

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