guild property

Cacheable<Snowflake, Guild>? guild
latefinal

The webhook's guild, if this is accessed using a normal client and the client has that guild in it's cache.

Implementation

late final Cacheable<Snowflake, Guild>? guild;