Class BaseMessageNodeAbstract

    The base class for all message node objects.

    Hierarchy

    Properties

    Accessors

    Methods

    Properties

    client: Client

    The client object containing additional context metadata.

    The underlying message part component.

    type: string

    The type of this message node.

    Accessors

    • get text(): string
    • Returns the plaintext component of this message node.

      Returns string

      Same value returned from .toString().

    Methods