serenity-rs / serenity

A Rust library for the Discord API.
https://discord.gg/serenity-rs
ISC License
4.65k stars 571 forks source link

field name inconsistency for `FullEvent`. #2868

Open jamesbt365 opened 3 months ago

jamesbt365 commented 3 months ago

When referring to old data we have old, old_if_available, old_data_if_available, old_data and possibly more.

We should improve consistency as these optional fields are only ever there if available.

The new data's field names are also inconsistent in some places too, rectifying this for the next major release would be ideal.