mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-23 09:50:27 +08:00
group pb
This commit is contained in:
parent
79d097c903
commit
f952f715c8
@ -6,8 +6,8 @@ type GroupResponse struct {
|
|||||||
GroupMasterName string `json:"group_master_name"`
|
GroupMasterName string `json:"group_master_name"`
|
||||||
GroupMasterId string `json:"group_master_id"`
|
GroupMasterId string `json:"group_master_id"`
|
||||||
CreateTime string `json:"create_time"`
|
CreateTime string `json:"create_time"`
|
||||||
isBanChat bool `json:"is_ban_chat"`
|
IsBanChat bool `json:"is_ban_chat"`
|
||||||
isBanPrivateChat bool `json:"is_ban_private_chat"`
|
IsBanPrivateChat bool `json:"is_ban_private_chat"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetGroupRequest struct {
|
type GetGroupRequest struct {
|
||||||
@ -35,7 +35,6 @@ type CreateGroupRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type CreateGroupResponse struct {
|
type CreateGroupResponse struct {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type SetGroupMasterRequest struct {
|
type SetGroupMasterRequest struct {
|
||||||
@ -44,7 +43,6 @@ type SetGroupMasterRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type SetGroupMasterResponse struct {
|
type SetGroupMasterResponse struct {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type BanGroupChatRequest struct {
|
type BanGroupChatRequest struct {
|
||||||
@ -52,16 +50,13 @@ type BanGroupChatRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type BanGroupChatResponse struct {
|
type BanGroupChatResponse struct {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type BanPrivateChatRequest struct {
|
type BanPrivateChatRequest struct {
|
||||||
GroupId string `json:"group_id"`
|
GroupId string `json:"group_id"`
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type BanPrivateChatResponse struct {
|
type BanPrivateChatResponse struct {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type DeleteGroupRequest struct {
|
type DeleteGroupRequest struct {
|
||||||
@ -69,7 +64,6 @@ type DeleteGroupRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type DeleteGroupResponse struct {
|
type DeleteGroupResponse struct {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetGroupMemberRequest struct {
|
type GetGroupMemberRequest struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user