guild property

PartialGuild? guild

The guild the channel is in.

Implementation

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