Interface ModalSubmitInteractionResolvedData
interface ModalSubmitInteractionResolvedData { attachments: TypedCollection<RawAttachment, Attachment, []>; channels: TypedCollection<RawInteractionResolvedChannel, InteractionResolvedChannel, []>; members: TypedCollection<RawMember, Member, [guildID
: string]>; roles: TypedCollection<RawRole, Role, [guildID
: string]>; users: TypedCollection<RawUser, User, []>; }