weixin-ts / bot/src / api / SendMessageOptions
Interface: SendMessageOptions
Defined in: bot/src/api/send-message.ts:12
Common options for API requests
Extends
Properties
appId?
optionalappId?:string
Defined in: bot/src/api/client.ts:21
iLink App ID
Inherited from
baseUrl
baseUrl:
string
Defined in: bot/src/api/client.ts:15
API base URL
Inherited from
body
body:
SendMessageReq
Defined in: bot/src/api/send-message.ts:14
The message request body
timeoutMs?
optionaltimeoutMs?:number
Defined in: bot/src/api/client.ts:19
Request timeout in ms
Inherited from
token?
optionaltoken?:string
Defined in: bot/src/api/client.ts:17
Bot authentication token
Inherited from
version?
optionalversion?:string
Defined in: bot/src/api/client.ts:23
Client version