• Reply to a message. Shorthand for send with replyTo pre-filled.

    Parameters

    • messageId: string

      Id of the message being replied to.

    • text: string

      The reply text.

    • opts: Omit<SendOptions, "replyTo"> = {}

      Send options (excluding replyTo).

    Returns Promise<ChatMessage>

    The delivered reply message.