Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deserialization errors for members with joined_at=null #2230

Closed
circuitsacul opened this issue Jun 30, 2023 · 1 comment
Closed

Deserialization errors for members with joined_at=null #2230

circuitsacul opened this issue Jun 30, 2023 · 1 comment
Labels
c-model Affects the model crate d-api Change related to Discord's API. t-bug Programming error in the library

Comments

@circuitsacul
Copy link

circuitsacul commented Jun 30, 2023

With discord's new "guest" members (draft pr in discord-api-docs) for voice channels, the member object has the joined_at field set to null. This causes deserialization errors for events like GUILD_CREATE.

33281
7793
76732

@vilgotf vilgotf added t-bug Programming error in the library c-model Affects the model crate d-api Change related to Discord's API. labels Jun 30, 2023
@Gelbpunkt
Copy link
Member

Should be fixed by #2288

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-model Affects the model crate d-api Change related to Discord's API. t-bug Programming error in the library
Projects
None yet
Development

No branches or pull requests

3 participants