Skip to content

weixin-ts / bot/src / SendTextOptions

Interface: SendTextOptions

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

Options for sending a text message

Properties

contextToken?

optional contextToken?: string

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

Context token (for session continuity)


text

text: string

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

Text content


to

to: string

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

Recipient user ID

Released under the MIT License.