According to [the API docs](https://discord.com/developers/docs/events/gateway-events#guild-member-update-guild-member-update-event-fields), the `joined_at` field is nullable, but the data type in the struct is `Timestamp`, not `Option<Timestamp>`. I don't know if the joined_at field ever _is_ null, but the docs say it can be.