增加头像属性

Signed-off-by: touchscale <11134128+touchscale_admin@user.noreply.gitee.com>
This commit is contained in:
touchscale 2023-06-25 02:19:42 +00:00 committed by Gitee
parent 0e780d6f2c
commit e2dceb047b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class Command {
group_id: data.group_id || 826198224, group_id: data.group_id || 826198224,
group_name: data.group_name || '测试群', group_name: data.group_name || '测试群',
user_id: data.user_id, user_id: data.user_id,
user_avatar:`https://q1.qlogo.cn/g?b=qq&s=0&nk=${data.user_id}`,
anonymous: null, anonymous: null,
message: [{ type: 'text', text }], message: [{ type: 'text', text }],
raw_message: text, raw_message: text,