afkChannel property

Cacheable<Snowflake, VoiceGuildChannel>? afkChannel
getter/setter pair

The guild's afk channel ID, null if not set.

Implementation

late Cacheable<Snowflake, VoiceGuildChannel>? afkChannel;