v1

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplyAgreeReq added in v1.0.0

type ApplyAgreeReq struct {
	g.Meta `path:"/apply/agree" tags:"group_apply" method:"post" summary:"同意入群申请接口"`
	model.ApplyAgreeReq
}

同意入群申请接口请求参数

type ApplyAgreeRes added in v1.0.0

type ApplyAgreeRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

同意入群申请接口响应参数

type ApplyAllReq added in v1.0.0

type ApplyAllReq struct {
	g.Meta `path:"/apply/all" tags:"group_apply" method:"get" summary:"申请管理-所有入群申请列表接口"`
}

申请管理-所有入群申请列表接口请求参数

type ApplyAllRes added in v1.0.0

type ApplyAllRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.ApplyAllRes
}

申请管理-所有入群申请列表接口响应参数

type ApplyCreateReq added in v1.0.0

type ApplyCreateReq struct {
	g.Meta `path:"/apply/create" tags:"group_apply" method:"post" summary:"提交入群申请接口"`
	model.GroupApplyCreateReq
}

提交入群申请接口请求参数

type ApplyCreateRes added in v1.0.0

type ApplyCreateRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

提交入群申请接口响应参数

type ApplyDeclineReq added in v1.0.0

type ApplyDeclineReq struct {
	g.Meta `path:"/apply/decline" tags:"group_apply" method:"post" summary:"拒绝入群申请接口"`
	model.GroupApplyDeclineReq
}

拒绝入群申请接口请求参数

type ApplyDeclineRes added in v1.0.0

type ApplyDeclineRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

拒绝入群申请接口响应参数

type ApplyDeleteReq added in v1.0.0

type ApplyDeleteReq struct {
	g.Meta `path:"/apply/delete" tags:"group_apply" method:"post" summary:"拒绝入群申请接口"`
	model.ApplyDeleteReq
}

拒绝入群申请接口请求参数

type ApplyDeleteRes added in v1.0.0

type ApplyDeleteRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

同意入群申请接口响应参数

type ApplyListReq added in v1.0.0

type ApplyListReq struct {
	g.Meta `path:"/apply/list" tags:"group_apply" method:"get" summary:"入群申请列表接口"`
	model.ApplyListReq
}

入群申请列表接口请求参数

type ApplyListRes added in v1.0.0

type ApplyListRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.GroupApplyListRes
}

入群申请列表接口响应参数

type ApplyUnreadReq added in v1.0.0

type ApplyUnreadReq struct {
	g.Meta `path:"/apply/unread" tags:"group_apply" method:"get" summary:"入群申请未读接口"`
}

入群申请未读接口请求参数

type ApplyUnreadRes added in v1.0.0

type ApplyUnreadRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.GroupApplyUnreadNumRes
}

入群申请未读接口响应参数

type GetInviteFriendsReq

type GetInviteFriendsReq struct {
	g.Meta `path:"/member/invites" tags:"group" method:"get" summary:"待审批入群申请列表接口"`
	model.GetInviteFriendsReq
}

待审批入群申请列表接口请求参数

type GetInviteFriendsRes

type GetInviteFriendsRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.GetInviteFriendsRes
}

待审批入群申请列表接口响应参数

type GroupAssignAdminReq

type GroupAssignAdminReq struct {
	g.Meta `path:"/assign-admin" tags:"group" method:"post" summary:"分配管理员接口"`
	model.GroupAssignAdminReq
}

分配管理员接口请求参数

type GroupAssignAdminRes

type GroupAssignAdminRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

分配管理员接口响应参数

type GroupCreateReq

type GroupCreateReq struct {
	g.Meta `path:"/create" tags:"group" method:"post" summary:"创建群聊接口"`
	model.GroupCreateReq
}

创建群聊接口请求参数

type GroupCreateRes

type GroupCreateRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.GroupCreateRes
}

创建群聊接口响应参数

type GroupDetailReq

type GroupDetailReq struct {
	g.Meta `path:"/detail" tags:"group" method:"get" summary:"群聊详情接口"`
	model.GroupDetailReq
}

群聊详情接口请求参数

type GroupDetailRes

type GroupDetailRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.GroupDetailRes
}

群聊详情接口响应参数

type GroupDismissReq

type GroupDismissReq struct {
	g.Meta `path:"/dismiss" tags:"group" method:"post" summary:"解散群聊接口"`
	model.GroupDismissReq
}

解散群聊接口请求参数

type GroupDismissRes

type GroupDismissRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

解散群聊接口响应参数

type GroupHandoverReq

type GroupHandoverReq struct {
	g.Meta `path:"/handover" tags:"group" method:"post" summary:"群主更换接口"`
	model.GroupHandoverReq
}

群主更换接口请求参数

type GroupHandoverRes

type GroupHandoverRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

群主更换接口请求参数

type GroupInviteReq

