Options
All
  • Public
  • Public/Protected
  • All
Menu

export class type

Hierarchy

  • ChatMessageThreadEvent

Index

Constructors

Properties

Constructors

  • Constructs a message thread event.

    Parameters

    • params: { from: string; thread: any; type: number }
      • from: string
      • thread: any
      • type: number

    Returns ChatMessageThreadEvent

Properties

from: string

The user ID of the message thread operator.

The message thread object.

The message thread event type.

Generated using TypeDoc