@webitel/api-services
    Preparing search index...

    Image represents an image attachment associated with a message.

    interface WebitelImApiGatewayV1Image {
        createdAt?: string;
        fileId?: string;
        height?: number;
        id?: string;
        messageId?: string;
        mime?: string;
        url?: string;
        width?: number;
    }
    Index

    Properties

    createdAt?: string

    Creation timestamp (Unix time, milliseconds).

    fileId?: string

    File storage identifier.

    height?: number

    Image height in pixels.

    id?: string

    Image identifier.

    messageId?: string

    Identifier of the message this message belongs to.

    mime?: string

    MIME type of the image.

    url?: string

    Public signed URL for accessing the image.

    width?: number

    Image width in pixels.