cacheKey property

  1. @Deprecated('Use PartialGuild.voiceStates instead')
Snowflake cacheKey

The key this voice state will have in the NyxxRest.voice cache.

Implementation

@Deprecated('Use PartialGuild.voiceStates instead')
Snowflake get cacheKey => Snowflake(Object.hash(guildId, userId));