Interface GroupsJoinParams

interface GroupsJoinParams {
    group_id?: number;
    not_sure?: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

group_id?: number

ID or screen name of the community.

not_sure?: string

Optional parameter which is taken into account when 'gid' belongs to the event: '1' - Perhaps I will attend, '0' - I will be there for sure (default), ,

Generated using TypeDoc