Skip to main content

Interface: SCUserAutocompleteType

SSCUserAutocompleteType Interface

Properties

avatar

avatar: string

The user avatar.

Defined in

user.ts:418


ext_id

ext_id: number

The external ID of the user. It is assigned only during signup.

Defined in

user.ts:422


id

id: number

The ID of the user.

Defined in

user.ts:406


real_name

real_name: string

The real name of the user.

Defined in

user.ts:414


username

username: string

The username of the user.

Defined in

user.ts:410