7.1.3 系统、时间消息
系统消息SysMessage
SysMessage
支持属性:
属性名
类型
说明
type
str
消息类型,固定为sys
content
str
消息内容
sender
str
发送者,固定为SYS
info
list
原始消息信息,包含了消息的所有信息
control
uiautomation.Control
该消息的uiautomation控件
id
str
消息id
时间消息TimeMessage
TimeMessage
支持属性:
属性名
类型
说明
type
str
消息类型,固定为time
content
str
消息内容
sender
str
发送者,固定为Time
time
str
时间消息内容,格式为%Y-%m-%d %H:%M
info
list
原始消息信息,包含了消息的所有信息
control
uiautomation.Control
该消息的uiautomation控件
id
str
消息id
撤回消息RecallMessage
RecallMessage
支持属性:
属性名
类型
说明
type
str
消息类型,固定为recall
content
str
消息内容
sender
str
发送者,固定为Recall
info
list
原始消息信息,包含了消息的所有信息
control
uiautomation.Control
该消息的uiautomation控件
id
str
消息id
最后更新于
这有帮助吗?