@tak-ps/node-cot
    Preparing search index...

    Type Alias DirectChatReceiptInput

    type DirectChatReceiptInput = {
        chatroom?: string;
        from: DirectChatMember;
        groupOwner?: boolean;
        messageId: string;
        parent?: string;
        status: keyof typeof DirectChatReceiptStatus;
        to: DirectChatMember;
    }
    Index
    chatroom?: string
    groupOwner?: boolean
    messageId: string
    parent?: string
    status: keyof typeof DirectChatReceiptStatus