AppleSauce
    Preparing search index...

    Type Alias GroupPointer

    NIP-29 group pointer

    type GroupPointer = {
        id: string;
        name?: string;
        relay: string;
    }
    Index

    Properties

    Properties

    id: string

    the id of the group

    name?: string

    The name of the group

    relay: string

    The url to the relay with wss:// or ws:// protocol