type GroupInviteReq struct {
	g.Meta `path:"/invite" tags:"group" method:"post" summary:"邀请加入群聊接口"`
	model.GroupInviteReq
}

邀请加入群聊接口请求参数

type GroupInviteRes

type GroupInviteRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

邀请加入群聊接口响应参数

type GroupListReq

type GroupListReq struct {
	g.Meta `path:"/list" tags:"group" method:"get" summary:"群列表接口"`
}

群列表接口请求参数

type GroupListRes

type GroupListRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.GroupListRes
}

群列表接口响应参数

type GroupMemberListReq

type GroupMemberListReq struct {
	g.Meta `path:"/member/list" tags:"group" method:"get" summary:"群成员列表接口"`
	model.GroupMemberListReq
}

群成员列表接口请求参数

type GroupMemberListRes

type GroupMemberListRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.GroupMemberListRes
}

群成员列表接口响应参数

type GroupMuteReq

type GroupMuteReq struct {
	g.Meta `path:"/mute" tags:"group" method:"post" summary:"全员禁言接口"`
	model.GroupMuteReq
}

全员禁言接口请求参数

type GroupMuteRes

type GroupMuteRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

全员禁言接口响应参数

type GroupNoSpeakReq

type GroupNoSpeakReq struct {
	g.Meta `path:"/no-speak" tags:"group" method:"post" summary:"群成员禁言接口"`
	model.GroupNoSpeakReq
}

群成员禁言接口请求参数

type GroupNoSpeakRes

type GroupNoSpeakRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

群成员禁言接口响应参数

type GroupOvertListReq

type GroupOvertListReq struct {
	g.Meta `path:"/overt/list" tags:"group" method:"get" summary:"公开群聊列表接口"`
	model.GroupOvertListReq
}

公开群聊列表接口请求参数

type GroupOvertListRes

type GroupOvertListRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.GroupOvertListRes
}

公开群聊列表接口响应参数

type GroupOvertReq

type GroupOvertReq struct {
	g.Meta `path:"/overt" tags:"group" method:"post" summary:"群公开修改接口"`
	model.GroupOvertReq
}

群公开修改接口请求参数

type GroupOvertRes

type GroupOvertRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

群公开修改接口响应参数

type GroupRemarkUpdateReq

type GroupRemarkUpdateReq struct {
	g.Meta `path:"/member/remark" tags:"group" method:"post" summary:"群聊名片更新接口"`
	model.GroupRemarkUpdateReq
}

群聊名片更新接口请求参数

type GroupRemarkUpdateRes

type GroupRemarkUpdateRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

群聊名片更新接口响应参数

type GroupRemoveMemberReq

type GroupRemoveMemberReq struct {
	g.Meta `path:"/member/remove" tags:"group" method:"post" summary:"移出群成员接口"`
	model.GroupRemoveMemberReq
}

移出群成员接口请求参数

type GroupRemoveMemberRes

type GroupRemoveMemberRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

移出群成员接口响应参数

type GroupSecedeReq

type GroupSecedeReq struct {
	g.Meta `path:"/secede" tags:"group" method:"post" summary:"退出群聊接口"`
	model.GroupSecedeReq
}

退出群聊接口请求参数

type GroupSecedeRes

type GroupSecedeRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

退出群聊接口响应参数

type GroupSettingReq

type GroupSettingReq struct {
	g.Meta `path:"/setting" tags:"group" method:"post" summary:"设置群聊接口"`
	model.GroupSettingReq
}

设置群聊接口请求参数

type GroupSettingRes

type GroupSettingRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

设置群聊接口响应参数

type NoticeDeleteReq added in v1.0.0

type NoticeDeleteReq struct {
	g.Meta `path:"/notice/delete" tags:"group_notice" method:"post" summary:"删除群公告接口"`
	model.NoticeDeleteReq
}

删除群公告接口请求参数

type NoticeDeleteRes added in v1.0.0

type NoticeDeleteRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

删除群公告接口响应参数

type NoticeEditReq added in v1.0.0

type NoticeEditReq struct {
	g.Meta `path:"/notice/edit" tags:"group_notice" method:"post" summary:"添加或编辑群公告接口"`
	model.NoticeEditReq
}

添加或编辑群公告接口请求参数

type NoticeEditRes added in v1.0.0

type NoticeEditRes struct {
	g.Meta `mime:"application/json" example:"json"`
}

添加或编辑群公告接口响应参数

type NoticeListReq added in v1.0.0

type NoticeListReq struct {
	g.Meta `path:"/notice/list" tags:"group_notice" method:"get" summary:"群公告列表接口"`
	model.NoticeListReq
}

群公告列表接口请求参数

type NoticeListRes added in v1.0.0

type NoticeListRes struct {
	g.Meta `mime:"application/json" example:"json"`
	*model.NoticeListRes
}

群公告列表接口响应参数

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL