Options
All
  • Public
  • Public/Protected
  • All
Menu
class
classdesc

Consists of logic for interactions done in a conversation

Hierarchy

  • chatGroupService

Index

Constructors

constructor

Properties

Private group_id

group_id: string

Private isWindowFocused

isWindowFocused: boolean = true

Private myGroupUsers

myGroupUsers: Array<any> = []

Private read_chats

read_chats: Array<any> = []

Methods

doScheduling

  • doScheduling(): void

getGroupId

  • getGroupId(): string

setGroupId

  • setGroupId(_id: any): void

setReadChats

  • setReadChats(group_id: any, chat_id: any): void
  • function

    setReadChats

    description

    Sets a particular message as read

    Parameters

    • group_id: any

      Conversation Group id

    • chat_id: any

      Message id to be set as read

    Returns void