|
|
|
@ -6,8 +6,8 @@ type GroupResponse struct {
|
|
|
|
|
GroupMasterName string `json:"group_master_name"`
|
|
|
|
|
GroupMasterId string `json:"group_master_id"`
|
|
|
|
|
CreateTime string `json:"create_time"`
|
|
|
|
|
isBanChat bool `json:"is_ban_chat"`
|
|
|
|
|
isBanPrivateChat bool `json:"is_ban_private_chat"`
|
|
|
|
|
IsBanChat bool `json:"is_ban_chat"`
|
|
|
|
|
IsBanPrivateChat bool `json:"is_ban_private_chat"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GetGroupRequest struct {
|
|
|
|
@ -35,7 +35,6 @@ type CreateGroupRequest struct {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type CreateGroupResponse struct {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type SetGroupMasterRequest struct {
|
|
|
|
@ -44,7 +43,6 @@ type SetGroupMasterRequest struct {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type SetGroupMasterResponse struct {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type BanGroupChatRequest struct {
|
|
|
|
@ -52,16 +50,13 @@ type BanGroupChatRequest struct {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type BanGroupChatResponse struct {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type BanPrivateChatRequest struct {
|
|
|
|
|
GroupId string `json:"group_id"`
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type BanPrivateChatResponse struct {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type DeleteGroupRequest struct {
|
|
|
|
@ -69,7 +64,6 @@ type DeleteGroupRequest struct {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type DeleteGroupResponse struct {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GetGroupMemberRequest struct {
|
|
|
|
|