Interface GroupsAddLinkParams

interface GroupsAddLinkParams {
    group_id: number;
    link: string;
    text?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

group_id: number

Community ID.

link: string

Link URL.

text?: string

Description text for the link.

Generated using TypeDoc