xmpp_p2p
    Preparing search index...

    Interface XmppAttachmentSummary

    interface XmppAttachmentSummary {
        noticed: number;
        reactionCounts: Record<string, number>;
        reactions: number;
        targetId: string;
        topic: string;
        total: number;
        updatedAt: string;
    }
    Index

    Properties

    noticed: number
    reactionCounts: Record<string, number>
    reactions: number
    targetId: string
    topic: string
    total: number
    updatedAt: string