Hierarchy

  • IChat

Properties

active?: boolean
assigned?: boolean
externalLines?: {
    externalId: string;
    icon: string;
    id: string;
    name: string;
    phoneNumber: string;
    portal: string;
    timestamp: number;
}[]

Type declaration

  • externalId: string
  • icon: string
  • id: string
  • name: string
  • phoneNumber: string
  • portal: string
  • timestamp: number
file?: File
groupId?: number
id?: string
isInviteChat?: boolean
lastMessage?: IMessage
members: number[]
meta?: {
    type: string;
    value: string;
}[]

Type declaration

  • type: string
  • value: string
name: string
originalTimestamp?: number
ownerId?: number
pictureUrl?: string
pinned: boolean
pinnedTimestamp?: number
portals?: string[]
settings?: {
    muteUntil?: number;
}

Type declaration

  • Optional muteUntil?: number
timestamp: number
type: ChatType
unreadCount?: number
unreadMentions: string[]

Generated using TypeDoc