Constructors

  • Creates a recall message instance.

    Parameters

    • params: {
          recalledBy: string;
          recalledConvId?: string;
          recalledExt?: string;
          recalledMessage?: ChatMessage;
          recalledMessageId: string;
      }
      • recalledBy: string
      • OptionalrecalledConvId?: string
      • OptionalrecalledExt?: string
      • OptionalrecalledMessage?: ChatMessage
      • recalledMessageId: string

    Returns ChatRecalledMessageInfo

    params -

    • recalledMessageId: The message ID of the recalled message.
    • recalledMessage: The recalled message.
    • recalledBy: The user ID of the operator that recalls the message.
    • recalledExt: The extension information of the recalled message.
    • recalledConvId: The conversation ID of the recalled message.

Properties

recalledBy: string

The user ID of the operator that recalls the message.

recalledConvId?: string

The conversation ID of the recalled message.

recalledExt?: string

The extension information of the recalled message.

recalledMessage?: ChatMessage

The recalled message.

recalledMessageId: string

The message ID of the recalled message.