mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-26 03:26:57 +08:00
13 lines
184 B
Go
13 lines
184 B
Go
package relation
|
|
|
|
type BatchUpdateGroupMember struct {
|
|
GroupID string
|
|
UserID string
|
|
Map map[string]any
|
|
}
|
|
|
|
type GroupSimpleUserID struct {
|
|
Hash uint64
|
|
MemberNum uint32
|
|
}
|