@contio/partner-sdk - v1.10.0
    Preparing search index...

    Interface CreateMeetingAttachmentRequest

    interface CreateMeetingAttachmentRequest {
        access_level?: MeetingAttachmentAccessLevel;
        file: Blob;
        kind?: "file";
    }
    Index

    Who may see the attachment. Defaults to just_me.

    file: Blob

    Raw file contents to upload.

    kind?: "file"

    Attachment kind. Only file is currently creatable.