@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface File

    File message content.

    File

    interface File {
        caption?: string;
        encryptedFile?: EncryptedFile;
        info: FileMedia;
        isEdited: boolean;
        repliedToMessageId?: string;
        selfDestructInfo?: SelfDestructInfo;
        threadId?: string;
        type: string;
        uri: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    caption?: string

    Optional caption text for the video.

    encryptedFile?: EncryptedFile

    The encrypted file information.

    info: FileMedia

    The file information.

    isEdited: boolean

    True if this message has been edited by the sender, false if not.

    repliedToMessageId?: string

    The message ID of the message this message is replying to (if this message is a reply).

    selfDestructInfo?: SelfDestructInfo

    Self-destructing properties of a message.

    threadId?: string

    The thread ID of the message (if this message is in a thread).

    type: string

    The type of the message content.

    uri: string

    The URI of the file.