Skip to content

weixin-ts / bot/src / SendTextOptions

Interface: SendTextOptions

Defined in: bot/src/types.ts:308

Options for sending a text message

Properties

contextToken?

optional contextToken?: string

Defined in: bot/src/types.ts:314

Context token (for session continuity)


text

text: string

Defined in: bot/src/types.ts:312

Text content


to

to: string

Defined in: bot/src/types.ts:310

Recipient user ID

Released under the MIT License.