SendMessageFn

type SendMessageFn<T = void> = (outgoing: IOutgoingMessage) => Promise<T>;

Type representing a function for sending messages.