@actnet/app-core - v0.1.0
    Preparing search index...

    Interface GroupInvite

    A GroupContext DM was received for groupId — the master key has been persisted by app-core, so the group is now visible via AppCore.loadConversations. Use this event to refresh the chat list.

    interface GroupInvite {
        groupId: string;
        hostingServerUrl: string;
        inviterDid: string;
    }
    Index

    Properties

    groupId: string
    hostingServerUrl: string
    inviterDid: string