AboutSupportDeveloper GuideVersion 2.0.0

Result type for the subscribeGroupEvents subscription.

interface GroupEvent {
    subscribeGroupEvents: {
        data?: string;
        group?: Group;
        type?: GroupEventType;
    };
}

Properties

subscribeGroupEvents: {
    data?: string;
    group?: Group;
    type?: GroupEventType;
}

Type declaration

Generated using TypeDoc