Skip to content

APIInteractionDataResolvedGuildMember is missing any way to identify user #580

@KhafraDev

Description

@KhafraDev

Please describe the problem you are having in as much detail as possible:

The APIInteractionDataResolvedGuildMember type doesn't have a user property and doesn't even have an id for the user. So you can't identify who the member is when you get one of these.

Include a reproducible code sample here, if possible:

// Place your code here
interaction.options.getMentionable('name') // APIInteractionDataResolvedGuildMember is one of the return types

Further details:

export interface APIInteractionDataResolvedGuildMember extends Omit<APIGuildMember, 'user' | 'deaf' | 'mute'> {

  • Runtime:
    • Node.js version:
    • deno version:
  • Priority this issue should have – please be realistic and elaborate if possible:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions