Type Alias Reply

Source
Expand description

A reply is either a plain string (turns into { text: "..." }) or a full reply object.

type Reply = string | ReplyObject