group nickname
This commit is contained in:
12
pkg/common/db/table/relation/utils.go
Normal file
12
pkg/common/db/table/relation/utils.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package relation
|
||||
|
||||
type BatchUpdateGroupMember struct {
|
||||
GroupID string
|
||||
UserID string
|
||||
Map map[string]any
|
||||
}
|
||||
|
||||
type GroupSimpleUserID struct {
|
||||
Hash uint64
|
||||
MemberNum uint32
|
||||
}
|
||||
Reference in New Issue
Block a user