Skip to content

CommandInteractionResolvedData

typedef · Source

Represents the resolved data of a received command interaction. Type: Object

Properties

users

optional

users: Collection<Snowflake, User>

The resolved users

members

optional

members: Collection<Snowflake, (GuildMember|APIGuildMember)>

The resolved guild members

roles

optional

roles: Collection<Snowflake, (Role|APIRole)>

The resolved roles

channels

optional

channels: Collection<Snowflake, (Channel|APIChannel)>

The resolved channels

messages

optional

messages: Collection<Snowflake, (Message|APIMessage)>

The resolved messages

attachments

optional

attachments: Collection<Snowflake, MessageAttachment>

The resolved attachments

Unofficial software. Not affiliated with or supported by Discord.