Interface StatusSetParams

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

Indexable

[key: string]: any

Properties

Properties

group_id?: number

Identifier of a community to set a status in. If left blank the status is set to current user.

text?: string

Text of the new status.

Generated using TypeDoc