Interface MessagesGetLastActivityParams

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

Indexable

[key: string]: any

Properties

Properties

user_id: number

User ID.

Generated using TypeDoc