Interface RawApplicationCommandInteractionResolvedData

Hierarchy

  • RawApplicationCommandInteractionResolvedData

Properties

attachments?: Record<string, RawAttachment>
channels?: Record<string, Pick<RawChannel, "id" | "name" | "type" | "parent_id" | "thread_metadata" | "permissions">>
members?: Record<string, Omit<RawMember, "deaf" | "mute" | "user">>
messages?: Record<string, RawMessage>
roles?: Record<string, RawRole>
users?: Record<string, RawUser>