Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CometChatHelper

Index

Methods

Static getConversationFromMessage

  • getConversationFromMessage(message: any): Promise<Conversation>
  • Takes a Message Object and converts it into Conversation Object.

    memberof

    CometChat

    Parameters

    • message: any

    Returns Promise<Conversation>

    conversation

Static processMessage