Interface GroupsLeaveParams

interface GroupsLeaveParams {
    group_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

group_id: number

ID or screen name of the community.

Generated using TypeDoc