AppleSauce
    Preparing search index...

    Type Alias GroupDeleteGroupInfo

    Delete group event information (kind 9008)

    type GroupDeleteGroupInfo = {
        groupId: string;
        reason?: string;
    }
    Index

    Properties

    Properties

    groupId: string
    reason?: string