Interface FriendsGetOnlineOnlineMobileResponse

interface FriendsGetOnlineOnlineMobileResponse {
    online: number[];
    online_mobile: number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

online: number[]

User ID

online_mobile: number[]

User ID

Generated using TypeDoc