lonnymq
    Preparing search index...

    Type Alias MessageDequeueCommandResultMessageDequeued

    type MessageDequeueCommandResultMessageDequeued = {
        channelId: string;
        content: Buffer;
        id: bigint;
        isUnlocked: boolean;
        numAttempts: number;
        resultType: "MESSAGE_DEQUEUED";
        state: Buffer | null;
    }
    Index

    Properties

    channelId: string
    content: Buffer
    id: bigint
    isUnlocked: boolean
    numAttempts: number
    resultType: "MESSAGE_DEQUEUED"
    state: Buffer | null