Versions in this module Expand all Collapse all v0 v0.1.2 Jun 5, 2025 v0.0.3 Jun 23, 2025 Changes in this version + const Group_BatchGetIncrementalGroupMember_FullMethodName + const Group_CancelMuteGroupMember_FullMethodName + const Group_CancelMuteGroup_FullMethodName + const Group_CreateGroup_FullMethodName + const Group_DismissGroup_FullMethodName + const Group_GetFullGroupMemberUserIDs_FullMethodName + const Group_GetFullJoinGroupIDs_FullMethodName + const Group_GetGroupAbstractInfo_FullMethodName + const Group_GetGroupApplicationList_FullMethodName + const Group_GetGroupApplicationUnhandledCount_FullMethodName + const Group_GetGroupInfoCache_FullMethodName + const Group_GetGroupMemberCache_FullMethodName + const Group_GetGroupMemberList_FullMethodName + const Group_GetGroupMemberRoleLevel_FullMethodName + const Group_GetGroupMemberUserIDs_FullMethodName + const Group_GetGroupMembersCMS_FullMethodName + const Group_GetGroupMembersInfo_FullMethodName + const Group_GetGroupUsersReqApplicationList_FullMethodName + const Group_GetGroupsInfo_FullMethodName + const Group_GetGroups_FullMethodName + const Group_GetIncrementalGroupMember_FullMethodName + const Group_GetIncrementalJoinGroup_FullMethodName + const Group_GetJoinedGroupList_FullMethodName + const Group_GetSpecifiedUserGroupRequestInfo_FullMethodName + const Group_GetUserInGroupMembers_FullMethodName + const Group_GetUserReqApplicationList_FullMethodName + const Group_GroupApplicationResponse_FullMethodName + const Group_GroupCreateCount_FullMethodName + const Group_InviteUserToGroup_FullMethodName + const Group_JoinGroup_FullMethodName + const Group_KickGroupMember_FullMethodName + const Group_MuteGroupMember_FullMethodName + const Group_MuteGroup_FullMethodName + const Group_NotificationUserInfoUpdate_FullMethodName + const Group_QuitGroup_FullMethodName + const Group_SetGroupInfoEx_FullMethodName + const Group_SetGroupInfo_FullMethodName + const Group_SetGroupMemberInfo_FullMethodName + const Group_TransferGroupOwner_FullMethodName + var File_group_group_proto protoreflect.FileDescriptor + var Group_ServiceDesc = grpc.ServiceDesc + func RegisterGroupServer(s grpc.ServiceRegistrar, srv GroupServer) + type BatchGetIncrementalGroupMemberReq struct + ReqList []*GetIncrementalGroupMemberReq + UserID string + func (*BatchGetIncrementalGroupMemberReq) Descriptor() ([]byte, []int) + func (*BatchGetIncrementalGroupMemberReq) ProtoMessage() + func (x *BatchGetIncrementalGroupMemberReq) GetReqList() []*GetIncrementalGroupMemberReq + func (x *BatchGetIncrementalGroupMemberReq) GetUserID() string + func (x *BatchGetIncrementalGroupMemberReq) ProtoReflect() protoreflect.Message + func (x *BatchGetIncrementalGroupMemberReq) Reset() + func (x *BatchGetIncrementalGroupMemberReq) String() string + type BatchGetIncrementalGroupMemberResp struct + RespList map[string]*GetIncrementalGroupMemberResp + func (*BatchGetIncrementalGroupMemberResp) Descriptor() ([]byte, []int) + func (*BatchGetIncrementalGroupMemberResp) ProtoMessage() + func (x *BatchGetIncrementalGroupMemberResp) Format() any + func (x *BatchGetIncrementalGroupMemberResp) GetRespList() map[string]*GetIncrementalGroupMemberResp + func (x *BatchGetIncrementalGroupMemberResp) ProtoReflect() protoreflect.Message + func (x *BatchGetIncrementalGroupMemberResp) Reset() + func (x *BatchGetIncrementalGroupMemberResp) String() string + type CMSGroup struct + GroupInfo *sdkws.GroupInfo + GroupOwnerUserID string + GroupOwnerUserName string + func (*CMSGroup) Descriptor() ([]byte, []int) + func (*CMSGroup) ProtoMessage() + func (x *CMSGroup) GetGroupInfo() *sdkws.GroupInfo + func (x *CMSGroup) GetGroupOwnerUserID() string + func (x *CMSGroup) GetGroupOwnerUserName() string + func (x *CMSGroup) ProtoReflect() protoreflect.Message + func (x *CMSGroup) Reset() + func (x *CMSGroup) String() string + type CancelMuteGroupMemberReq struct + GroupID string + UserID string + func (*CancelMuteGroupMemberReq) Descriptor() ([]byte, []int) + func (*CancelMuteGroupMemberReq) ProtoMessage() + func (x *CancelMuteGroupMemberReq) Check() error + func (x *CancelMuteGroupMemberReq) GetGroupID() string + func (x *CancelMuteGroupMemberReq) GetUserID() string + func (x *CancelMuteGroupMemberReq) ProtoReflect() protoreflect.Message + func (x *CancelMuteGroupMemberReq) Reset() + func (x *CancelMuteGroupMemberReq) String() string + type CancelMuteGroupMemberResp struct + func (*CancelMuteGroupMemberResp) Descriptor() ([]byte, []int) + func (*CancelMuteGroupMemberResp) ProtoMessage() + func (x *CancelMuteGroupMemberResp) ProtoReflect() protoreflect.Message + func (x *CancelMuteGroupMemberResp) Reset() + func (x *CancelMuteGroupMemberResp) String() string + type CancelMuteGroupReq struct + GroupID string + func (*CancelMuteGroupReq) Descriptor() ([]byte, []int) + func (*CancelMuteGroupReq) ProtoMessage() + func (x *CancelMuteGroupReq) Check() error + func (x *CancelMuteGroupReq) GetGroupID() string + func (x *CancelMuteGroupReq) ProtoReflect() protoreflect.Message + func (x *CancelMuteGroupReq) Reset() + func (x *CancelMuteGroupReq) String() string + type CancelMuteGroupResp struct + func (*CancelMuteGroupResp) Descriptor() ([]byte, []int) + func (*CancelMuteGroupResp) ProtoMessage() + func (x *CancelMuteGroupResp) ProtoReflect() protoreflect.Message + func (x *CancelMuteGroupResp) Reset() + func (x *CancelMuteGroupResp) String() string + type CreateGroupReq struct + AdminUserIDs []string + GroupInfo *sdkws.GroupInfo + MemberUserIDs []string + OwnerUserID string + SendMessage *bool + func (*CreateGroupReq) Descriptor() ([]byte, []int) + func (*CreateGroupReq) ProtoMessage() + func (x *CreateGroupReq) Check() error + func (x *CreateGroupReq) GetAdminUserIDs() []string + func (x *CreateGroupReq) GetGroupInfo() *sdkws.GroupInfo + func (x *CreateGroupReq) GetMemberUserIDs() []string + func (x *CreateGroupReq) GetOwnerUserID() string + func (x *CreateGroupReq) GetSendMessage() bool + func (x *CreateGroupReq) ProtoReflect() protoreflect.Message + func (x *CreateGroupReq) Reset() + func (x *CreateGroupReq) String() string + type CreateGroupResp struct + GroupInfo *sdkws.GroupInfo + func (*CreateGroupResp) Descriptor() ([]byte, []int) + func (*CreateGroupResp) ProtoMessage() + func (x *CreateGroupResp) GetGroupInfo() *sdkws.GroupInfo + func (x *CreateGroupResp) ProtoReflect() protoreflect.Message + func (x *CreateGroupResp) Reset() + func (x *CreateGroupResp) String() string + type DismissGroupReq struct + DeleteMember bool + GroupID string + SendMessage *bool + func (*DismissGroupReq) Descriptor() ([]byte, []int) + func (*DismissGroupReq) ProtoMessage() + func (x *DismissGroupReq) Check() error + func (x *DismissGroupReq) GetDeleteMember() bool + func (x *DismissGroupReq) GetGroupID() string + func (x *DismissGroupReq) GetSendMessage() bool + func (x *DismissGroupReq) ProtoReflect() protoreflect.Message + func (x *DismissGroupReq) Reset() + func (x *DismissGroupReq) String() string + type DismissGroupResp struct + func (*DismissGroupResp) Descriptor() ([]byte, []int) + func (*DismissGroupResp) ProtoMessage() + func (x *DismissGroupResp) ProtoReflect() protoreflect.Message + func (x *DismissGroupResp) Reset() + func (x *DismissGroupResp) String() string + type GetFullGroupMemberUserIDsReq struct + GroupID string + IdHash uint64 + func (*GetFullGroupMemberUserIDsReq) Descriptor() ([]byte, []int) + func (*GetFullGroupMemberUserIDsReq) ProtoMessage() + func (x *GetFullGroupMemberUserIDsReq) Check() error + func (x *GetFullGroupMemberUserIDsReq) GetGroupID() string + func (x *GetFullGroupMemberUserIDsReq) GetIdHash() uint64 + func (x *GetFullGroupMemberUserIDsReq) ProtoReflect() protoreflect.Message + func (x *GetFullGroupMemberUserIDsReq) Reset() + func (x *GetFullGroupMemberUserIDsReq) String() string + type GetFullGroupMemberUserIDsResp struct + Equal bool + UserIDs []string + Version uint64 + VersionID string + func (*GetFullGroupMemberUserIDsResp) Descriptor() ([]byte, []int) + func (*GetFullGroupMemberUserIDsResp) ProtoMessage() + func (x *GetFullGroupMemberUserIDsResp) GetEqual() bool + func (x *GetFullGroupMemberUserIDsResp) GetUserIDs() []string + func (x *GetFullGroupMemberUserIDsResp) GetVersion() uint64 + func (x *GetFullGroupMemberUserIDsResp) GetVersionID() string + func (x *GetFullGroupMemberUserIDsResp) ProtoReflect() protoreflect.Message + func (x *GetFullGroupMemberUserIDsResp) Reset() + func (x *GetFullGroupMemberUserIDsResp) String() string + type GetFullJoinGroupIDsReq struct + IdHash uint64 + UserID string + func (*GetFullJoinGroupIDsReq) Descriptor() ([]byte, []int) + func (*GetFullJoinGroupIDsReq) ProtoMessage() + func (x *GetFullJoinGroupIDsReq) Check() error + func (x *GetFullJoinGroupIDsReq) GetIdHash() uint64 + func (x *GetFullJoinGroupIDsReq) GetUserID() string + func (x *GetFullJoinGroupIDsReq) ProtoReflect() protoreflect.Message + func (x *GetFullJoinGroupIDsReq) Reset() + func (x *GetFullJoinGroupIDsReq) String() string + type GetFullJoinGroupIDsResp struct + Equal bool + GroupIDs []string + Version uint64 + VersionID string + func (*GetFullJoinGroupIDsResp) Descriptor() ([]byte, []int) + func (*GetFullJoinGroupIDsResp) ProtoMessage() + func (x *GetFullJoinGroupIDsResp) GetEqual() bool + func (x *GetFullJoinGroupIDsResp) GetGroupIDs() []string + func (x *GetFullJoinGroupIDsResp) GetVersion() uint64 + func (x *GetFullJoinGroupIDsResp) GetVersionID() string + func (x *GetFullJoinGroupIDsResp) ProtoReflect() protoreflect.Message + func (x *GetFullJoinGroupIDsResp) Reset() + func (x *GetFullJoinGroupIDsResp) String() string + type GetGroupAbstractInfoReq struct + GroupIDs []string + func (*GetGroupAbstractInfoReq) Descriptor() ([]byte, []int) + func (*GetGroupAbstractInfoReq) ProtoMessage() + func (x *GetGroupAbstractInfoReq) Check() error + func (x *GetGroupAbstractInfoReq) GetGroupIDs() []string + func (x *GetGroupAbstractInfoReq) ProtoReflect() protoreflect.Message + func (x *GetGroupAbstractInfoReq) Reset() + func (x *GetGroupAbstractInfoReq) String() string + type GetGroupAbstractInfoResp struct + GroupAbstractInfos []*GroupAbstractInfo + func (*GetGroupAbstractInfoResp) Descriptor() ([]byte, []int) + func (*GetGroupAbstractInfoResp) ProtoMessage() + func (x *GetGroupAbstractInfoResp) GetGroupAbstractInfos() []*GroupAbstractInfo + func (x *GetGroupAbstractInfoResp) ProtoReflect() protoreflect.Message + func (x *GetGroupAbstractInfoResp) Reset() + func (x *GetGroupAbstractInfoResp) String() string + type GetGroupAllMemberReq struct + GroupID string + Pagination *sdkws.RequestPagination + func (*GetGroupAllMemberReq) Descriptor() ([]byte, []int) + func (*GetGroupAllMemberReq) ProtoMessage() + func (x *GetGroupAllMemberReq) Check() error + func (x *GetGroupAllMemberReq) GetGroupID() string + func (x *GetGroupAllMemberReq) GetPagination() *sdkws.RequestPagination + func (x *GetGroupAllMemberReq) ProtoReflect() protoreflect.Message + func (x *GetGroupAllMemberReq) Reset() + func (x *GetGroupAllMemberReq) String() string + type GetGroupAllMemberResp struct + Members []*sdkws.GroupMemberFullInfo + func (*GetGroupAllMemberResp) Descriptor() ([]byte, []int) + func (*GetGroupAllMemberResp) ProtoMessage() + func (x *GetGroupAllMemberResp) GetMembers() []*sdkws.GroupMemberFullInfo + func (x *GetGroupAllMemberResp) ProtoReflect() protoreflect.Message + func (x *GetGroupAllMemberResp) Reset() + func (x *GetGroupAllMemberResp) String() string + type GetGroupApplicationListReq struct + FromUserID string + GroupIDs []string + HandleResults []int32 + Pagination *sdkws.RequestPagination + func (*GetGroupApplicationListReq) Descriptor() ([]byte, []int) + func (*GetGroupApplicationListReq) ProtoMessage() + func (x *GetGroupApplicationListReq) Check() error + func (x *GetGroupApplicationListReq) GetFromUserID() string + func (x *GetGroupApplicationListReq) GetGroupIDs() []string + func (x *GetGroupApplicationListReq) GetHandleResults() []int32 + func (x *GetGroupApplicationListReq) GetPagination() *sdkws.RequestPagination + func (x *GetGroupApplicationListReq) ProtoReflect() protoreflect.Message + func (x *GetGroupApplicationListReq) Reset() + func (x *GetGroupApplicationListReq) String() string + type GetGroupApplicationListResp struct + GroupRequests []*sdkws.GroupRequest + Total uint32 + func (*GetGroupApplicationListResp) Descriptor() ([]byte, []int) + func (*GetGroupApplicationListResp) ProtoMessage() + func (x *GetGroupApplicationListResp) Format() any + func (x *GetGroupApplicationListResp) GetGroupRequests() []*sdkws.GroupRequest + func (x *GetGroupApplicationListResp) GetTotal() uint32 + func (x *GetGroupApplicationListResp) ProtoReflect() protoreflect.Message + func (x *GetGroupApplicationListResp) Reset() + func (x *GetGroupApplicationListResp) String() string + type GetGroupApplicationUnhandledCountReq struct + Time int64 + UserID string + func (*GetGroupApplicationUnhandledCountReq) Descriptor() ([]byte, []int) + func (*GetGroupApplicationUnhandledCountReq) ProtoMessage() + func (x *GetGroupApplicationUnhandledCountReq) GetTime() int64 + func (x *GetGroupApplicationUnhandledCountReq) GetUserID() string + func (x *GetGroupApplicationUnhandledCountReq) ProtoReflect() protoreflect.Message + func (x *GetGroupApplicationUnhandledCountReq) Reset() + func (x *GetGroupApplicationUnhandledCountReq) String() string + type GetGroupApplicationUnhandledCountResp struct + Count int64 + func (*GetGroupApplicationUnhandledCountResp) Descriptor() ([]byte, []int) + func (*GetGroupApplicationUnhandledCountResp) ProtoMessage() + func (x *GetGroupApplicationUnhandledCountResp) GetCount() int64 + func (x *GetGroupApplicationUnhandledCountResp) ProtoReflect() protoreflect.Message + func (x *GetGroupApplicationUnhandledCountResp) Reset() + func (x *GetGroupApplicationUnhandledCountResp) String() string + type GetGroupInfoCacheReq struct + GroupID string + func (*GetGroupInfoCacheReq) Descriptor() ([]byte, []int) + func (*GetGroupInfoCacheReq) ProtoMessage() + func (x *GetGroupInfoCacheReq) Check() error + func (x *GetGroupInfoCacheReq) GetGroupID() string + func (x *GetGroupInfoCacheReq) ProtoReflect() protoreflect.Message + func (x *GetGroupInfoCacheReq) Reset() + func (x *GetGroupInfoCacheReq) String() string + type GetGroupInfoCacheResp struct + GroupInfo *sdkws.GroupInfo + func (*GetGroupInfoCacheResp) Descriptor() ([]byte, []int) + func (*GetGroupInfoCacheResp) ProtoMessage() + func (x *GetGroupInfoCacheResp) GetGroupInfo() *sdkws.GroupInfo + func (x *GetGroupInfoCacheResp) ProtoReflect() protoreflect.Message + func (x *GetGroupInfoCacheResp) Reset() + func (x *GetGroupInfoCacheResp) String() string + type GetGroupMemberCacheReq struct + GroupID string + GroupMemberID string + func (*GetGroupMemberCacheReq) Descriptor() ([]byte, []int) + func (*GetGroupMemberCacheReq) ProtoMessage() + func (x *GetGroupMemberCacheReq) Check() error + func (x *GetGroupMemberCacheReq) GetGroupID() string + func (x *GetGroupMemberCacheReq) GetGroupMemberID() string + func (x *GetGroupMemberCacheReq) ProtoReflect() protoreflect.Message + func (x *GetGroupMemberCacheReq) Reset() + func (x *GetGroupMemberCacheReq) String() string + type GetGroupMemberCacheResp struct + Member *sdkws.GroupMemberFullInfo + func (*GetGroupMemberCacheResp) Descriptor() ([]byte, []int) + func (*GetGroupMemberCacheResp) ProtoMessage() + func (x *GetGroupMemberCacheResp) GetMember() *sdkws.GroupMemberFullInfo + func (x *GetGroupMemberCacheResp) ProtoReflect() protoreflect.Message + func (x *GetGroupMemberCacheResp) Reset() + func (x *GetGroupMemberCacheResp) String() string + type GetGroupMemberListReq struct + Filter int32 + GroupID string + Keyword string + Pagination *sdkws.RequestPagination + func (*GetGroupMemberListReq) Descriptor() ([]byte, []int) + func (*GetGroupMemberListReq) ProtoMessage() + func (x *GetGroupMemberListReq) Check() error + func (x *GetGroupMemberListReq) GetFilter() int32 + func (x *GetGroupMemberListReq) GetGroupID() string + func (x *GetGroupMemberListReq) GetKeyword() string + func (x *GetGroupMemberListReq) GetPagination() *sdkws.RequestPagination + func (x *GetGroupMemberListReq) ProtoReflect() protoreflect.Message + func (x *GetGroupMemberListReq) Reset() + func (x *GetGroupMemberListReq) String() string + type GetGroupMemberListResp struct + Members []*sdkws.GroupMemberFullInfo + Total uint32 + func (*GetGroupMemberListResp) Descriptor() ([]byte, []int) + func (*GetGroupMemberListResp) ProtoMessage() + func (x *GetGroupMemberListResp) Format() any + func (x *GetGroupMemberListResp) GetMembers() []*sdkws.GroupMemberFullInfo + func (x *GetGroupMemberListResp) GetTotal() uint32 + func (x *GetGroupMemberListResp) ProtoReflect() protoreflect.Message + func (x *GetGroupMemberListResp) Reset() + func (x *GetGroupMemberListResp) String() string + type GetGroupMemberReq struct + GroupID string + func (*GetGroupMemberReq) Descriptor() ([]byte, []int) + func (*GetGroupMemberReq) ProtoMessage() + func (x *GetGroupMemberReq) Check() error + func (x *GetGroupMemberReq) GetGroupID() string + func (x *GetGroupMemberReq) ProtoReflect() protoreflect.Message + func (x *GetGroupMemberReq) Reset() + func (x *GetGroupMemberReq) String() string + type GetGroupMemberRoleLevelReq struct + GroupID string + RoleLevels []int32 + func (*GetGroupMemberRoleLevelReq) Descriptor() ([]byte, []int) + func (*GetGroupMemberRoleLevelReq) ProtoMessage() + func (x *GetGroupMemberRoleLevelReq) Check() error + func (x *GetGroupMemberRoleLevelReq) GetGroupID() string + func (x *GetGroupMemberRoleLevelReq) GetRoleLevels() []int32 + func (x *GetGroupMemberRoleLevelReq) ProtoReflect() protoreflect.Message + func (x *GetGroupMemberRoleLevelReq) Reset() + func (x *GetGroupMemberRoleLevelReq) String() string + type GetGroupMemberRoleLevelResp struct + Members []*sdkws.GroupMemberFullInfo + func (*GetGroupMemberRoleLevelResp) Descriptor() ([]byte, []int) + func (*GetGroupMemberRoleLevelResp) ProtoMessage() + func (x *GetGroupMemberRoleLevelResp) GetMembers() []*sdkws.GroupMemberFullInfo + func (x *GetGroupMemberRoleLevelResp) ProtoReflect() protoreflect.Message + func (x *GetGroupMemberRoleLevelResp) Reset() + func (x *GetGroupMemberRoleLevelResp) String() string + type GetGroupMemberUserIDsReq struct + GroupID string + func (*GetGroupMemberUserIDsReq) Descriptor() ([]byte, []int) + func (*GetGroupMemberUserIDsReq) ProtoMessage() + func (x *GetGroupMemberUserIDsReq) Check() error + func (x *GetGroupMemberUserIDsReq) GetGroupID() string + func (x *GetGroupMemberUserIDsReq) ProtoReflect() protoreflect.Message + func (x *GetGroupMemberUserIDsReq) Reset() + func (x *GetGroupMemberUserIDsReq) String() string + type GetGroupMemberUserIDsResp struct + UserIDs []string + func (*GetGroupMemberUserIDsResp) Descriptor() ([]byte, []int) + func (*GetGroupMemberUserIDsResp) ProtoMessage() + func (x *GetGroupMemberUserIDsResp) GetUserIDs() []string + func (x *GetGroupMemberUserIDsResp) ProtoReflect() protoreflect.Message + func (x *GetGroupMemberUserIDsResp) Reset() + func (x *GetGroupMemberUserIDsResp) String() string + type GetGroupMembersCMSReq struct + GroupID string + Pagination *sdkws.RequestPagination + UserName string + func (*GetGroupMembersCMSReq) Descriptor() ([]byte, []int) + func (*GetGroupMembersCMSReq) ProtoMessage() + func (x *GetGroupMembersCMSReq) Check() error + func (x *GetGroupMembersCMSReq) GetGroupID() string + func (x *GetGroupMembersCMSReq) GetPagination() *sdkws.RequestPagination + func (x *GetGroupMembersCMSReq) GetUserName() string + func (x *GetGroupMembersCMSReq) ProtoReflect() protoreflect.Message + func (x *GetGroupMembersCMSReq) Reset() + func (x *GetGroupMembersCMSReq) String() string + type GetGroupMembersCMSResp struct + Members []*sdkws.GroupMemberFullInfo + Total uint32 + func (*GetGroupMembersCMSResp) Descriptor() ([]byte, []int) + func (*GetGroupMembersCMSResp) ProtoMessage() + func (x *GetGroupMembersCMSResp) GetMembers() []*sdkws.GroupMemberFullInfo + func (x *GetGroupMembersCMSResp) GetTotal() uint32 + func (x *GetGroupMembersCMSResp) ProtoReflect() protoreflect.Message + func (x *GetGroupMembersCMSResp) Reset() + func (x *GetGroupMembersCMSResp) String() string + type GetGroupMembersInfoReq struct + GroupID string + UserIDs []string + func (*GetGroupMembersInfoReq) Descriptor() ([]byte, []int) + func (*GetGroupMembersInfoReq) ProtoMessage() + func (x *GetGroupMembersInfoReq) Check() error + func (x *GetGroupMembersInfoReq) GetGroupID() string + func (x *GetGroupMembersInfoReq) GetUserIDs() []string + func (x *GetGroupMembersInfoReq) ProtoReflect() protoreflect.Message + func (x *GetGroupMembersInfoReq) Reset() + func (x *GetGroupMembersInfoReq) String() string + type GetGroupMembersInfoResp struct + Members []*sdkws.GroupMemberFullInfo + func (*GetGroupMembersInfoResp) Descriptor() ([]byte, []int) + func (*GetGroupMembersInfoResp) ProtoMessage() + func (x *GetGroupMembersInfoResp) GetMembers() []*sdkws.GroupMemberFullInfo + func (x *GetGroupMembersInfoResp) ProtoReflect() protoreflect.Message + func (x *GetGroupMembersInfoResp) Reset() + func (x *GetGroupMembersInfoResp) String() string + type GetGroupUsersReqApplicationListReq struct + GroupID string + UserIDs []string + func (*GetGroupUsersReqApplicationListReq) Descriptor() ([]byte, []int) + func (*GetGroupUsersReqApplicationListReq) ProtoMessage() + func (x *GetGroupUsersReqApplicationListReq) Check() error + func (x *GetGroupUsersReqApplicationListReq) GetGroupID() string + func (x *GetGroupUsersReqApplicationListReq) GetUserIDs() []string + func (x *GetGroupUsersReqApplicationListReq) ProtoReflect() protoreflect.Message + func (x *GetGroupUsersReqApplicationListReq) Reset() + func (x *GetGroupUsersReqApplicationListReq) String() string + type GetGroupUsersReqApplicationListResp struct + GroupRequests []*sdkws.GroupRequest + Total int64 + func (*GetGroupUsersReqApplicationListResp) Descriptor() ([]byte, []int) + func (*GetGroupUsersReqApplicationListResp) ProtoMessage() + func (x *GetGroupUsersReqApplicationListResp) GetGroupRequests() []*sdkws.GroupRequest + func (x *GetGroupUsersReqApplicationListResp) GetTotal() int64 + func (x *GetGroupUsersReqApplicationListResp) ProtoReflect() protoreflect.Message + func (x *GetGroupUsersReqApplicationListResp) Reset() + func (x *GetGroupUsersReqApplicationListResp) String() string + type GetGroupsInfoReq struct + GroupIDs []string + func (*GetGroupsInfoReq) Descriptor() ([]byte, []int) + func (*GetGroupsInfoReq) ProtoMessage() + func (x *GetGroupsInfoReq) Check() error + func (x *GetGroupsInfoReq) GetGroupIDs() []string + func (x *GetGroupsInfoReq) ProtoReflect() protoreflect.Message + func (x *GetGroupsInfoReq) Reset() + func (x *GetGroupsInfoReq) String() string + type GetGroupsInfoResp struct + GroupInfos []*sdkws.GroupInfo + func (*GetGroupsInfoResp) Descriptor() ([]byte, []int) + func (*GetGroupsInfoResp) ProtoMessage() + func (x *GetGroupsInfoResp) Format() any + func (x *GetGroupsInfoResp) GetGroupInfos() []*sdkws.GroupInfo + func (x *GetGroupsInfoResp) ProtoReflect() protoreflect.Message + func (x *GetGroupsInfoResp) Reset() + func (x *GetGroupsInfoResp) String() string + type GetGroupsReq struct + GroupID string + GroupName string + Pagination *sdkws.RequestPagination + func (*GetGroupsReq) Descriptor() ([]byte, []int) + func (*GetGroupsReq) ProtoMessage() + func (x *GetGroupsReq) Check() error + func (x *GetGroupsReq) GetGroupID() string + func (x *GetGroupsReq) GetGroupName() string + func (x *GetGroupsReq) GetPagination() *sdkws.RequestPagination + func (x *GetGroupsReq) ProtoReflect() protoreflect.Message + func (x *GetGroupsReq) Reset() + func (x *GetGroupsReq) String() string + type GetGroupsResp struct + Groups []*CMSGroup + Total uint32 + func (*GetGroupsResp) Descriptor() ([]byte, []int) + func (*GetGroupsResp) ProtoMessage() + func (x *GetGroupsResp) GetGroups() []*CMSGroup + func (x *GetGroupsResp) GetTotal() uint32 + func (x *GetGroupsResp) ProtoReflect() protoreflect.Message + func (x *GetGroupsResp) Reset() + func (x *GetGroupsResp) String() string + type GetIncrementalGroupMemberReq struct + GroupID string + Version uint64 + VersionID string + func (*GetIncrementalGroupMemberReq) Descriptor() ([]byte, []int) + func (*GetIncrementalGroupMemberReq) ProtoMessage() + func (x *GetIncrementalGroupMemberReq) GetGroupID() string + func (x *GetIncrementalGroupMemberReq) GetVersion() uint64 + func (x *GetIncrementalGroupMemberReq) GetVersionID() string + func (x *GetIncrementalGroupMemberReq) ProtoReflect() protoreflect.Message + func (x *GetIncrementalGroupMemberReq) Reset() + func (x *GetIncrementalGroupMemberReq) String() string + type GetIncrementalGroupMemberResp struct + Delete []string + Full bool + Group *sdkws.GroupInfo + Insert []*sdkws.GroupMemberFullInfo + SortVersion uint64 + Update []*sdkws.GroupMemberFullInfo + Version uint64 + VersionID string + func (*GetIncrementalGroupMemberResp) Descriptor() ([]byte, []int) + func (*GetIncrementalGroupMemberResp) ProtoMessage() + func (x *GetIncrementalGroupMemberResp) GetDelete() []string + func (x *GetIncrementalGroupMemberResp) GetFull() bool + func (x *GetIncrementalGroupMemberResp) GetGroup() *sdkws.GroupInfo + func (x *GetIncrementalGroupMemberResp) GetInsert() []*sdkws.GroupMemberFullInfo + func (x *GetIncrementalGroupMemberResp) GetSortVersion() uint64 + func (x *GetIncrementalGroupMemberResp) GetUpdate() []*sdkws.GroupMemberFullInfo + func (x *GetIncrementalGroupMemberResp) GetVersion() uint64 + func (x *GetIncrementalGroupMemberResp) GetVersionID() string + func (x *GetIncrementalGroupMemberResp) ProtoReflect() protoreflect.Message + func (x *GetIncrementalGroupMemberResp) Reset() + func (x *GetIncrementalGroupMemberResp) String() string + type GetIncrementalJoinGroupReq struct + UserID string + Version uint64 + VersionID string + func (*GetIncrementalJoinGroupReq) Descriptor() ([]byte, []int) + func (*GetIncrementalJoinGroupReq) ProtoMessage() + func (x *GetIncrementalJoinGroupReq) GetUserID() string + func (x *GetIncrementalJoinGroupReq) GetVersion() uint64 + func (x *GetIncrementalJoinGroupReq) GetVersionID() string + func (x *GetIncrementalJoinGroupReq) ProtoReflect() protoreflect.Message + func (x *GetIncrementalJoinGroupReq) Reset() + func (x *GetIncrementalJoinGroupReq) String() string + type GetIncrementalJoinGroupResp struct + Delete []string + Full bool + Insert []*sdkws.GroupInfo + SortVersion uint64 + Update []*sdkws.GroupInfo + Version uint64 + VersionID string + func (*GetIncrementalJoinGroupResp) Descriptor() ([]byte, []int) + func (*GetIncrementalJoinGroupResp) ProtoMessage() + func (x *GetIncrementalJoinGroupResp) GetDelete() []string + func (x *GetIncrementalJoinGroupResp) GetFull() bool + func (x *GetIncrementalJoinGroupResp) GetInsert() []*sdkws.GroupInfo + func (x *GetIncrementalJoinGroupResp) GetSortVersion() uint64 + func (x *GetIncrementalJoinGroupResp) GetUpdate() []*sdkws.GroupInfo + func (x *GetIncrementalJoinGroupResp) GetVersion() uint64 + func (x *GetIncrementalJoinGroupResp) GetVersionID() string + func (x *GetIncrementalJoinGroupResp) ProtoReflect() protoreflect.Message + func (x *GetIncrementalJoinGroupResp) Reset() + func (x *GetIncrementalJoinGroupResp) String() string + type GetJoinedGroupListReq struct + FromUserID string + Pagination *sdkws.RequestPagination + func (*GetJoinedGroupListReq) Descriptor() ([]byte, []int) + func (*GetJoinedGroupListReq) ProtoMessage() + func (x *GetJoinedGroupListReq) Check() error + func (x *GetJoinedGroupListReq) GetFromUserID() string + func (x *GetJoinedGroupListReq) GetPagination() *sdkws.RequestPagination + func (x *GetJoinedGroupListReq) ProtoReflect() protoreflect.Message + func (x *GetJoinedGroupListReq) Reset() + func (x *GetJoinedGroupListReq) String() string + type GetJoinedGroupListResp struct + Groups []*sdkws.GroupInfo + Total uint32 + func (*GetJoinedGroupListResp) Descriptor() ([]byte, []int) + func (*GetJoinedGroupListResp) ProtoMessage() + func (x *GetJoinedGroupListResp) Format() any + func (x *GetJoinedGroupListResp) GetGroups() []*sdkws.GroupInfo + func (x *GetJoinedGroupListResp) GetTotal() uint32 + func (x *GetJoinedGroupListResp) ProtoReflect() protoreflect.Message + func (x *GetJoinedGroupListResp) Reset() + func (x *GetJoinedGroupListResp) String() string + type GetSpecifiedUserGroupRequestInfoReq struct + GroupID string + UserID string + func (*GetSpecifiedUserGroupRequestInfoReq) Descriptor() ([]byte, []int) + func (*GetSpecifiedUserGroupRequestInfoReq) ProtoMessage() + func (x *GetSpecifiedUserGroupRequestInfoReq) GetGroupID() string + func (x *GetSpecifiedUserGroupRequestInfoReq) GetUserID() string + func (x *GetSpecifiedUserGroupRequestInfoReq) ProtoReflect() protoreflect.Message + func (x *GetSpecifiedUserGroupRequestInfoReq) Reset() + func (x *GetSpecifiedUserGroupRequestInfoReq) String() string + type GetSpecifiedUserGroupRequestInfoResp struct + GroupRequests []*sdkws.GroupRequest + Total uint32 + func (*GetSpecifiedUserGroupRequestInfoResp) Descriptor() ([]byte, []int) + func (*GetSpecifiedUserGroupRequestInfoResp) ProtoMessage() + func (x *GetSpecifiedUserGroupRequestInfoResp) GetGroupRequests() []*sdkws.GroupRequest + func (x *GetSpecifiedUserGroupRequestInfoResp) GetTotal() uint32 + func (x *GetSpecifiedUserGroupRequestInfoResp) ProtoReflect() protoreflect.Message + func (x *GetSpecifiedUserGroupRequestInfoResp) Reset() + func (x *GetSpecifiedUserGroupRequestInfoResp) String() string + type GetUserInGroupMembersReq struct + GroupIDs []string + UserID string + func (*GetUserInGroupMembersReq) Descriptor() ([]byte, []int) + func (*GetUserInGroupMembersReq) ProtoMessage() + func (x *GetUserInGroupMembersReq) Check() error + func (x *GetUserInGroupMembersReq) GetGroupIDs() []string + func (x *GetUserInGroupMembersReq) GetUserID() string + func (x *GetUserInGroupMembersReq) ProtoReflect() protoreflect.Message + func (x *GetUserInGroupMembersReq) Reset() + func (x *GetUserInGroupMembersReq) String() string + type GetUserInGroupMembersResp struct + Members []*sdkws.GroupMemberFullInfo + func (*GetUserInGroupMembersResp) Descriptor() ([]byte, []int) + func (*GetUserInGroupMembersResp) ProtoMessage() + func (x *GetUserInGroupMembersResp) GetMembers() []*sdkws.GroupMemberFullInfo + func (x *GetUserInGroupMembersResp) ProtoReflect() protoreflect.Message + func (x *GetUserInGroupMembersResp) Reset() + func (x *GetUserInGroupMembersResp) String() string + type GetUserReqApplicationListReq struct + GroupIDs []string + HandleResults []int32 + Pagination *sdkws.RequestPagination + UserID string + func (*GetUserReqApplicationListReq) Descriptor() ([]byte, []int) + func (*GetUserReqApplicationListReq) ProtoMessage() + func (x *GetUserReqApplicationListReq) Check() error + func (x *GetUserReqApplicationListReq) GetGroupIDs() []string + func (x *GetUserReqApplicationListReq) GetHandleResults() []int32 + func (x *GetUserReqApplicationListReq) GetPagination() *sdkws.RequestPagination + func (x *GetUserReqApplicationListReq) GetUserID() string + func (x *GetUserReqApplicationListReq) ProtoReflect() protoreflect.Message + func (x *GetUserReqApplicationListReq) Reset() + func (x *GetUserReqApplicationListReq) String() string + type GetUserReqApplicationListResp struct + GroupRequests []*sdkws.GroupRequest + Total uint32 + func (*GetUserReqApplicationListResp) Descriptor() ([]byte, []int) + func (*GetUserReqApplicationListResp) ProtoMessage() + func (x *GetUserReqApplicationListResp) Format() any + func (x *GetUserReqApplicationListResp) GetGroupRequests() []*sdkws.GroupRequest + func (x *GetUserReqApplicationListResp) GetTotal() uint32 + func (x *GetUserReqApplicationListResp) ProtoReflect() protoreflect.Message + func (x *GetUserReqApplicationListResp) Reset() + func (x *GetUserReqApplicationListResp) String() string + type GroupAbstractInfo struct + GroupID string + GroupMemberListHash uint64 + GroupMemberNumber uint32 + func (*GroupAbstractInfo) Descriptor() ([]byte, []int) + func (*GroupAbstractInfo) ProtoMessage() + func (x *GroupAbstractInfo) GetGroupID() string + func (x *GroupAbstractInfo) GetGroupMemberListHash() uint64 + func (x *GroupAbstractInfo) GetGroupMemberNumber() uint32 + func (x *GroupAbstractInfo) ProtoReflect() protoreflect.Message + func (x *GroupAbstractInfo) Reset() + func (x *GroupAbstractInfo) String() string + type GroupApplicationResponseReq struct + FromUserID string + GroupID string + HandleResult int32 + HandledMsg string + func (*GroupApplicationResponseReq) Descriptor() ([]byte, []int) + func (*GroupApplicationResponseReq) ProtoMessage() + func (x *GroupApplicationResponseReq) Check() error + func (x *GroupApplicationResponseReq) GetFromUserID() string + func (x *GroupApplicationResponseReq) GetGroupID() string + func (x *GroupApplicationResponseReq) GetHandleResult() int32 + func (x *GroupApplicationResponseReq) GetHandledMsg() string + func (x *GroupApplicationResponseReq) ProtoReflect() protoreflect.Message + func (x *GroupApplicationResponseReq) Reset() + func (x *GroupApplicationResponseReq) String() string + type GroupApplicationResponseResp struct + func (*GroupApplicationResponseResp) Descriptor() ([]byte, []int) + func (*GroupApplicationResponseResp) ProtoMessage() + func (x *GroupApplicationResponseResp) ProtoReflect() protoreflect.Message + func (x *GroupApplicationResponseResp) Reset() + func (x *GroupApplicationResponseResp) String() string + type GroupClient interface + BatchGetIncrementalGroupMember func(ctx context.Context, in *BatchGetIncrementalGroupMemberReq, ...) (*BatchGetIncrementalGroupMemberResp, error) + CancelMuteGroup func(ctx context.Context, in *CancelMuteGroupReq, opts ...grpc.CallOption) (*CancelMuteGroupResp, error) + CancelMuteGroupMember func(ctx context.Context, in *CancelMuteGroupMemberReq, opts ...grpc.CallOption) (*CancelMuteGroupMemberResp, error) + CreateGroup func(ctx context.Context, in *CreateGroupReq, opts ...grpc.CallOption) (*CreateGroupResp, error) + DismissGroup func(ctx context.Context, in *DismissGroupReq, opts ...grpc.CallOption) (*DismissGroupResp, error) + GetFullGroupMemberUserIDs func(ctx context.Context, in *GetFullGroupMemberUserIDsReq, opts ...grpc.CallOption) (*GetFullGroupMemberUserIDsResp, error) + GetFullJoinGroupIDs func(ctx context.Context, in *GetFullJoinGroupIDsReq, opts ...grpc.CallOption) (*GetFullJoinGroupIDsResp, error) + GetGroupAbstractInfo func(ctx context.Context, in *GetGroupAbstractInfoReq, opts ...grpc.CallOption) (*GetGroupAbstractInfoResp, error) + GetGroupApplicationList func(ctx context.Context, in *GetGroupApplicationListReq, opts ...grpc.CallOption) (*GetGroupApplicationListResp, error) + GetGroupApplicationUnhandledCount func(ctx context.Context, in *GetGroupApplicationUnhandledCountReq, ...) (*GetGroupApplicationUnhandledCountResp, error) + GetGroupInfoCache func(ctx context.Context, in *GetGroupInfoCacheReq, opts ...grpc.CallOption) (*GetGroupInfoCacheResp, error) + GetGroupMemberCache func(ctx context.Context, in *GetGroupMemberCacheReq, opts ...grpc.CallOption) (*GetGroupMemberCacheResp, error) + GetGroupMemberList func(ctx context.Context, in *GetGroupMemberListReq, opts ...grpc.CallOption) (*GetGroupMemberListResp, error) + GetGroupMemberRoleLevel func(ctx context.Context, in *GetGroupMemberRoleLevelReq, opts ...grpc.CallOption) (*GetGroupMemberRoleLevelResp, error) + GetGroupMemberUserIDs func(ctx context.Context, in *GetGroupMemberUserIDsReq, opts ...grpc.CallOption) (*GetGroupMemberUserIDsResp, error) + GetGroupMembersCMS func(ctx context.Context, in *GetGroupMembersCMSReq, opts ...grpc.CallOption) (*GetGroupMembersCMSResp, error) + GetGroupMembersInfo func(ctx context.Context, in *GetGroupMembersInfoReq, opts ...grpc.CallOption) (*GetGroupMembersInfoResp, error) + GetGroupUsersReqApplicationList func(ctx context.Context, in *GetGroupUsersReqApplicationListReq, ...) (*GetGroupUsersReqApplicationListResp, error) + GetGroups func(ctx context.Context, in *GetGroupsReq, opts ...grpc.CallOption) (*GetGroupsResp, error) + GetGroupsInfo func(ctx context.Context, in *GetGroupsInfoReq, opts ...grpc.CallOption) (*GetGroupsInfoResp, error) + GetIncrementalGroupMember func(ctx context.Context, in *GetIncrementalGroupMemberReq, opts ...grpc.CallOption) (*GetIncrementalGroupMemberResp, error) + GetIncrementalJoinGroup func(ctx context.Context, in *GetIncrementalJoinGroupReq, opts ...grpc.CallOption) (*GetIncrementalJoinGroupResp, error) + GetJoinedGroupList func(ctx context.Context, in *GetJoinedGroupListReq, opts ...grpc.CallOption) (*GetJoinedGroupListResp, error) + GetSpecifiedUserGroupRequestInfo func(ctx context.Context, in *GetSpecifiedUserGroupRequestInfoReq, ...) (*GetSpecifiedUserGroupRequestInfoResp, error) + GetUserInGroupMembers func(ctx context.Context, in *GetUserInGroupMembersReq, opts ...grpc.CallOption) (*GetUserInGroupMembersResp, error) + GetUserReqApplicationList func(ctx context.Context, in *GetUserReqApplicationListReq, opts ...grpc.CallOption) (*GetUserReqApplicationListResp, error) + GroupApplicationResponse func(ctx context.Context, in *GroupApplicationResponseReq, opts ...grpc.CallOption) (*GroupApplicationResponseResp, error) + GroupCreateCount func(ctx context.Context, in *GroupCreateCountReq, opts ...grpc.CallOption) (*GroupCreateCountResp, error) + InviteUserToGroup func(ctx context.Context, in *InviteUserToGroupReq, opts ...grpc.CallOption) (*InviteUserToGroupResp, error) + JoinGroup func(ctx context.Context, in *JoinGroupReq, opts ...grpc.CallOption) (*JoinGroupResp, error) + KickGroupMember func(ctx context.Context, in *KickGroupMemberReq, opts ...grpc.CallOption) (*KickGroupMemberResp, error) + MuteGroup func(ctx context.Context, in *MuteGroupReq, opts ...grpc.CallOption) (*MuteGroupResp, error) + MuteGroupMember func(ctx context.Context, in *MuteGroupMemberReq, opts ...grpc.CallOption) (*MuteGroupMemberResp, error) + NotificationUserInfoUpdate func(ctx context.Context, in *NotificationUserInfoUpdateReq, ...) (*NotificationUserInfoUpdateResp, error) + QuitGroup func(ctx context.Context, in *QuitGroupReq, opts ...grpc.CallOption) (*QuitGroupResp, error) + SetGroupInfo func(ctx context.Context, in *SetGroupInfoReq, opts ...grpc.CallOption) (*SetGroupInfoResp, error) + SetGroupInfoEx func(ctx context.Context, in *SetGroupInfoExReq, opts ...grpc.CallOption) (*SetGroupInfoExResp, error) + SetGroupMemberInfo func(ctx context.Context, in *SetGroupMemberInfoReq, opts ...grpc.CallOption) (*SetGroupMemberInfoResp, error) + TransferGroupOwner func(ctx context.Context, in *TransferGroupOwnerReq, opts ...grpc.CallOption) (*TransferGroupOwnerResp, error) + func NewGroupClient(cc grpc.ClientConnInterface) GroupClient + type GroupCreateCountReq struct + End int64 + Start int64 + func (*GroupCreateCountReq) Descriptor() ([]byte, []int) + func (*GroupCreateCountReq) ProtoMessage() + func (x *GroupCreateCountReq) Check() error + func (x *GroupCreateCountReq) GetEnd() int64 + func (x *GroupCreateCountReq) GetStart() int64 + func (x *GroupCreateCountReq) ProtoReflect() protoreflect.Message + func (x *GroupCreateCountReq) Reset() + func (x *GroupCreateCountReq) String() string + type GroupCreateCountResp struct + Before int64 + Count map[string]int64 + Total int64 + func (*GroupCreateCountResp) Descriptor() ([]byte, []int) + func (*GroupCreateCountResp) ProtoMessage() + func (x *GroupCreateCountResp) GetBefore() int64 + func (x *GroupCreateCountResp) GetCount() map[string]int64 + func (x *GroupCreateCountResp) GetTotal() int64 + func (x *GroupCreateCountResp) ProtoReflect() protoreflect.Message + func (x *GroupCreateCountResp) Reset() + func (x *GroupCreateCountResp) String() string + type GroupServer interface + BatchGetIncrementalGroupMember func(context.Context, *BatchGetIncrementalGroupMemberReq) (*BatchGetIncrementalGroupMemberResp, error) + CancelMuteGroup func(context.Context, *CancelMuteGroupReq) (*CancelMuteGroupResp, error) + CancelMuteGroupMember func(context.Context, *CancelMuteGroupMemberReq) (*CancelMuteGroupMemberResp, error) + CreateGroup func(context.Context, *CreateGroupReq) (*CreateGroupResp, error) + DismissGroup func(context.Context, *DismissGroupReq) (*DismissGroupResp, error) + GetFullGroupMemberUserIDs func(context.Context, *GetFullGroupMemberUserIDsReq) (*GetFullGroupMemberUserIDsResp, error) + GetFullJoinGroupIDs func(context.Context, *GetFullJoinGroupIDsReq) (*GetFullJoinGroupIDsResp, error) + GetGroupAbstractInfo func(context.Context, *GetGroupAbstractInfoReq) (*GetGroupAbstractInfoResp, error) + GetGroupApplicationList func(context.Context, *GetGroupApplicationListReq) (*GetGroupApplicationListResp, error) + GetGroupApplicationUnhandledCount func(context.Context, *GetGroupApplicationUnhandledCountReq) (*GetGroupApplicationUnhandledCountResp, error) + GetGroupInfoCache func(context.Context, *GetGroupInfoCacheReq) (*GetGroupInfoCacheResp, error) + GetGroupMemberCache func(context.Context, *GetGroupMemberCacheReq) (*GetGroupMemberCacheResp, error) + GetGroupMemberList func(context.Context, *GetGroupMemberListReq) (*GetGroupMemberListResp, error) + GetGroupMemberRoleLevel func(context.Context, *GetGroupMemberRoleLevelReq) (*GetGroupMemberRoleLevelResp, error) + GetGroupMemberUserIDs func(context.Context, *GetGroupMemberUserIDsReq) (*GetGroupMemberUserIDsResp, error) + GetGroupMembersCMS func(context.Context, *GetGroupMembersCMSReq) (*GetGroupMembersCMSResp, error) + GetGroupMembersInfo func(context.Context, *GetGroupMembersInfoReq) (*GetGroupMembersInfoResp, error) + GetGroupUsersReqApplicationList func(context.Context, *GetGroupUsersReqApplicationListReq) (*GetGroupUsersReqApplicationListResp, error) + GetGroups func(context.Context, *GetGroupsReq) (*GetGroupsResp, error) + GetGroupsInfo func(context.Context, *GetGroupsInfoReq) (*GetGroupsInfoResp, error) + GetIncrementalGroupMember func(context.Context, *GetIncrementalGroupMemberReq) (*GetIncrementalGroupMemberResp, error) + GetIncrementalJoinGroup func(context.Context, *GetIncrementalJoinGroupReq) (*GetIncrementalJoinGroupResp, error) + GetJoinedGroupList func(context.Context, *GetJoinedGroupListReq) (*GetJoinedGroupListResp, error) + GetSpecifiedUserGroupRequestInfo func(context.Context, *GetSpecifiedUserGroupRequestInfoReq) (*GetSpecifiedUserGroupRequestInfoResp, error) + GetUserInGroupMembers func(context.Context, *GetUserInGroupMembersReq) (*GetUserInGroupMembersResp, error) + GetUserReqApplicationList func(context.Context, *GetUserReqApplicationListReq) (*GetUserReqApplicationListResp, error) + GroupApplicationResponse func(context.Context, *GroupApplicationResponseReq) (*GroupApplicationResponseResp, error) + GroupCreateCount func(context.Context, *GroupCreateCountReq) (*GroupCreateCountResp, error) + InviteUserToGroup func(context.Context, *InviteUserToGroupReq) (*InviteUserToGroupResp, error) + JoinGroup func(context.Context, *JoinGroupReq) (*JoinGroupResp, error) + KickGroupMember func(context.Context, *KickGroupMemberReq) (*KickGroupMemberResp, error) + MuteGroup func(context.Context, *MuteGroupReq) (*MuteGroupResp, error) + MuteGroupMember func(context.Context, *MuteGroupMemberReq) (*MuteGroupMemberResp, error) + NotificationUserInfoUpdate func(context.Context, *NotificationUserInfoUpdateReq) (*NotificationUserInfoUpdateResp, error) + QuitGroup func(context.Context, *QuitGroupReq) (*QuitGroupResp, error) + SetGroupInfo func(context.Context, *SetGroupInfoReq) (*SetGroupInfoResp, error) + SetGroupInfoEx func(context.Context, *SetGroupInfoExReq) (*SetGroupInfoExResp, error) + SetGroupMemberInfo func(context.Context, *SetGroupMemberInfoReq) (*SetGroupMemberInfoResp, error) + TransferGroupOwner func(context.Context, *TransferGroupOwnerReq) (*TransferGroupOwnerResp, error) + type InviteUserToGroupReq struct + GroupID string + InvitedUserIDs []string + Reason string + SendMessage *bool + func (*InviteUserToGroupReq) Descriptor() ([]byte, []int) + func (*InviteUserToGroupReq) ProtoMessage() + func (x *InviteUserToGroupReq) Check() error + func (x *InviteUserToGroupReq) GetGroupID() string + func (x *InviteUserToGroupReq) GetInvitedUserIDs() []string + func (x *InviteUserToGroupReq) GetReason() string + func (x *InviteUserToGroupReq) GetSendMessage() bool + func (x *InviteUserToGroupReq) ProtoReflect() protoreflect.Message + func (x *InviteUserToGroupReq) Reset() + func (x *InviteUserToGroupReq) String() string + type InviteUserToGroupResp struct + func (*InviteUserToGroupResp) Descriptor() ([]byte, []int) + func (*InviteUserToGroupResp) ProtoMessage() + func (x *InviteUserToGroupResp) ProtoReflect() protoreflect.Message + func (x *InviteUserToGroupResp) Reset() + func (x *InviteUserToGroupResp) String() string + type JoinGroupReq struct + Ex string + GroupID string + InviterUserID string + JoinSource int32 + ReqMessage string + func (*JoinGroupReq) Descriptor() ([]byte, []int) + func (*JoinGroupReq) ProtoMessage() + func (x *JoinGroupReq) Check() error + func (x *JoinGroupReq) GetEx() string + func (x *JoinGroupReq) GetGroupID() string + func (x *JoinGroupReq) GetInviterUserID() string + func (x *JoinGroupReq) GetJoinSource() int32 + func (x *JoinGroupReq) GetReqMessage() string + func (x *JoinGroupReq) ProtoReflect() protoreflect.Message + func (x *JoinGroupReq) Reset() + func (x *JoinGroupReq) String() string + type JoinGroupResp struct + func (*JoinGroupResp) Descriptor() ([]byte, []int) + func (*JoinGroupResp) ProtoMessage() + func (x *JoinGroupResp) ProtoReflect() protoreflect.Message + func (x *JoinGroupResp) Reset() + func (x *JoinGroupResp) String() string + type KickGroupMemberReq struct + GroupID string + KickedUserIDs []string + Reason string + SendMessage *bool + func (*KickGroupMemberReq) Descriptor() ([]byte, []int) + func (*KickGroupMemberReq) ProtoMessage() + func (x *KickGroupMemberReq) Check() error + func (x *KickGroupMemberReq) GetGroupID() string + func (x *KickGroupMemberReq) GetKickedUserIDs() []string + func (x *KickGroupMemberReq) GetReason() string + func (x *KickGroupMemberReq) GetSendMessage() bool + func (x *KickGroupMemberReq) ProtoReflect() protoreflect.Message + func (x *KickGroupMemberReq) Reset() + func (x *KickGroupMemberReq) String() string + type KickGroupMemberResp struct + func (*KickGroupMemberResp) Descriptor() ([]byte, []int) + func (*KickGroupMemberResp) ProtoMessage() + func (x *KickGroupMemberResp) ProtoReflect() protoreflect.Message + func (x *KickGroupMemberResp) Reset() + func (x *KickGroupMemberResp) String() string + type MuteGroupMemberReq struct + GroupID string + MutedSeconds uint32 + UserID string + func (*MuteGroupMemberReq) Descriptor() ([]byte, []int) + func (*MuteGroupMemberReq) ProtoMessage() + func (x *MuteGroupMemberReq) Check() error + func (x *MuteGroupMemberReq) GetGroupID() string + func (x *MuteGroupMemberReq) GetMutedSeconds() uint32 + func (x *MuteGroupMemberReq) GetUserID() string + func (x *MuteGroupMemberReq) ProtoReflect() protoreflect.Message + func (x *MuteGroupMemberReq) Reset() + func (x *MuteGroupMemberReq) String() string + type MuteGroupMemberResp struct + func (*MuteGroupMemberResp) Descriptor() ([]byte, []int) + func (*MuteGroupMemberResp) ProtoMessage() + func (x *MuteGroupMemberResp) ProtoReflect() protoreflect.Message + func (x *MuteGroupMemberResp) Reset() + func (x *MuteGroupMemberResp) String() string + type MuteGroupReq struct + GroupID string + func (*MuteGroupReq) Descriptor() ([]byte, []int) + func (*MuteGroupReq) ProtoMessage() + func (x *MuteGroupReq) Check() error + func (x *MuteGroupReq) GetGroupID() string + func (x *MuteGroupReq) ProtoReflect() protoreflect.Message + func (x *MuteGroupReq) Reset() + func (x *MuteGroupReq) String() string + type MuteGroupResp struct + func (*MuteGroupResp) Descriptor() ([]byte, []int) + func (*MuteGroupResp) ProtoMessage() + func (x *MuteGroupResp) ProtoReflect() protoreflect.Message + func (x *MuteGroupResp) Reset() + func (x *MuteGroupResp) String() string + type NotificationUserInfoUpdateReq struct + NewUserInfo *sdkws.UserInfo + OldUserInfo *sdkws.UserInfo + UserID string + func (*NotificationUserInfoUpdateReq) Descriptor() ([]byte, []int) + func (*NotificationUserInfoUpdateReq) ProtoMessage() + func (x *NotificationUserInfoUpdateReq) GetNewUserInfo() *sdkws.UserInfo + func (x *NotificationUserInfoUpdateReq) GetOldUserInfo() *sdkws.UserInfo + func (x *NotificationUserInfoUpdateReq) GetUserID() string + func (x *NotificationUserInfoUpdateReq) ProtoReflect() protoreflect.Message + func (x *NotificationUserInfoUpdateReq) Reset() + func (x *NotificationUserInfoUpdateReq) String() string + type NotificationUserInfoUpdateResp struct + func (*NotificationUserInfoUpdateResp) Descriptor() ([]byte, []int) + func (*NotificationUserInfoUpdateResp) ProtoMessage() + func (x *NotificationUserInfoUpdateResp) ProtoReflect() protoreflect.Message + func (x *NotificationUserInfoUpdateResp) Reset() + func (x *NotificationUserInfoUpdateResp) String() string + type QuitGroupReq struct + GroupID string + UserID string + func (*QuitGroupReq) Descriptor() ([]byte, []int) + func (*QuitGroupReq) ProtoMessage() + func (x *QuitGroupReq) Check() error + func (x *QuitGroupReq) GetGroupID() string + func (x *QuitGroupReq) GetUserID() string + func (x *QuitGroupReq) ProtoReflect() protoreflect.Message + func (x *QuitGroupReq) Reset() + func (x *QuitGroupReq) String() string + type QuitGroupResp struct + func (*QuitGroupResp) Descriptor() ([]byte, []int) + func (*QuitGroupResp) ProtoMessage() + func (x *QuitGroupResp) ProtoReflect() protoreflect.Message + func (x *QuitGroupResp) Reset() + func (x *QuitGroupResp) String() string + type SetGroupInfoExReq struct + ApplyMemberFriend *wrapperspb.Int32Value + Ex *wrapperspb.StringValue + FaceURL *wrapperspb.StringValue + GroupID string + GroupName *wrapperspb.StringValue + Introduction *wrapperspb.StringValue + LookMemberInfo *wrapperspb.Int32Value + NeedVerification *wrapperspb.Int32Value + Notification *wrapperspb.StringValue + func (*SetGroupInfoExReq) Descriptor() ([]byte, []int) + func (*SetGroupInfoExReq) ProtoMessage() + func (x *SetGroupInfoExReq) GetApplyMemberFriend() *wrapperspb.Int32Value + func (x *SetGroupInfoExReq) GetEx() *wrapperspb.StringValue + func (x *SetGroupInfoExReq) GetFaceURL() *wrapperspb.StringValue + func (x *SetGroupInfoExReq) GetGroupID() string + func (x *SetGroupInfoExReq) GetGroupName() *wrapperspb.StringValue + func (x *SetGroupInfoExReq) GetIntroduction() *wrapperspb.StringValue + func (x *SetGroupInfoExReq) GetLookMemberInfo() *wrapperspb.Int32Value + func (x *SetGroupInfoExReq) GetNeedVerification() *wrapperspb.Int32Value + func (x *SetGroupInfoExReq) GetNotification() *wrapperspb.StringValue + func (x *SetGroupInfoExReq) ProtoReflect() protoreflect.Message + func (x *SetGroupInfoExReq) Reset() + func (x *SetGroupInfoExReq) String() string + type SetGroupInfoExResp struct + func (*SetGroupInfoExResp) Descriptor() ([]byte, []int) + func (*SetGroupInfoExResp) ProtoMessage() + func (x *SetGroupInfoExResp) ProtoReflect() protoreflect.Message + func (x *SetGroupInfoExResp) Reset() + func (x *SetGroupInfoExResp) String() string + type SetGroupInfoReq struct + GroupInfoForSet *sdkws.GroupInfoForSet + func (*SetGroupInfoReq) Descriptor() ([]byte, []int) + func (*SetGroupInfoReq) ProtoMessage() + func (x *SetGroupInfoReq) Check() error + func (x *SetGroupInfoReq) GetGroupInfoForSet() *sdkws.GroupInfoForSet + func (x *SetGroupInfoReq) ProtoReflect() protoreflect.Message + func (x *SetGroupInfoReq) Reset() + func (x *SetGroupInfoReq) String() string + type SetGroupInfoResp struct + func (*SetGroupInfoResp) Descriptor() ([]byte, []int) + func (*SetGroupInfoResp) ProtoMessage() + func (x *SetGroupInfoResp) ProtoReflect() protoreflect.Message + func (x *SetGroupInfoResp) Reset() + func (x *SetGroupInfoResp) String() string + type SetGroupMemberInfo struct + Ex *wrapperspb.StringValue + FaceURL *wrapperspb.StringValue + GroupID string + Nickname *wrapperspb.StringValue + RoleLevel *wrapperspb.Int32Value + UserID string + func (*SetGroupMemberInfo) Descriptor() ([]byte, []int) + func (*SetGroupMemberInfo) ProtoMessage() + func (x *SetGroupMemberInfo) Check() error + func (x *SetGroupMemberInfo) GetEx() *wrapperspb.StringValue + func (x *SetGroupMemberInfo) GetFaceURL() *wrapperspb.StringValue + func (x *SetGroupMemberInfo) GetGroupID() string + func (x *SetGroupMemberInfo) GetNickname() *wrapperspb.StringValue + func (x *SetGroupMemberInfo) GetRoleLevel() *wrapperspb.Int32Value + func (x *SetGroupMemberInfo) GetUserID() string + func (x *SetGroupMemberInfo) ProtoReflect() protoreflect.Message + func (x *SetGroupMemberInfo) Reset() + func (x *SetGroupMemberInfo) String() string + type SetGroupMemberInfoReq struct + Members []*SetGroupMemberInfo + func (*SetGroupMemberInfoReq) Descriptor() ([]byte, []int) + func (*SetGroupMemberInfoReq) ProtoMessage() + func (x *SetGroupMemberInfoReq) Check() error + func (x *SetGroupMemberInfoReq) GetMembers() []*SetGroupMemberInfo + func (x *SetGroupMemberInfoReq) ProtoReflect() protoreflect.Message + func (x *SetGroupMemberInfoReq) Reset() + func (x *SetGroupMemberInfoReq) String() string + type SetGroupMemberInfoResp struct + func (*SetGroupMemberInfoResp) Descriptor() ([]byte, []int) + func (*SetGroupMemberInfoResp) ProtoMessage() + func (x *SetGroupMemberInfoResp) ProtoReflect() protoreflect.Message + func (x *SetGroupMemberInfoResp) Reset() + func (x *SetGroupMemberInfoResp) String() string + type TransferGroupOwnerReq struct + GroupID string + NewOwnerUserID string + OldOwnerUserID string + func (*TransferGroupOwnerReq) Descriptor() ([]byte, []int) + func (*TransferGroupOwnerReq) ProtoMessage() + func (x *TransferGroupOwnerReq) Check() error + func (x *TransferGroupOwnerReq) GetGroupID() string + func (x *TransferGroupOwnerReq) GetNewOwnerUserID() string + func (x *TransferGroupOwnerReq) GetOldOwnerUserID() string + func (x *TransferGroupOwnerReq) ProtoReflect() protoreflect.Message + func (x *TransferGroupOwnerReq) Reset() + func (x *TransferGroupOwnerReq) String() string + type TransferGroupOwnerResp struct + func (*TransferGroupOwnerResp) Descriptor() ([]byte, []int) + func (*TransferGroupOwnerResp) ProtoMessage() + func (x *TransferGroupOwnerResp) ProtoReflect() protoreflect.Message + func (x *TransferGroupOwnerResp) Reset() + func (x *TransferGroupOwnerResp) String() string + type UnimplementedGroupServer struct + func (UnimplementedGroupServer) BatchGetIncrementalGroupMember(context.Context, *BatchGetIncrementalGroupMemberReq) (*BatchGetIncrementalGroupMemberResp, error) + func (UnimplementedGroupServer) CancelMuteGroup(context.Context, *CancelMuteGroupReq) (*CancelMuteGroupResp, error) + func (UnimplementedGroupServer) CancelMuteGroupMember(context.Context, *CancelMuteGroupMemberReq) (*CancelMuteGroupMemberResp, error) + func (UnimplementedGroupServer) CreateGroup(context.Context, *CreateGroupReq) (*CreateGroupResp, error) + func (UnimplementedGroupServer) DismissGroup(context.Context, *DismissGroupReq) (*DismissGroupResp, error) + func (UnimplementedGroupServer) GetFullGroupMemberUserIDs(context.Context, *GetFullGroupMemberUserIDsReq) (*GetFullGroupMemberUserIDsResp, error) + func (UnimplementedGroupServer) GetFullJoinGroupIDs(context.Context, *GetFullJoinGroupIDsReq) (*GetFullJoinGroupIDsResp, error) + func (UnimplementedGroupServer) GetGroupAbstractInfo(context.Context, *GetGroupAbstractInfoReq) (*GetGroupAbstractInfoResp, error) + func (UnimplementedGroupServer) GetGroupApplicationList(context.Context, *GetGroupApplicationListReq) (*GetGroupApplicationListResp, error) + func (UnimplementedGroupServer) GetGroupApplicationUnhandledCount(context.Context, *GetGroupApplicationUnhandledCountReq) (*GetGroupApplicationUnhandledCountResp, error) + func (UnimplementedGroupServer) GetGroupInfoCache(context.Context, *GetGroupInfoCacheReq) (*GetGroupInfoCacheResp, error) + func (UnimplementedGroupServer) GetGroupMemberCache(context.Context, *GetGroupMemberCacheReq) (*GetGroupMemberCacheResp, error) + func (UnimplementedGroupServer) GetGroupMemberList(context.Context, *GetGroupMemberListReq) (*GetGroupMemberListResp, error) + func (UnimplementedGroupServer) GetGroupMemberRoleLevel(context.Context, *GetGroupMemberRoleLevelReq) (*GetGroupMemberRoleLevelResp, error) + func (UnimplementedGroupServer) GetGroupMemberUserIDs(context.Context, *GetGroupMemberUserIDsReq) (*GetGroupMemberUserIDsResp, error) + func (UnimplementedGroupServer) GetGroupMembersCMS(context.Context, *GetGroupMembersCMSReq) (*GetGroupMembersCMSResp, error) + func (UnimplementedGroupServer) GetGroupMembersInfo(context.Context, *GetGroupMembersInfoReq) (*GetGroupMembersInfoResp, error) + func (UnimplementedGroupServer) GetGroupUsersReqApplicationList(context.Context, *GetGroupUsersReqApplicationListReq) (*GetGroupUsersReqApplicationListResp, error) + func (UnimplementedGroupServer) GetGroups(context.Context, *GetGroupsReq) (*GetGroupsResp, error) + func (UnimplementedGroupServer) GetGroupsInfo(context.Context, *GetGroupsInfoReq) (*GetGroupsInfoResp, error) + func (UnimplementedGroupServer) GetIncrementalGroupMember(context.Context, *GetIncrementalGroupMemberReq) (*GetIncrementalGroupMemberResp, error) + func (UnimplementedGroupServer) GetIncrementalJoinGroup(context.Context, *GetIncrementalJoinGroupReq) (*GetIncrementalJoinGroupResp, error) + func (UnimplementedGroupServer) GetJoinedGroupList(context.Context, *GetJoinedGroupListReq) (*GetJoinedGroupListResp, error) + func (UnimplementedGroupServer) GetSpecifiedUserGroupRequestInfo(context.Context, *GetSpecifiedUserGroupRequestInfoReq) (*GetSpecifiedUserGroupRequestInfoResp, error) + func (UnimplementedGroupServer) GetUserInGroupMembers(context.Context, *GetUserInGroupMembersReq) (*GetUserInGroupMembersResp, error) + func (UnimplementedGroupServer) GetUserReqApplicationList(context.Context, *GetUserReqApplicationListReq) (*GetUserReqApplicationListResp, error) + func (UnimplementedGroupServer) GroupApplicationResponse(context.Context, *GroupApplicationResponseReq) (*GroupApplicationResponseResp, error) + func (UnimplementedGroupServer) GroupCreateCount(context.Context, *GroupCreateCountReq) (*GroupCreateCountResp, error) + func (UnimplementedGroupServer) InviteUserToGroup(context.Context, *InviteUserToGroupReq) (*InviteUserToGroupResp, error) + func (UnimplementedGroupServer) JoinGroup(context.Context, *JoinGroupReq) (*JoinGroupResp, error) + func (UnimplementedGroupServer) KickGroupMember(context.Context, *KickGroupMemberReq) (*KickGroupMemberResp, error) + func (UnimplementedGroupServer) MuteGroup(context.Context, *MuteGroupReq) (*MuteGroupResp, error) + func (UnimplementedGroupServer) MuteGroupMember(context.Context, *MuteGroupMemberReq) (*MuteGroupMemberResp, error) + func (UnimplementedGroupServer) NotificationUserInfoUpdate(context.Context, *NotificationUserInfoUpdateReq) (*NotificationUserInfoUpdateResp, error) + func (UnimplementedGroupServer) QuitGroup(context.Context, *QuitGroupReq) (*QuitGroupResp, error) + func (UnimplementedGroupServer) SetGroupInfo(context.Context, *SetGroupInfoReq) (*SetGroupInfoResp, error) + func (UnimplementedGroupServer) SetGroupInfoEx(context.Context, *SetGroupInfoExReq) (*SetGroupInfoExResp, error) + func (UnimplementedGroupServer) SetGroupMemberInfo(context.Context, *SetGroupMemberInfoReq) (*SetGroupMemberInfoResp, error) + func (UnimplementedGroupServer) TransferGroupOwner(context.Context, *TransferGroupOwnerReq) (*TransferGroupOwnerResp, error) + type UnsafeGroupServer interface