plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias FetchArtifactsResult

    FetchArtifactsResult: Message<"plugnmeet.FetchArtifactsResult"> & {
        totalArtifacts: string;
        from: string;
        limit: string;
        orderBy: string;
        type?: RoomArtifactType;
        artifactsList: ArtifactInfo[];
    }

    Result for fetching artifacts

    Type Declaration

    • totalArtifacts: string

      from field: int64 total_artifacts = 1 [jstype = JS_STRING];

    • from: string

      from field: uint64 from = 2 [jstype = JS_STRING];

    • limit: string

      from field: uint64 limit = 3 [jstype = JS_STRING];

    • orderBy: string

      from field: string order_by = 4;

    • Optionaltype?: RoomArtifactType

      from field: optional plugnmeet.RoomArtifactType type = 5;

    • artifactsList: ArtifactInfo[]

      from field: repeated plugnmeet.ArtifactInfo artifacts_list = 6;

    from message plugnmeet.FetchArtifactsResult