group nickname

This commit is contained in:
withchao
2023-02-10 15:36:25 +08:00
parent 5d7809624c
commit 1e1c6de56e
6 changed files with 139 additions and 128 deletions
+12
View 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
}