The message thread event class.

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.