Interface StatusGetParams

interface StatusGetParams {
    group_id?: number;
    user_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

group_id?: number
user_id?: number

User ID or community ID. Use a negative value to designate a community ID.

Generated using TypeDoc