Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FriendRequest<O>

A friend request

Type parameters

  • O: boolean

Hierarchy

Index

Properties

Properties

from

from: O extends true ? LoggedInUser : StatlessSearchedUser

Who the friend request is from

id

id: number

The friend request ID

msg

msg: string

The message with the friend request

read

read: boolean

Whether the friend request has been read yet

to

to: O extends true ? StatlessSearchedUser : LoggedInUser

Who the friend request is to

Generated using TypeDoc