Skip to content

GuildMemberUpdateEvent.joined_at has incorrect type (according to Discord API docs) #3422

@inklesspen

Description

@inklesspen

According to the API docs, 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions