Esposter
    Preparing search index...

    Variable StandardMessageEntityPropertyNamesConst

    StandardMessageEntityPropertyNames: RequiredObjectDeep<
        {
            createdAt: "createdAt";
            deletedAt: "deletedAt";
            files: "files";
            isEdited?: "isEdited";
            isForward?: "isForward";
            isLoading?: "isLoading";
            isPinned?: "isPinned";
            linkPreviewResponse: "linkPreviewResponse";
            mentions: "mentions";
            message: "message";
            partitionKey: "partitionKey";
            replyRowKey?: "replyRowKey";
            rowKey: "rowKey";
            toJSON: "toJSON";
            type: "type";
            updatedAt: "updatedAt";
            userId: "userId";
        },
    > = ...