mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
group hash
This commit is contained in:
parent
1f8e161001
commit
12cbb1f6f9
@ -297,6 +297,8 @@ type GetGroupAbstractInfoReq struct {
|
|||||||
|
|
||||||
type GetGroupAbstractInfoResp struct {
|
type GetGroupAbstractInfoResp struct {
|
||||||
CommResp
|
CommResp
|
||||||
GroupMemberNumber int32 `json:"groupMemberNumber"`
|
Data struct {
|
||||||
GroupMemberListHash uint64 `json:"groupMemberListHash"`
|
GroupMemberNumber int32 `json:"groupMemberNumber"`
|
||||||
|
GroupMemberListHash uint64 `json:"groupMemberListHash"`
|
||||||
|
} `json:"data"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user