Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • User

Index

Constructors

constructor

Properties

address

address: string

birthdate

birthdate: string

The birth date of the user

displayName

displayName: string

The first and last name of the user

email

email: string

health

health: string

hobbies

hobbies: IHobby[]

The hobbies of the user

id

id: string

The uuid of the user

login

login: string

The account login of the user

mobile

mobile: string

mood

mood: string

The mood of the user

motto

motto: string

The motto of the user

schools

schools: { classes: string[]; id: string; name: string }[]

The schools of the user

session

session: Session

tel

tel: string

type

type: profile[]

The profiles of the user

Methods

avatarURL

  • avatarURL(): string
  • The users avatar url

    Returns string

sendMessage

  • Sends a message to this user and returns the message id.

    Parameters

    Returns Promise<number>

toJSON

Generated using TypeDoc