Hierarchy

  • IMessageExtender

Properties

kind: MESSAGE

Methods

  • Adds a custom field to the message. Note: This key can not already exist or it will throw an error. Note: The key must not contain a period in it, an error will be thrown.

    Parameters

    • key: string

      the name of the custom field

    • value: any

      the value of this custom field

    Returns IMessageExtender

Generated using TypeDoc