DiscordApplicationCommandResolvedData¶
Description¶
Represents the resolved Discord entities objects in an application command interaction.
Properties¶
| type | name |
|---|---|
| Dictionary | users |
| Dictionary | members |
| Dictionary | roles |
| Dictionary | channels |
| Dictionary | messages |
| Dictionary | attachments |
Property Descriptions¶
-
Dictionary users
Resolved users.
-
Dictionary members
Resolved members (can be partial).
-
Dictionary roles
Resolved roles.
-
Dictionary channels
Resolved channels (can be partial).
-
Dictionary messages
Resolved messages (can be partial).
-
Dictionary attachments
Resolved attachments.