interface AttachmentPayload {
    attachment: Stream | BufferResolvable;
    description?: string;
    name?: string;
}

Properties

attachment: Stream | BufferResolvable
description?: string
name?: string