Interface CreateMediaAttachmentExtraParams

interface CreateMediaAttachmentExtraParams {
    skipPolling?: boolean;
}

Properties

Properties

skipPolling?: boolean

Wait resolving promise for the media to be uploaded. Defaults to false