feat: group_all_shut

This commit is contained in:
手瓜一十雪
2025-04-10 09:00:00 +08:00
parent 29656a6cfa
commit d4b8bc5d05
3 changed files with 3 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ export class OB11Construct {
static group(group: Group): OB11Group {
return {
group_all_shut: (+group.groupShutupExpireTime > 0 )? -1 : 0,
group_remark: group.remarkName,
group_id: +group.groupCode,
group_name: group.groupName,