Interface GroupsMemberStatusFull

interface GroupsMemberStatusFull {
    user_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

user_id: number

User ID

Generated using TypeDoc