twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
687 stars 131 forks source link

fix(model, cache): unavailable is optional and false and none equal #2377

Closed Erk- closed 1 week ago

Erk- commented 1 month ago

Unavailable would assume false if the field was false if it was not sent.

The ability to tell the difference can be used to tell the difference between a guild becoming available and joining a new guild.

Resolves #2372