Interface GroupsAddCallbackServerParams

interface GroupsAddCallbackServerParams {
    group_id: number;
    secret_key?: string;
    title: string;
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

group_id: number
secret_key?: string
title: string
url: string

Generated using TypeDoc