Options
All
  • Public
  • Public/Protected
  • All
Menu

企业微信发送消息

Hierarchy

  • IWxCpMessage

Index

Properties

content

content: string

消息内容,最长不超过2048个字节,超过将截断(支持id转译

Optional duplicate_check_interval

duplicate_check_interval: number

可选参数. 表示是否开启重复消息检查,0表示否,1表示是,默认0

Optional enable_duplicate_check

enable_duplicate_check: number

可选参数. 表示是否开启重复消息检查,0表示否,1表示是,默认0

Optional enable_id_trans

enable_id_trans: number
可选参数. 表示是否开启id转译,0表示否,1表示是默认0仅第三方应用需要用到企业自建应用可以忽略

msgtype

msgtype: string

消息类型,此时固定为:text

Optional safe

safe: string

可选参数. 表示是否是保密消息,0表示可对外分享,1表示不能分享且内容显示水印,默认为0

Optional toparty

toparty: string

可选参数. 指定接收消息的部门,部门ID列表,多个接收者用‘|’分隔,最多支持100个。当touser为"@all"时忽略本参数

Optional totag

totag: string

可选参数.指定接收消息的标签,标签ID列表,多个接收者用‘|’分隔,最多支持100个。当touser为"@all"时忽略本参数

Optional touser

touser: string

可选参数. 指定接收消息的成员,成员ID列表(多个接收者用‘|’分隔,最多支持1000个)。特殊情况:指定为"@all",则向该企业应用的全部成员发送

Generated using TypeDoc