Internal request payload behind chat.send().

Plugins normally call send() / reply() rather than emitting this directly.

Hierarchy

  • ChatSendRequest

Properties

channel: "global" | "group"

Target channel.

correlationId: string

Id correlating this request with its ChatSendResult.

groupId?: string

Group id, required when channel is "group".

replyTo?: string

Id of the message being replied to, if any.

text: string

Message text to send.