xmpp_p2p
    Preparing search index...

    Interface XmppAttachment

    interface XmppAttachment {
        from: string;
        id: string;
        kind: XmppAttachmentKind;
        publishedAt: string;
        receivedAt: string;
        targetId: string;
        topic: string;
        value?: string;
    }
    Index

    Properties

    from: string
    id: string
    publishedAt: string
    receivedAt: string
    targetId: string
    topic: string
    value?: string