基础
进阶
部署
Appearance
发送一段文字消息
Chain(data).text('hello, world')
设置 auto_convert=True 可开启自动转换,当文字超过一定长度时(默认配置为 100),会自动将本段落转换为图片发送。
auto_convert=True
在文本内使用 [face:ID] 模板也可以插入 QQ 表情。
[face:ID]
Chain(data).text('hello, world[face:175]')