Documentation ¶
Index ¶
- Constants
- Variables
- func ErrorCancelMuteGroupFail(format string, args ...interface{}) *errors.Error
- func ErrorCancelMuteGroupMemberFail(format string, args ...interface{}) *errors.Error
- func ErrorCreateGroupFail(format string, args ...interface{}) *errors.Error
- func ErrorDeleteRcCacheFail(format string, args ...interface{}) *errors.Error
- func ErrorDismissGroupFail(format string, args ...interface{}) *errors.Error
- func ErrorGetGroupFeilListFAIl(format string, args ...interface{}) *errors.Error
- func ErrorGetGroupInfoFail(format string, args ...interface{}) *errors.Error
- func ErrorGetGroupMemberFail(format string, args ...interface{}) *errors.Error
- func ErrorGetJoinGroupRequestFail(format string, args ...interface{}) *errors.Error
- func ErrorGetKickGroupMemberFail(format string, args ...interface{}) *errors.Error
- func ErrorGetRequestDataInfoFail(format string, args ...interface{}) *errors.Error
- func ErrorGetUntreatedGroupApplicationListFail(format string, args ...interface{}) *errors.Error
- func ErrorGroupMaxMemberLimitError(format string, args ...interface{}) *errors.Error
- func ErrorGroupMemberNumTooLittle(format string, args ...interface{}) *errors.Error
- func ErrorGroupMemberNumTooMany(format string, args ...interface{}) *errors.Error
- func ErrorHandleAppliciationRequestFail(format string, args ...interface{}) *errors.Error
- func ErrorJoinGroupReqFail(format string, args ...interface{}) *errors.Error
- func ErrorKickGroupMemberFail(format string, args ...interface{}) *errors.Error
- func ErrorMemberQuitGroupFail(format string, args ...interface{}) *errors.Error
- func ErrorMuteGroupFail(format string, args ...interface{}) *errors.Error
- func ErrorMuteGroupMemberFail(format string, args ...interface{}) *errors.Error
- func ErrorNeedRealNameAuthentication(format string, args ...interface{}) *errors.Error
- func ErrorNoPermissionOperationGroupInfo(format string, args ...interface{}) *errors.Error
- func ErrorQueryFail(format string, args ...interface{}) *errors.Error
- func ErrorSettingGroupAdminFail(format string, args ...interface{}) *errors.Error
- func ErrorSettingGroupMemberMembercountFail(format string, args ...interface{}) *errors.Error
- func ErrorTheApplicationHasBeenInitiatedDoNotRepeat(format string, args ...interface{}) *errors.Error
- func ErrorTransferGroupError(format string, args ...interface{}) *errors.Error
- func ErrorUpdateFail(format string, args ...interface{}) *errors.Error
- func ErrorUpdateGroupDataFail(format string, args ...interface{}) *errors.Error
- func ErrorUploadGroupFeilFail(format string, args ...interface{}) *errors.Error
- func IsCancelMuteGroupFail(err error) bool
- func IsCancelMuteGroupMemberFail(err error) bool
- func IsCreateGroupFail(err error) bool
- func IsDeleteRcCacheFail(err error) bool
- func IsDismissGroupFail(err error) bool
- func IsGetGroupFeilListFAIl(err error) bool
- func IsGetGroupInfoFail(err error) bool
- func IsGetGroupMemberFail(err error) bool
- func IsGetJoinGroupRequestFail(err error) bool
- func IsGetKickGroupMemberFail(err error) bool
- func IsGetRequestDataInfoFail(err error) bool
- func IsGetUntreatedGroupApplicationListFail(err error) bool
- func IsGroupMaxMemberLimitError(err error) bool
- func IsGroupMemberNumTooLittle(err error) bool
- func IsGroupMemberNumTooMany(err error) bool
- func IsHandleAppliciationRequestFail(err error) bool
- func IsJoinGroupReqFail(err error) bool
- func IsKickGroupMemberFail(err error) bool
- func IsMemberQuitGroupFail(err error) bool
- func IsMuteGroupFail(err error) bool
- func IsMuteGroupMemberFail(err error) bool
- func IsNeedRealNameAuthentication(err error) bool
- func IsNoPermissionOperationGroupInfo(err error) bool
- func IsQueryFail(err error) bool
- func IsSettingGroupAdminFail(err error) bool
- func IsSettingGroupMemberMembercountFail(err error) bool
- func IsTheApplicationHasBeenInitiatedDoNotRepeat(err error) bool
- func IsTransferGroupError(err error) bool
- func IsUpdateFail(err error) bool
- func IsUpdateGroupDataFail(err error) bool
- func IsUploadGroupFeilFail(err error) bool
- func RegisterGroupServer(s grpc.ServiceRegistrar, srv GroupServer)
- type ApplicationGroupResponseReq
- func (*ApplicationGroupResponseReq) Descriptor() ([]byte, []int)deprecated
- func (x *ApplicationGroupResponseReq) GetFromUserID() string
- func (x *ApplicationGroupResponseReq) GetGroupID() string
- func (x *ApplicationGroupResponseReq) GetHandleResult() int32
- func (x *ApplicationGroupResponseReq) GetHandledMsg() string
- func (x *ApplicationGroupResponseReq) GetOpUserID() string
- func (x *ApplicationGroupResponseReq) GetOperationID() string
- func (*ApplicationGroupResponseReq) ProtoMessage()
- func (x *ApplicationGroupResponseReq) ProtoReflect() protoreflect.Message
- func (x *ApplicationGroupResponseReq) Reset()
- func (x *ApplicationGroupResponseReq) String() string
- type CancelMuteGroupMemberReq
- func (*CancelMuteGroupMemberReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelMuteGroupMemberReq) GetGroupID() string
- func (x *CancelMuteGroupMemberReq) GetOpUserID() string
- func (x *CancelMuteGroupMemberReq) GetOperatorID() string
- func (x *CancelMuteGroupMemberReq) GetUserID() string
- func (*CancelMuteGroupMemberReq) ProtoMessage()
- func (x *CancelMuteGroupMemberReq) ProtoReflect() protoreflect.Message
- func (x *CancelMuteGroupMemberReq) Reset()
- func (x *CancelMuteGroupMemberReq) String() string
- type CancelMuteGroupReq
- func (*CancelMuteGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelMuteGroupReq) GetGroupID() string
- func (x *CancelMuteGroupReq) GetOpUserID() string
- func (x *CancelMuteGroupReq) GetOperatorID() string
- func (*CancelMuteGroupReq) ProtoMessage()
- func (x *CancelMuteGroupReq) ProtoReflect() protoreflect.Message
- func (x *CancelMuteGroupReq) Reset()
- func (x *CancelMuteGroupReq) String() string
- type CreateGroupReply
- type CreateGroupReq
- func (*CreateGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *CreateGroupReq) GetEx() string
- func (x *CreateGroupReq) GetFaceURL() string
- func (x *CreateGroupReq) GetGroupID() string
- func (x *CreateGroupReq) GetGroupName() string
- func (x *CreateGroupReq) GetGroupType() int32
- func (x *CreateGroupReq) GetIntroduction() string
- func (x *CreateGroupReq) GetMemberList() []*GroupAddMemberInfo
- func (x *CreateGroupReq) GetNotification() string
- func (x *CreateGroupReq) GetOpUserID() string
- func (x *CreateGroupReq) GetOperationID() string
- func (x *CreateGroupReq) GetOwnerUserID() string
- func (*CreateGroupReq) ProtoMessage()
- func (x *CreateGroupReq) ProtoReflect() protoreflect.Message
- func (x *CreateGroupReq) Reset()
- func (x *CreateGroupReq) String() string
- type DismissGroupReq
- func (*DismissGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *DismissGroupReq) GetGroupID() string
- func (x *DismissGroupReq) GetOpUserID() string
- func (x *DismissGroupReq) GetOperatorID() string
- func (*DismissGroupReq) ProtoMessage()
- func (x *DismissGroupReq) ProtoReflect() protoreflect.Message
- func (x *DismissGroupReq) Reset()
- func (x *DismissGroupReq) String() string
- type GetGroupAbstractInfoReply
- func (*GetGroupAbstractInfoReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupAbstractInfoReply) GetGroupMemberListHash() uint64
- func (x *GetGroupAbstractInfoReply) GetGroupMemberNumber() int32
- func (*GetGroupAbstractInfoReply) ProtoMessage()
- func (x *GetGroupAbstractInfoReply) ProtoReflect() protoreflect.Message
- func (x *GetGroupAbstractInfoReply) Reset()
- func (x *GetGroupAbstractInfoReply) String() string
- type GetGroupAbstractInfoReq
- func (*GetGroupAbstractInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupAbstractInfoReq) GetGroupID() string
- func (x *GetGroupAbstractInfoReq) GetOpUserID() string
- func (x *GetGroupAbstractInfoReq) GetOperatorID() string
- func (*GetGroupAbstractInfoReq) ProtoMessage()
- func (x *GetGroupAbstractInfoReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupAbstractInfoReq) Reset()
- func (x *GetGroupAbstractInfoReq) String() string
- type GetGroupAllMemberReply
- func (*GetGroupAllMemberReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupAllMemberReply) GetData() []*v2.GroupMemberFullInfo
- func (*GetGroupAllMemberReply) ProtoMessage()
- func (x *GetGroupAllMemberReply) ProtoReflect() protoreflect.Message
- func (x *GetGroupAllMemberReply) Reset()
- func (x *GetGroupAllMemberReply) String() string
- type GetGroupAllMemberReq
- func (*GetGroupAllMemberReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupAllMemberReq) GetCount() int32
- func (x *GetGroupAllMemberReq) GetGroupID() string
- func (x *GetGroupAllMemberReq) GetOffset() int32
- func (x *GetGroupAllMemberReq) GetOpUserID() string
- func (x *GetGroupAllMemberReq) GetOperationID() string
- func (*GetGroupAllMemberReq) ProtoMessage()
- func (x *GetGroupAllMemberReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupAllMemberReq) Reset()
- func (x *GetGroupAllMemberReq) String() string
- type GetGroupApplicationByUserAndGroupReq
- func (*GetGroupApplicationByUserAndGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupApplicationByUserAndGroupReq) GetGroupID() string
- func (x *GetGroupApplicationByUserAndGroupReq) GetOperationID() string
- func (x *GetGroupApplicationByUserAndGroupReq) GetUserID() string
- func (*GetGroupApplicationByUserAndGroupReq) ProtoMessage()
- func (x *GetGroupApplicationByUserAndGroupReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupApplicationByUserAndGroupReq) Reset()
- func (x *GetGroupApplicationByUserAndGroupReq) String() string
- type GetGroupApplicationListReply
- func (*GetGroupApplicationListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupApplicationListReply) GetData() []*v2.GroupRequest
- func (*GetGroupApplicationListReply) ProtoMessage()
- func (x *GetGroupApplicationListReply) ProtoReflect() protoreflect.Message
- func (x *GetGroupApplicationListReply) Reset()
- func (x *GetGroupApplicationListReply) String() string
- type GetGroupApplicationListReq
- func (*GetGroupApplicationListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupApplicationListReq) GetFromUserID() string
- func (x *GetGroupApplicationListReq) GetOpUserID() string
- func (x *GetGroupApplicationListReq) GetOperationID() string
- func (*GetGroupApplicationListReq) ProtoMessage()
- func (x *GetGroupApplicationListReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupApplicationListReq) Reset()
- func (x *GetGroupApplicationListReq) String() string
- type GetGroupInfoByCodeReply
- func (*GetGroupInfoByCodeReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupInfoByCodeReply) GetData() *v2.GroupInfo
- func (*GetGroupInfoByCodeReply) ProtoMessage()
- func (x *GetGroupInfoByCodeReply) ProtoReflect() protoreflect.Message
- func (x *GetGroupInfoByCodeReply) Reset()
- func (x *GetGroupInfoByCodeReply) String() string
- type GetGroupInfoByCodeReq
- func (*GetGroupInfoByCodeReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupInfoByCodeReq) GetCode() string
- func (x *GetGroupInfoByCodeReq) GetOpUserID() string
- func (x *GetGroupInfoByCodeReq) GetOperationID() string
- func (*GetGroupInfoByCodeReq) ProtoMessage()
- func (x *GetGroupInfoByCodeReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupInfoByCodeReq) Reset()
- func (x *GetGroupInfoByCodeReq) String() string
- type GetGroupInfoReplay
- func (*GetGroupInfoReplay) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupInfoReplay) GetData() []*v2.GroupInfo
- func (*GetGroupInfoReplay) ProtoMessage()
- func (x *GetGroupInfoReplay) ProtoReflect() protoreflect.Message
- func (x *GetGroupInfoReplay) Reset()
- func (x *GetGroupInfoReplay) String() string
- type GetGroupInfoReq
- func (*GetGroupInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupInfoReq) GetGroupIDList() []string
- func (x *GetGroupInfoReq) GetOpUserID() string
- func (x *GetGroupInfoReq) GetOperationID() string
- func (*GetGroupInfoReq) ProtoMessage()
- func (x *GetGroupInfoReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupInfoReq) Reset()
- func (x *GetGroupInfoReq) String() string
- type GetGroupMemberListReply
- func (*GetGroupMemberListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupMemberListReply) GetData() []*v2.GroupMemberFullInfo
- func (x *GetGroupMemberListReply) GetNextSeq() int32
- func (*GetGroupMemberListReply) ProtoMessage()
- func (x *GetGroupMemberListReply) ProtoReflect() protoreflect.Message
- func (x *GetGroupMemberListReply) Reset()
- func (x *GetGroupMemberListReply) String() string
- type GetGroupMemberListReq
- func (*GetGroupMemberListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupMemberListReq) GetFilter() int32
- func (x *GetGroupMemberListReq) GetGroupID() string
- func (x *GetGroupMemberListReq) GetNextSeq() int32
- func (x *GetGroupMemberListReq) GetOpUserID() string
- func (x *GetGroupMemberListReq) GetOperationID() string
- func (x *GetGroupMemberListReq) GetPageNumber() int32
- func (x *GetGroupMemberListReq) GetShowNumber() int32
- func (*GetGroupMemberListReq) ProtoMessage()
- func (x *GetGroupMemberListReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupMemberListReq) Reset()
- func (x *GetGroupMemberListReq) String() string
- type GetGroupMembersInfoReq
- func (*GetGroupMembersInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupMembersInfoReq) GetGroupID() string
- func (x *GetGroupMembersInfoReq) GetMemberList() []string
- func (x *GetGroupMembersInfoReq) GetOpUserID() string
- func (x *GetGroupMembersInfoReq) GetOperationID() string
- func (*GetGroupMembersInfoReq) ProtoMessage()
- func (x *GetGroupMembersInfoReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupMembersInfoReq) Reset()
- func (x *GetGroupMembersInfoReq) String() string
- type GetGroupsBaseInfoResp
- func (*GetGroupsBaseInfoResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupsBaseInfoResp) GetErrCode() int32
- func (x *GetGroupsBaseInfoResp) GetErrMsg() string
- func (x *GetGroupsBaseInfoResp) GetGroupBaseInfo() []*GroupsBaseInfo
- func (*GetGroupsBaseInfoResp) ProtoMessage()
- func (x *GetGroupsBaseInfoResp) ProtoReflect() protoreflect.Message
- func (x *GetGroupsBaseInfoResp) Reset()
- func (x *GetGroupsBaseInfoResp) String() string
- type GetJoinedGroupListReply
- func (*GetJoinedGroupListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetJoinedGroupListReply) GetData() []*v2.GroupInfo
- func (*GetJoinedGroupListReply) ProtoMessage()
- func (x *GetJoinedGroupListReply) ProtoReflect() protoreflect.Message
- func (x *GetJoinedGroupListReply) Reset()
- func (x *GetJoinedGroupListReply) String() string
- type GetJoinedGroupListReq
- func (*GetJoinedGroupListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetJoinedGroupListReq) GetFromUserID() string
- func (x *GetJoinedGroupListReq) GetOpUserID() string
- func (x *GetJoinedGroupListReq) GetOperatorID() string
- func (*GetJoinedGroupListReq) ProtoMessage()
- func (x *GetJoinedGroupListReq) ProtoReflect() protoreflect.Message
- func (x *GetJoinedGroupListReq) Reset()
- func (x *GetJoinedGroupListReq) String() string
- type GetUserReqGroupApplicationListReq
- func (*GetUserReqGroupApplicationListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserReqGroupApplicationListReq) GetOpUserID() string
- func (x *GetUserReqGroupApplicationListReq) GetOperationID() string
- func (x *GetUserReqGroupApplicationListReq) GetUserID() string
- func (*GetUserReqGroupApplicationListReq) ProtoMessage()
- func (x *GetUserReqGroupApplicationListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserReqGroupApplicationListReq) Reset()
- func (x *GetUserReqGroupApplicationListReq) String() string
- type GroupAddMemberInfo
- func (*GroupAddMemberInfo) Descriptor() ([]byte, []int)deprecated
- func (x *GroupAddMemberInfo) GetRoleLevel() int32
- func (x *GroupAddMemberInfo) GetUserID() string
- func (*GroupAddMemberInfo) ProtoMessage()
- func (x *GroupAddMemberInfo) ProtoReflect() protoreflect.Message
- func (x *GroupAddMemberInfo) Reset()
- func (x *GroupAddMemberInfo) String() string
- type GroupClient
- type GroupErrorReason
- func (GroupErrorReason) Descriptor() protoreflect.EnumDescriptor
- func (x GroupErrorReason) Enum() *GroupErrorReason
- func (GroupErrorReason) EnumDescriptor() ([]byte, []int)deprecated
- func (x GroupErrorReason) Number() protoreflect.EnumNumber
- func (x GroupErrorReason) String() string
- func (GroupErrorReason) Type() protoreflect.EnumType
- type GroupServer
- type GroupsBaseInfo
- func (*GroupsBaseInfo) Descriptor() ([]byte, []int)deprecated
- func (x *GroupsBaseInfo) GetCode() string
- func (x *GroupsBaseInfo) GetFaceURL() string
- func (x *GroupsBaseInfo) GetGroupID() string
- func (x *GroupsBaseInfo) GetGroupName() string
- func (x *GroupsBaseInfo) GetGroupType() int32
- func (x *GroupsBaseInfo) GetMemberCount() int32
- func (*GroupsBaseInfo) ProtoMessage()
- func (x *GroupsBaseInfo) ProtoReflect() protoreflect.Message
- func (x *GroupsBaseInfo) Reset()
- func (x *GroupsBaseInfo) String() string
- type InviteUserToGroupReply
- func (*InviteUserToGroupReply) Descriptor() ([]byte, []int)deprecated
- func (x *InviteUserToGroupReply) GetData() []*v2.UserIDResult
- func (*InviteUserToGroupReply) ProtoMessage()
- func (x *InviteUserToGroupReply) ProtoReflect() protoreflect.Message
- func (x *InviteUserToGroupReply) Reset()
- func (x *InviteUserToGroupReply) String() string
- type InviteUserToGroupReq
- func (*InviteUserToGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *InviteUserToGroupReq) GetGroupID() string
- func (x *InviteUserToGroupReq) GetInvitedUserIDList() []string
- func (x *InviteUserToGroupReq) GetOpUserID() string
- func (x *InviteUserToGroupReq) GetOperationID() string
- func (x *InviteUserToGroupReq) GetReason() string
- func (*InviteUserToGroupReq) ProtoMessage()
- func (x *InviteUserToGroupReq) ProtoReflect() protoreflect.Message
- func (x *InviteUserToGroupReq) Reset()
- func (x *InviteUserToGroupReq) String() string
- type JoinGroupReq
- func (*JoinGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *JoinGroupReq) GetGroupID() string
- func (x *JoinGroupReq) GetJinviterUserID() string
- func (x *JoinGroupReq) GetJoinSource() int32
- func (x *JoinGroupReq) GetOpUserID() string
- func (x *JoinGroupReq) GetOperationID() string
- func (x *JoinGroupReq) GetReqMessage() string
- func (*JoinGroupReq) ProtoMessage()
- func (x *JoinGroupReq) ProtoReflect() protoreflect.Message
- func (x *JoinGroupReq) Reset()
- func (x *JoinGroupReq) String() string
- type KickGroupMemberReply
- func (*KickGroupMemberReply) Descriptor() ([]byte, []int)deprecated
- func (x *KickGroupMemberReply) GetData() []*v2.UserIDResult
- func (*KickGroupMemberReply) ProtoMessage()
- func (x *KickGroupMemberReply) ProtoReflect() protoreflect.Message
- func (x *KickGroupMemberReply) Reset()
- func (x *KickGroupMemberReply) String() string
- type KickGroupMemberReq
- func (*KickGroupMemberReq) Descriptor() ([]byte, []int)deprecated
- func (x *KickGroupMemberReq) GetGroupID() string
- func (x *KickGroupMemberReq) GetKickedUserIDList() []string
- func (x *KickGroupMemberReq) GetOpUserID() string
- func (x *KickGroupMemberReq) GetOperationID() string
- func (x *KickGroupMemberReq) GetReason() string
- func (*KickGroupMemberReq) ProtoMessage()
- func (x *KickGroupMemberReq) ProtoReflect() protoreflect.Message
- func (x *KickGroupMemberReq) Reset()
- func (x *KickGroupMemberReq) String() string
- type MuteGroupMemberReq
- func (*MuteGroupMemberReq) Descriptor() ([]byte, []int)deprecated
- func (x *MuteGroupMemberReq) GetGroupID() string
- func (x *MuteGroupMemberReq) GetMutedSeconds() uint32
- func (x *MuteGroupMemberReq) GetOpUserID() string
- func (x *MuteGroupMemberReq) GetOperatorID() string
- func (x *MuteGroupMemberReq) GetUserID() string
- func (*MuteGroupMemberReq) ProtoMessage()
- func (x *MuteGroupMemberReq) ProtoReflect() protoreflect.Message
- func (x *MuteGroupMemberReq) Reset()
- func (x *MuteGroupMemberReq) String() string
- type MuteGroupReq
- func (*MuteGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *MuteGroupReq) GetGroupID() string
- func (x *MuteGroupReq) GetOpUserID() string
- func (x *MuteGroupReq) GetOperatorID() string
- func (*MuteGroupReq) ProtoMessage()
- func (x *MuteGroupReq) ProtoReflect() protoreflect.Message
- func (x *MuteGroupReq) Reset()
- func (x *MuteGroupReq) String() string
- type QuitGroupReq
- func (*QuitGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *QuitGroupReq) GetGroupID() string
- func (x *QuitGroupReq) GetOpUserID() string
- func (x *QuitGroupReq) GetOperationID() string
- func (*QuitGroupReq) ProtoMessage()
- func (x *QuitGroupReq) ProtoReflect() protoreflect.Message
- func (x *QuitGroupReq) Reset()
- func (x *QuitGroupReq) String() string
- type SetGroupBackgroundReq
- func (*SetGroupBackgroundReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetGroupBackgroundReq) GetBackgroundUrl() string
- func (x *SetGroupBackgroundReq) GetGroupID() string
- func (x *SetGroupBackgroundReq) GetOpUserID() string
- func (x *SetGroupBackgroundReq) GetOperationID() string
- func (*SetGroupBackgroundReq) ProtoMessage()
- func (x *SetGroupBackgroundReq) ProtoReflect() protoreflect.Message
- func (x *SetGroupBackgroundReq) Reset()
- func (x *SetGroupBackgroundReq) String() string
- type SetGroupInfoReq
- func (*SetGroupInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetGroupInfoReq) GetAllowPrivateChat() *wrapperspb.Int32Value
- func (x *SetGroupInfoReq) GetApplyMemberFriend() *wrapperspb.Int32Value
- func (x *SetGroupInfoReq) GetEx() string
- func (x *SetGroupInfoReq) GetFaceURL() string
- func (x *SetGroupInfoReq) GetGroupID() string
- func (x *SetGroupInfoReq) GetGroupName() string
- func (x *SetGroupInfoReq) GetIntroduction() string
- func (x *SetGroupInfoReq) GetIsOpen() *wrapperspb.Int32Value
- func (x *SetGroupInfoReq) GetIsReal() *wrapperspb.Int32Value
- func (x *SetGroupInfoReq) GetLookMemberInfo() *wrapperspb.Int32Value
- func (x *SetGroupInfoReq) GetNeedVerification() *wrapperspb.Int32Value
- func (x *SetGroupInfoReq) GetNotification() string
- func (x *SetGroupInfoReq) GetOpUserID() string
- func (x *SetGroupInfoReq) GetOperationID() string
- func (*SetGroupInfoReq) ProtoMessage()
- func (x *SetGroupInfoReq) ProtoReflect() protoreflect.Message
- func (x *SetGroupInfoReq) Reset()
- func (x *SetGroupInfoReq) String() string
- type SetGroupMemberInfoReq
- func (*SetGroupMemberInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetGroupMemberInfoReq) GetBackgroundUrl() string
- func (x *SetGroupMemberInfoReq) GetEx() string
- func (x *SetGroupMemberInfoReq) GetFaceURL() string
- func (x *SetGroupMemberInfoReq) GetGroupID() string
- func (x *SetGroupMemberInfoReq) GetNickname() string
- func (x *SetGroupMemberInfoReq) GetOpUserID() string
- func (x *SetGroupMemberInfoReq) GetOperatorID() string
- func (x *SetGroupMemberInfoReq) GetRoleLevel() int32
- func (x *SetGroupMemberInfoReq) GetUserID() string
- func (*SetGroupMemberInfoReq) ProtoMessage()
- func (x *SetGroupMemberInfoReq) ProtoReflect() protoreflect.Message
- func (x *SetGroupMemberInfoReq) Reset()
- func (x *SetGroupMemberInfoReq) String() string
- type SetGroupMemberNicknameReq
- func (*SetGroupMemberNicknameReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetGroupMemberNicknameReq) GetGroupID() string
- func (x *SetGroupMemberNicknameReq) GetNickname() string
- func (x *SetGroupMemberNicknameReq) GetOpUserID() string
- func (x *SetGroupMemberNicknameReq) GetOperatorID() string
- func (x *SetGroupMemberNicknameReq) GetUserID() string
- func (*SetGroupMemberNicknameReq) ProtoMessage()
- func (x *SetGroupMemberNicknameReq) ProtoReflect() protoreflect.Message
- func (x *SetGroupMemberNicknameReq) Reset()
- func (x *SetGroupMemberNicknameReq) String() string
- type TransferGroupOwnerReq
- func (*TransferGroupOwnerReq) Descriptor() ([]byte, []int)deprecated
- func (x *TransferGroupOwnerReq) GetGroupID() string
- func (x *TransferGroupOwnerReq) GetNewOwnerUserID() string
- func (x *TransferGroupOwnerReq) GetOldOwnerUserID() string
- func (x *TransferGroupOwnerReq) GetOpUserID() string
- func (x *TransferGroupOwnerReq) GetOperationID() string
- func (*TransferGroupOwnerReq) ProtoMessage()
- func (x *TransferGroupOwnerReq) ProtoReflect() protoreflect.Message
- func (x *TransferGroupOwnerReq) Reset()
- func (x *TransferGroupOwnerReq) String() string
- type UnimplementedGroupServer
- func (UnimplementedGroupServer) ApplicationGroupResponse(context.Context, *ApplicationGroupResponseReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) CancelMuteGroup(context.Context, *CancelMuteGroupReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) CancelMuteGroupMember(context.Context, *CancelMuteGroupMemberReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) CreateGroup(context.Context, *CreateGroupReq) (*CreateGroupReply, error)
- func (UnimplementedGroupServer) DismissGroup(context.Context, *DismissGroupReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) GetGroupAbstractInfo(context.Context, *GetGroupAbstractInfoReq) (*GetGroupAbstractInfoReply, error)
- func (UnimplementedGroupServer) GetGroupAllMemberList(context.Context, *GetGroupAllMemberReq) (*GetGroupAllMemberReply, error)
- func (UnimplementedGroupServer) GetGroupApplicationByUserAndGroup(context.Context, *GetGroupApplicationByUserAndGroupReq) (*GetGroupApplicationListReply, error)
- func (UnimplementedGroupServer) GetGroupInfoByCode(context.Context, *GetGroupInfoByCodeReq) (*GetGroupInfoByCodeReply, error)
- func (UnimplementedGroupServer) GetGroupMemberList(context.Context, *GetGroupMemberListReq) (*GetGroupMemberListReply, error)
- func (UnimplementedGroupServer) GetGroupMembersInfo(context.Context, *GetGroupMembersInfoReq) (*GetGroupAllMemberReply, error)
- func (UnimplementedGroupServer) GetGroupsInfo(context.Context, *GetGroupInfoReq) (*GetGroupInfoReplay, error)
- func (UnimplementedGroupServer) GetJoinedGroupBaseInfoList(context.Context, *GetJoinedGroupListReq) (*GetGroupsBaseInfoResp, error)
- func (UnimplementedGroupServer) GetJoinedGroupList(context.Context, *GetJoinedGroupListReq) (*GetJoinedGroupListReply, error)
- func (UnimplementedGroupServer) GetRecvGroupApplicationList(context.Context, *GetGroupApplicationListReq) (*GetGroupApplicationListReply, error)
- func (UnimplementedGroupServer) GetUserReqGroupApplicationList(context.Context, *GetUserReqGroupApplicationListReq) (*GetGroupApplicationListReply, error)
- func (UnimplementedGroupServer) InviteUserToGroup(context.Context, *InviteUserToGroupReq) (*InviteUserToGroupReply, error)
- func (UnimplementedGroupServer) JoinGroup(context.Context, *JoinGroupReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) KickGroupMember(context.Context, *KickGroupMemberReq) (*KickGroupMemberReply, error)
- func (UnimplementedGroupServer) MuteGroup(context.Context, *MuteGroupReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) MuteGroupMember(context.Context, *MuteGroupMemberReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) QuitGroup(context.Context, *QuitGroupReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) SetGroupBackground(context.Context, *SetGroupBackgroundReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) SetGroupInfo(context.Context, *SetGroupInfoReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) SetGroupMemberInfo(context.Context, *SetGroupMemberInfoReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) SetGroupMemberNickname(context.Context, *SetGroupMemberNicknameReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) TransferGroupOwner(context.Context, *TransferGroupOwnerReq) (*emptypb.Empty, error)
- type UnsafeGroupServer
Constants ¶
const ( Group_CreateGroup_FullMethodName = "/api.group.v2.Group/CreateGroup" Group_SetGroupInfo_FullMethodName = "/api.group.v2.Group/SetGroupInfo" Group_JoinGroup_FullMethodName = "/api.group.v2.Group/JoinGroup" Group_QuitGroup_FullMethodName = "/api.group.v2.Group/QuitGroup" Group_ApplicationGroupResponse_FullMethodName = "/api.group.v2.Group/ApplicationGroupResponse" Group_TransferGroupOwner_FullMethodName = "/api.group.v2.Group/TransferGroupOwner" Group_GetRecvGroupApplicationList_FullMethodName = "/api.group.v2.Group/GetRecvGroupApplicationList" Group_GetGroupApplicationByUserAndGroup_FullMethodName = "/api.group.v2.Group/GetGroupApplicationByUserAndGroup" Group_GetUserReqGroupApplicationList_FullMethodName = "/api.group.v2.Group/GetUserReqGroupApplicationList" Group_GetGroupsInfo_FullMethodName = "/api.group.v2.Group/GetGroupsInfo" Group_GetGroupInfoByCode_FullMethodName = "/api.group.v2.Group/GetGroupInfoByCode" Group_KickGroupMember_FullMethodName = "/api.group.v2.Group/KickGroupMember" Group_GetGroupMemberList_FullMethodName = "/api.group.v2.Group/GetGroupMemberList" Group_GetGroupAllMemberList_FullMethodName = "/api.group.v2.Group/GetGroupAllMemberList" Group_GetGroupMembersInfo_FullMethodName = "/api.group.v2.Group/GetGroupMembersInfo" Group_InviteUserToGroup_FullMethodName = "/api.group.v2.Group/InviteUserToGroup" Group_GetJoinedGroupList_FullMethodName = "/api.group.v2.Group/GetJoinedGroupList" Group_GetJoinedGroupBaseInfoList_FullMethodName = "/api.group.v2.Group/GetJoinedGroupBaseInfoList" Group_DismissGroup_FullMethodName = "/api.group.v2.Group/DismissGroup" Group_MuteGroupMember_FullMethodName = "/api.group.v2.Group/MuteGroupMember" Group_CancelMuteGroupMember_FullMethodName = "/api.group.v2.Group/CancelMuteGroupMember" Group_MuteGroup_FullMethodName = "/api.group.v2.Group/MuteGroup" Group_CancelMuteGroup_FullMethodName = "/api.group.v2.Group/CancelMuteGroup" Group_SetGroupMemberNickname_FullMethodName = "/api.group.v2.Group/SetGroupMemberNickname" Group_SetGroupMemberInfo_FullMethodName = "/api.group.v2.Group/SetGroupMemberInfo" Group_GetGroupAbstractInfo_FullMethodName = "/api.group.v2.Group/GetGroupAbstractInfo" Group_SetGroupBackground_FullMethodName = "/api.group.v2.Group/SetGroupBackground" )
Variables ¶
var ( GroupErrorReason_name = map[int32]string{ 0: "GET_GROUP_INFO_FAIL", 1: "GROUP_MEMBER_NUM_TOO_MANY", 2: "CREATE_GROUP_FAIL", 3: "MUTE_GROUP_FAIL", 4: "MUTE_GROUP_MEMBER_FAIL", 5: "GET_GROUP_MEMBER_FAIL", 6: "GROUP_MEMBER_NUM_TOO_LITTLE", 7: "CANCEL_MUTE_GROUP_FAIL", 8: "CANCEL_MUTE_GROUP_MEMBER_FAIL", 9: "NO_PERMISSION_OPERATION_GROUP_INFO", 10: "DISMISS_GROUP_FAIL", 11: "UPDATE_GROUP_DATA_FAIL", 12: "NEED_REAL_NAME_AUTHENTICATION", 13: "JOIN_GROUP_REQ_FAIL", 14: "DELETE_RC_CACHE_FAIL", 15: "SETTING_GROUP_MEMBER_MEMBERCOUNT_FAIL", 16: "SETTING_GROUP_ADMIN_FAIL", 17: "KICK_GROUP_MEMBER_FAIL", 18: "MEMBER_QUIT_GROUP_FAIL", 19: "HANDLE_APPLICIATION_REQUEST_FAIL", 20: "UPLOAD_GROUP_FEIL_FAIL", 21: "GET_GROUP_FEIL_LIST_FAIl", 22: "GET_REQUEST_DATA_INFO_FAIL", 23: "GET_KICK_GROUP_MEMBER_FAIL", 24: "GET_JOIN_GROUP_REQUEST_FAIL", 25: "TRANSFER_GROUP_ERROR", 26: "THE_APPLICATION_HAS_BEEN_INITIATED_DO_NOT_REPEAT", 27: "GET_UNTREATED_GROUP_APPLICATION_LIST_FAIL", 28: "UPDATE_FAIL", 29: "QUERY_FAIL", 30: "GROUP_MAX_MEMBER_LIMIT_ERROR", } GroupErrorReason_value = map[string]int32{ "GET_GROUP_INFO_FAIL": 0, "GROUP_MEMBER_NUM_TOO_MANY": 1, "CREATE_GROUP_FAIL": 2, "MUTE_GROUP_FAIL": 3, "MUTE_GROUP_MEMBER_FAIL": 4, "GET_GROUP_MEMBER_FAIL": 5, "GROUP_MEMBER_NUM_TOO_LITTLE": 6, "CANCEL_MUTE_GROUP_FAIL": 7, "CANCEL_MUTE_GROUP_MEMBER_FAIL": 8, "NO_PERMISSION_OPERATION_GROUP_INFO": 9, "DISMISS_GROUP_FAIL": 10, "UPDATE_GROUP_DATA_FAIL": 11, "NEED_REAL_NAME_AUTHENTICATION": 12, "JOIN_GROUP_REQ_FAIL": 13, "DELETE_RC_CACHE_FAIL": 14, "SETTING_GROUP_MEMBER_MEMBERCOUNT_FAIL": 15, "SETTING_GROUP_ADMIN_FAIL": 16, "KICK_GROUP_MEMBER_FAIL": 17, "MEMBER_QUIT_GROUP_FAIL": 18, "HANDLE_APPLICIATION_REQUEST_FAIL": 19, "UPLOAD_GROUP_FEIL_FAIL": 20, "GET_GROUP_FEIL_LIST_FAIl": 21, "GET_REQUEST_DATA_INFO_FAIL": 22, "GET_KICK_GROUP_MEMBER_FAIL": 23, "GET_JOIN_GROUP_REQUEST_FAIL": 24, "TRANSFER_GROUP_ERROR": 25, "THE_APPLICATION_HAS_BEEN_INITIATED_DO_NOT_REPEAT": 26, "GET_UNTREATED_GROUP_APPLICATION_LIST_FAIL": 27, "UPDATE_FAIL": 28, "QUERY_FAIL": 29, "GROUP_MAX_MEMBER_LIMIT_ERROR": 30, } )
Enum value maps for GroupErrorReason.
var File_group_v2_group_error_proto protoreflect.FileDescriptor
var File_group_v2_group_proto protoreflect.FileDescriptor
var Group_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.group.v2.Group", HandlerType: (*GroupServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateGroup", Handler: _Group_CreateGroup_Handler, }, { MethodName: "SetGroupInfo", Handler: _Group_SetGroupInfo_Handler, }, { MethodName: "JoinGroup", Handler: _Group_JoinGroup_Handler, }, { MethodName: "QuitGroup", Handler: _Group_QuitGroup_Handler, }, { MethodName: "ApplicationGroupResponse", Handler: _Group_ApplicationGroupResponse_Handler, }, { MethodName: "TransferGroupOwner", Handler: _Group_TransferGroupOwner_Handler, }, { MethodName: "GetRecvGroupApplicationList", Handler: _Group_GetRecvGroupApplicationList_Handler, }, { MethodName: "GetGroupApplicationByUserAndGroup", Handler: _Group_GetGroupApplicationByUserAndGroup_Handler, }, { MethodName: "GetUserReqGroupApplicationList", Handler: _Group_GetUserReqGroupApplicationList_Handler, }, { MethodName: "GetGroupsInfo", Handler: _Group_GetGroupsInfo_Handler, }, { MethodName: "GetGroupInfoByCode", Handler: _Group_GetGroupInfoByCode_Handler, }, { MethodName: "KickGroupMember", Handler: _Group_KickGroupMember_Handler, }, { MethodName: "GetGroupMemberList", Handler: _Group_GetGroupMemberList_Handler, }, { MethodName: "GetGroupAllMemberList", Handler: _Group_GetGroupAllMemberList_Handler, }, { MethodName: "GetGroupMembersInfo", Handler: _Group_GetGroupMembersInfo_Handler, }, { MethodName: "InviteUserToGroup", Handler: _Group_InviteUserToGroup_Handler, }, { MethodName: "GetJoinedGroupList", Handler: _Group_GetJoinedGroupList_Handler, }, { MethodName: "GetJoinedGroupBaseInfoList", Handler: _Group_GetJoinedGroupBaseInfoList_Handler, }, { MethodName: "DismissGroup", Handler: _Group_DismissGroup_Handler, }, { MethodName: "MuteGroupMember", Handler: _Group_MuteGroupMember_Handler, }, { MethodName: "CancelMuteGroupMember", Handler: _Group_CancelMuteGroupMember_Handler, }, { MethodName: "MuteGroup", Handler: _Group_MuteGroup_Handler, }, { MethodName: "CancelMuteGroup", Handler: _Group_CancelMuteGroup_Handler, }, { MethodName: "SetGroupMemberNickname", Handler: _Group_SetGroupMemberNickname_Handler, }, { MethodName: "SetGroupMemberInfo", Handler: _Group_SetGroupMemberInfo_Handler, }, { MethodName: "GetGroupAbstractInfo", Handler: _Group_GetGroupAbstractInfo_Handler, }, { MethodName: "SetGroupBackground", Handler: _Group_SetGroupBackground_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "group/v2/group.proto", }
Group_ServiceDesc is the grpc.ServiceDesc for Group service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func ErrorCancelMuteGroupFail ¶ added in v0.0.17
取消禁言群失败
func ErrorCancelMuteGroupMemberFail ¶ added in v0.0.17
取消禁言群成员失败
func ErrorCreateGroupFail ¶ added in v0.0.17
创建群聊失败
func ErrorDeleteRcCacheFail ¶ added in v0.0.17
删除缓存信息失败
func ErrorDismissGroupFail ¶ added in v0.0.17
解散群失败
func ErrorGetGroupFeilListFAIl ¶ added in v0.0.17
获取群文件列表数据失败
func ErrorGetGroupInfoFail ¶ added in v0.0.17
获取群信息失败
func ErrorGetGroupMemberFail ¶ added in v0.0.17
获取群成员信息失败
func ErrorGetJoinGroupRequestFail ¶ added in v0.0.17
获取加群信息失败
func ErrorGetKickGroupMemberFail ¶ added in v0.0.17
获取踢出群成员数据信息失败
func ErrorGetRequestDataInfoFail ¶ added in v0.0.17
获取请求数据失败
func ErrorGetUntreatedGroupApplicationListFail ¶ added in v0.0.17
获取最大未处理的加群请求失败
func ErrorGroupMaxMemberLimitError ¶ added in v0.0.27
群成员人数上限
func ErrorGroupMemberNumTooLittle ¶ added in v0.0.17
群成员数量不应少于2人
func ErrorGroupMemberNumTooMany ¶ added in v0.0.17
群成员数量不应超过最大限制
func ErrorHandleAppliciationRequestFail ¶ added in v0.0.17
请求处理失败
func ErrorJoinGroupReqFail ¶ added in v0.0.17
加入群聊失败
func ErrorKickGroupMemberFail ¶ added in v0.0.17
踢出群成员失败
func ErrorMemberQuitGroupFail ¶ added in v0.0.17
推出群聊失败
func ErrorMuteGroupFail ¶ added in v0.0.17
禁言群失败
func ErrorMuteGroupMemberFail ¶ added in v0.0.17
禁言群成员失败
func ErrorNeedRealNameAuthentication ¶ added in v0.0.17
需要实名认证
func ErrorNoPermissionOperationGroupInfo ¶ added in v0.0.17
没有权限操作该信息
func ErrorQueryFail ¶ added in v0.0.17
查询错误
func ErrorSettingGroupAdminFail ¶ added in v0.0.17
添加群管理失败
func ErrorSettingGroupMemberMembercountFail ¶ added in v0.0.17
设置群成员数量应大于当前人数且不小于3人
func ErrorTheApplicationHasBeenInitiatedDoNotRepeat ¶ added in v0.0.17
func ErrorTheApplicationHasBeenInitiatedDoNotRepeat(format string, args ...interface{}) *errors.Error
申请已经发起,请勿重复请求
func ErrorTransferGroupError ¶ added in v0.0.17
转让群失败
func ErrorUpdateFail ¶ added in v0.0.17
更新错误
func ErrorUpdateGroupDataFail ¶ added in v0.0.17
更新群/群成员数据失败
func ErrorUploadGroupFeilFail ¶ added in v0.0.17
上传文件失败
func IsCancelMuteGroupMemberFail ¶ added in v0.0.17
取消禁言群成员失败
func IsGetGroupFeilListFAIl ¶ added in v0.0.17
获取群文件列表数据失败
func IsGetJoinGroupRequestFail ¶ added in v0.0.17
获取加群信息失败
func IsGetKickGroupMemberFail ¶ added in v0.0.17
获取踢出群成员数据信息失败
func IsGetRequestDataInfoFail ¶ added in v0.0.17
获取请求数据失败
func IsGetUntreatedGroupApplicationListFail ¶ added in v0.0.17
获取最大未处理的加群请求失败
func IsGroupMaxMemberLimitError ¶ added in v0.0.27
群成员人数上限
func IsGroupMemberNumTooLittle ¶ added in v0.0.17
群成员数量不应少于2人
func IsGroupMemberNumTooMany ¶ added in v0.0.17
群成员数量不应超过最大限制
func IsHandleAppliciationRequestFail ¶ added in v0.0.17
请求处理失败
func IsNeedRealNameAuthentication ¶ added in v0.0.17
需要实名认证
func IsNoPermissionOperationGroupInfo ¶ added in v0.0.17
没有权限操作该信息
func IsSettingGroupAdminFail ¶ added in v0.0.17
添加群管理失败
func IsSettingGroupMemberMembercountFail ¶ added in v0.0.17
设置群成员数量应大于当前人数且不小于3人
func IsTheApplicationHasBeenInitiatedDoNotRepeat ¶ added in v0.0.17
申请已经发起,请勿重复请求
func IsUpdateGroupDataFail ¶ added in v0.0.17
更新群/群成员数据失败
func RegisterGroupServer ¶
func RegisterGroupServer(s grpc.ServiceRegistrar, srv GroupServer)
Types ¶
type ApplicationGroupResponseReq ¶ added in v0.0.17
type ApplicationGroupResponseReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` OperationID string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"` FromUserID string `protobuf:"bytes,3,opt,name=fromUserID,proto3" json:"fromUserID,omitempty"` HandledMsg string `protobuf:"bytes,4,opt,name=handledMsg,proto3" json:"handledMsg,omitempty"` HandleResult int32 `protobuf:"varint,5,opt,name=handleResult,proto3" json:"handleResult,omitempty"` OpUserID string `protobuf:"bytes,6,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*ApplicationGroupResponseReq) Descriptor
deprecated
added in
v0.0.17
func (*ApplicationGroupResponseReq) Descriptor() ([]byte, []int)
Deprecated: Use ApplicationGroupResponseReq.ProtoReflect.Descriptor instead.
func (*ApplicationGroupResponseReq) GetFromUserID ¶ added in v0.0.17
func (x *ApplicationGroupResponseReq) GetFromUserID() string
func (*ApplicationGroupResponseReq) GetGroupID ¶ added in v0.0.17
func (x *ApplicationGroupResponseReq) GetGroupID() string
func (*ApplicationGroupResponseReq) GetHandleResult ¶ added in v0.0.17
func (x *ApplicationGroupResponseReq) GetHandleResult() int32
func (*ApplicationGroupResponseReq) GetHandledMsg ¶ added in v0.0.17
func (x *ApplicationGroupResponseReq) GetHandledMsg() string
func (*ApplicationGroupResponseReq) GetOpUserID ¶ added in v0.0.17
func (x *ApplicationGroupResponseReq) GetOpUserID() string
func (*ApplicationGroupResponseReq) GetOperationID ¶ added in v0.0.17
func (x *ApplicationGroupResponseReq) GetOperationID() string
func (*ApplicationGroupResponseReq) ProtoMessage ¶ added in v0.0.17
func (*ApplicationGroupResponseReq) ProtoMessage()
func (*ApplicationGroupResponseReq) ProtoReflect ¶ added in v0.0.17
func (x *ApplicationGroupResponseReq) ProtoReflect() protoreflect.Message
func (*ApplicationGroupResponseReq) Reset ¶ added in v0.0.17
func (x *ApplicationGroupResponseReq) Reset()
func (*ApplicationGroupResponseReq) String ¶ added in v0.0.17
func (x *ApplicationGroupResponseReq) String() string
type CancelMuteGroupMemberReq ¶ added in v0.0.17
type CancelMuteGroupMemberReq struct { OperatorID string `protobuf:"bytes,1,opt,name=operatorID,proto3" json:"operatorID,omitempty"` GroupID string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID,omitempty"` UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` OpUserID string `protobuf:"bytes,4,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*CancelMuteGroupMemberReq) Descriptor
deprecated
added in
v0.0.17
func (*CancelMuteGroupMemberReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelMuteGroupMemberReq.ProtoReflect.Descriptor instead.
func (*CancelMuteGroupMemberReq) GetGroupID ¶ added in v0.0.17
func (x *CancelMuteGroupMemberReq) GetGroupID() string
func (*CancelMuteGroupMemberReq) GetOpUserID ¶ added in v0.0.17
func (x *CancelMuteGroupMemberReq) GetOpUserID() string
func (*CancelMuteGroupMemberReq) GetOperatorID ¶ added in v0.0.17
func (x *CancelMuteGroupMemberReq) GetOperatorID() string
func (*CancelMuteGroupMemberReq) GetUserID ¶ added in v0.0.17
func (x *CancelMuteGroupMemberReq) GetUserID() string
func (*CancelMuteGroupMemberReq) ProtoMessage ¶ added in v0.0.17
func (*CancelMuteGroupMemberReq) ProtoMessage()
func (*CancelMuteGroupMemberReq) ProtoReflect ¶ added in v0.0.17
func (x *CancelMuteGroupMemberReq) ProtoReflect() protoreflect.Message
func (*CancelMuteGroupMemberReq) Reset ¶ added in v0.0.17
func (x *CancelMuteGroupMemberReq) Reset()
func (*CancelMuteGroupMemberReq) String ¶ added in v0.0.17
func (x *CancelMuteGroupMemberReq) String() string
type CancelMuteGroupReq ¶ added in v0.0.17
type CancelMuteGroupReq struct { OperatorID string `protobuf:"bytes,1,opt,name=operatorID,proto3" json:"operatorID,omitempty"` GroupID string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID,omitempty"` OpUserID string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*CancelMuteGroupReq) Descriptor
deprecated
added in
v0.0.17
func (*CancelMuteGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelMuteGroupReq.ProtoReflect.Descriptor instead.
func (*CancelMuteGroupReq) GetGroupID ¶ added in v0.0.17
func (x *CancelMuteGroupReq) GetGroupID() string
func (*CancelMuteGroupReq) GetOpUserID ¶ added in v0.0.17
func (x *CancelMuteGroupReq) GetOpUserID() string
func (*CancelMuteGroupReq) GetOperatorID ¶ added in v0.0.17
func (x *CancelMuteGroupReq) GetOperatorID() string
func (*CancelMuteGroupReq) ProtoMessage ¶ added in v0.0.17
func (*CancelMuteGroupReq) ProtoMessage()
func (*CancelMuteGroupReq) ProtoReflect ¶ added in v0.0.17
func (x *CancelMuteGroupReq) ProtoReflect() protoreflect.Message
func (*CancelMuteGroupReq) Reset ¶ added in v0.0.17
func (x *CancelMuteGroupReq) Reset()
func (*CancelMuteGroupReq) String ¶ added in v0.0.17
func (x *CancelMuteGroupReq) String() string
type CreateGroupReply ¶ added in v0.0.17
type CreateGroupReply struct { Data *v2.GroupInfo `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*CreateGroupReply) Descriptor
deprecated
added in
v0.0.17
func (*CreateGroupReply) Descriptor() ([]byte, []int)
Deprecated: Use CreateGroupReply.ProtoReflect.Descriptor instead.
func (*CreateGroupReply) GetData ¶ added in v0.0.17
func (x *CreateGroupReply) GetData() *v2.GroupInfo
func (*CreateGroupReply) ProtoMessage ¶ added in v0.0.17
func (*CreateGroupReply) ProtoMessage()
func (*CreateGroupReply) ProtoReflect ¶ added in v0.0.17
func (x *CreateGroupReply) ProtoReflect() protoreflect.Message
func (*CreateGroupReply) Reset ¶ added in v0.0.17
func (x *CreateGroupReply) Reset()
func (*CreateGroupReply) String ¶ added in v0.0.17
func (x *CreateGroupReply) String() string
type CreateGroupReq ¶ added in v0.0.17
type CreateGroupReq struct { MemberList []*GroupAddMemberInfo `protobuf:"bytes,1,rep,name=memberList,proto3" json:"memberList,omitempty"` OwnerUserID string `protobuf:"bytes,2,opt,name=ownerUserID,proto3" json:"ownerUserID,omitempty"` GroupType int32 `protobuf:"varint,3,opt,name=groupType,proto3" json:"groupType,omitempty"` GroupName string `protobuf:"bytes,4,opt,name=groupName,proto3" json:"groupName,omitempty"` Notification string `protobuf:"bytes,5,opt,name=notification,proto3" json:"notification,omitempty"` Introduction string `protobuf:"bytes,6,opt,name=introduction,proto3" json:"introduction,omitempty"` FaceURL string `protobuf:"bytes,7,opt,name=faceURL,proto3" json:"faceURL,omitempty"` Ex string `protobuf:"bytes,8,opt,name=ex,proto3" json:"ex,omitempty"` OperationID string `protobuf:"bytes,9,opt,name=operationID,proto3" json:"operationID,omitempty"` GroupID string `protobuf:"bytes,10,opt,name=groupID,proto3" json:"groupID,omitempty"` OpUserID string `protobuf:"bytes,11,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*CreateGroupReq) Descriptor
deprecated
added in
v0.0.17
func (*CreateGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use CreateGroupReq.ProtoReflect.Descriptor instead.
func (*CreateGroupReq) GetEx ¶ added in v0.0.17
func (x *CreateGroupReq) GetEx() string
func (*CreateGroupReq) GetFaceURL ¶ added in v0.0.17
func (x *CreateGroupReq) GetFaceURL() string
func (*CreateGroupReq) GetGroupID ¶ added in v0.0.17
func (x *CreateGroupReq) GetGroupID() string
func (*CreateGroupReq) GetGroupName ¶ added in v0.0.17
func (x *CreateGroupReq) GetGroupName() string
func (*CreateGroupReq) GetGroupType ¶ added in v0.0.17
func (x *CreateGroupReq) GetGroupType() int32
func (*CreateGroupReq) GetIntroduction ¶ added in v0.0.17
func (x *CreateGroupReq) GetIntroduction() string
func (*CreateGroupReq) GetMemberList ¶ added in v0.0.17
func (x *CreateGroupReq) GetMemberList() []*GroupAddMemberInfo
func (*CreateGroupReq) GetNotification ¶ added in v0.0.17
func (x *CreateGroupReq) GetNotification() string
func (*CreateGroupReq) GetOpUserID ¶ added in v0.0.17
func (x *CreateGroupReq) GetOpUserID() string
func (*CreateGroupReq) GetOperationID ¶ added in v0.0.17
func (x *CreateGroupReq) GetOperationID() string
func (*CreateGroupReq) GetOwnerUserID ¶ added in v0.0.17
func (x *CreateGroupReq) GetOwnerUserID() string
func (*CreateGroupReq) ProtoMessage ¶ added in v0.0.17
func (*CreateGroupReq) ProtoMessage()
func (*CreateGroupReq) ProtoReflect ¶ added in v0.0.17
func (x *CreateGroupReq) ProtoReflect() protoreflect.Message
func (*CreateGroupReq) Reset ¶ added in v0.0.17
func (x *CreateGroupReq) Reset()
func (*CreateGroupReq) String ¶ added in v0.0.17
func (x *CreateGroupReq) String() string
type DismissGroupReq ¶ added in v0.0.17
type DismissGroupReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` OperatorID string `protobuf:"bytes,2,opt,name=operatorID,proto3" json:"operatorID,omitempty"` OpUserID string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*DismissGroupReq) Descriptor
deprecated
added in
v0.0.17
func (*DismissGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use DismissGroupReq.ProtoReflect.Descriptor instead.
func (*DismissGroupReq) GetGroupID ¶ added in v0.0.17
func (x *DismissGroupReq) GetGroupID() string
func (*DismissGroupReq) GetOpUserID ¶ added in v0.0.17
func (x *DismissGroupReq) GetOpUserID() string
func (*DismissGroupReq) GetOperatorID ¶ added in v0.0.17
func (x *DismissGroupReq) GetOperatorID() string
func (*DismissGroupReq) ProtoMessage ¶ added in v0.0.17
func (*DismissGroupReq) ProtoMessage()
func (*DismissGroupReq) ProtoReflect ¶ added in v0.0.17
func (x *DismissGroupReq) ProtoReflect() protoreflect.Message
func (*DismissGroupReq) Reset ¶ added in v0.0.17
func (x *DismissGroupReq) Reset()
func (*DismissGroupReq) String ¶ added in v0.0.17
func (x *DismissGroupReq) String() string
type GetGroupAbstractInfoReply ¶ added in v0.0.17
type GetGroupAbstractInfoReply struct { GroupMemberNumber int32 `protobuf:"varint,1,opt,name=groupMemberNumber,proto3" json:"groupMemberNumber,omitempty"` GroupMemberListHash uint64 `protobuf:"varint,2,opt,name=groupMemberListHash,proto3" json:"groupMemberListHash,omitempty"` // contains filtered or unexported fields }
func (*GetGroupAbstractInfoReply) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupAbstractInfoReply) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupAbstractInfoReply.ProtoReflect.Descriptor instead.
func (*GetGroupAbstractInfoReply) GetGroupMemberListHash ¶ added in v0.0.17
func (x *GetGroupAbstractInfoReply) GetGroupMemberListHash() uint64
func (*GetGroupAbstractInfoReply) GetGroupMemberNumber ¶ added in v0.0.17
func (x *GetGroupAbstractInfoReply) GetGroupMemberNumber() int32
func (*GetGroupAbstractInfoReply) ProtoMessage ¶ added in v0.0.17
func (*GetGroupAbstractInfoReply) ProtoMessage()
func (*GetGroupAbstractInfoReply) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupAbstractInfoReply) ProtoReflect() protoreflect.Message
func (*GetGroupAbstractInfoReply) Reset ¶ added in v0.0.17
func (x *GetGroupAbstractInfoReply) Reset()
func (*GetGroupAbstractInfoReply) String ¶ added in v0.0.17
func (x *GetGroupAbstractInfoReply) String() string
type GetGroupAbstractInfoReq ¶ added in v0.0.17
type GetGroupAbstractInfoReq struct { OperatorID string `protobuf:"bytes,1,opt,name=operatorID,proto3" json:"operatorID,omitempty"` GroupID string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID,omitempty"` OpUserID string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*GetGroupAbstractInfoReq) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupAbstractInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupAbstractInfoReq.ProtoReflect.Descriptor instead.
func (*GetGroupAbstractInfoReq) GetGroupID ¶ added in v0.0.17
func (x *GetGroupAbstractInfoReq) GetGroupID() string
func (*GetGroupAbstractInfoReq) GetOpUserID ¶ added in v0.0.17
func (x *GetGroupAbstractInfoReq) GetOpUserID() string
func (*GetGroupAbstractInfoReq) GetOperatorID ¶ added in v0.0.17
func (x *GetGroupAbstractInfoReq) GetOperatorID() string
func (*GetGroupAbstractInfoReq) ProtoMessage ¶ added in v0.0.17
func (*GetGroupAbstractInfoReq) ProtoMessage()
func (*GetGroupAbstractInfoReq) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupAbstractInfoReq) ProtoReflect() protoreflect.Message
func (*GetGroupAbstractInfoReq) Reset ¶ added in v0.0.17
func (x *GetGroupAbstractInfoReq) Reset()
func (*GetGroupAbstractInfoReq) String ¶ added in v0.0.17
func (x *GetGroupAbstractInfoReq) String() string
type GetGroupAllMemberReply ¶ added in v0.0.17
type GetGroupAllMemberReply struct { Data []*v2.GroupMemberFullInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetGroupAllMemberReply) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupAllMemberReply) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupAllMemberReply.ProtoReflect.Descriptor instead.
func (*GetGroupAllMemberReply) GetData ¶ added in v0.0.17
func (x *GetGroupAllMemberReply) GetData() []*v2.GroupMemberFullInfo
func (*GetGroupAllMemberReply) ProtoMessage ¶ added in v0.0.17
func (*GetGroupAllMemberReply) ProtoMessage()
func (*GetGroupAllMemberReply) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupAllMemberReply) ProtoReflect() protoreflect.Message
func (*GetGroupAllMemberReply) Reset ¶ added in v0.0.17
func (x *GetGroupAllMemberReply) Reset()
func (*GetGroupAllMemberReply) String ¶ added in v0.0.17
func (x *GetGroupAllMemberReply) String() string
type GetGroupAllMemberReq ¶ added in v0.0.17
type GetGroupAllMemberReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` OperationID string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"` Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"` Count int32 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"` OpUserID string `protobuf:"bytes,5,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*GetGroupAllMemberReq) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupAllMemberReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupAllMemberReq.ProtoReflect.Descriptor instead.
func (*GetGroupAllMemberReq) GetCount ¶ added in v0.0.17
func (x *GetGroupAllMemberReq) GetCount() int32
func (*GetGroupAllMemberReq) GetGroupID ¶ added in v0.0.17
func (x *GetGroupAllMemberReq) GetGroupID() string
func (*GetGroupAllMemberReq) GetOffset ¶ added in v0.0.17
func (x *GetGroupAllMemberReq) GetOffset() int32
func (*GetGroupAllMemberReq) GetOpUserID ¶ added in v0.0.17
func (x *GetGroupAllMemberReq) GetOpUserID() string
func (*GetGroupAllMemberReq) GetOperationID ¶ added in v0.0.17
func (x *GetGroupAllMemberReq) GetOperationID() string
func (*GetGroupAllMemberReq) ProtoMessage ¶ added in v0.0.17
func (*GetGroupAllMemberReq) ProtoMessage()
func (*GetGroupAllMemberReq) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupAllMemberReq) ProtoReflect() protoreflect.Message
func (*GetGroupAllMemberReq) Reset ¶ added in v0.0.17
func (x *GetGroupAllMemberReq) Reset()
func (*GetGroupAllMemberReq) String ¶ added in v0.0.17
func (x *GetGroupAllMemberReq) String() string
type GetGroupApplicationByUserAndGroupReq ¶ added in v0.0.17
type GetGroupApplicationByUserAndGroupReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"` OperationID string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID,omitempty"` // contains filtered or unexported fields }
func (*GetGroupApplicationByUserAndGroupReq) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupApplicationByUserAndGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupApplicationByUserAndGroupReq.ProtoReflect.Descriptor instead.
func (*GetGroupApplicationByUserAndGroupReq) GetGroupID ¶ added in v0.0.17
func (x *GetGroupApplicationByUserAndGroupReq) GetGroupID() string
func (*GetGroupApplicationByUserAndGroupReq) GetOperationID ¶ added in v0.0.17
func (x *GetGroupApplicationByUserAndGroupReq) GetOperationID() string
func (*GetGroupApplicationByUserAndGroupReq) GetUserID ¶ added in v0.0.17
func (x *GetGroupApplicationByUserAndGroupReq) GetUserID() string
func (*GetGroupApplicationByUserAndGroupReq) ProtoMessage ¶ added in v0.0.17
func (*GetGroupApplicationByUserAndGroupReq) ProtoMessage()
func (*GetGroupApplicationByUserAndGroupReq) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupApplicationByUserAndGroupReq) ProtoReflect() protoreflect.Message
func (*GetGroupApplicationByUserAndGroupReq) Reset ¶ added in v0.0.17
func (x *GetGroupApplicationByUserAndGroupReq) Reset()
func (*GetGroupApplicationByUserAndGroupReq) String ¶ added in v0.0.17
func (x *GetGroupApplicationByUserAndGroupReq) String() string
type GetGroupApplicationListReply ¶ added in v0.0.17
type GetGroupApplicationListReply struct { Data []*v2.GroupRequest `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetGroupApplicationListReply) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupApplicationListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupApplicationListReply.ProtoReflect.Descriptor instead.
func (*GetGroupApplicationListReply) GetData ¶ added in v0.0.17
func (x *GetGroupApplicationListReply) GetData() []*v2.GroupRequest
func (*GetGroupApplicationListReply) ProtoMessage ¶ added in v0.0.17
func (*GetGroupApplicationListReply) ProtoMessage()
func (*GetGroupApplicationListReply) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupApplicationListReply) ProtoReflect() protoreflect.Message
func (*GetGroupApplicationListReply) Reset ¶ added in v0.0.17
func (x *GetGroupApplicationListReply) Reset()
func (*GetGroupApplicationListReply) String ¶ added in v0.0.17
func (x *GetGroupApplicationListReply) String() string
type GetGroupApplicationListReq ¶ added in v0.0.17
type GetGroupApplicationListReq struct { OperationID string `protobuf:"bytes,1,opt,name=operationID,proto3" json:"operationID,omitempty"` FromUserID string `protobuf:"bytes,2,opt,name=fromUserID,proto3" json:"fromUserID,omitempty"` OpUserID string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*GetGroupApplicationListReq) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupApplicationListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupApplicationListReq.ProtoReflect.Descriptor instead.
func (*GetGroupApplicationListReq) GetFromUserID ¶ added in v0.0.17
func (x *GetGroupApplicationListReq) GetFromUserID() string
func (*GetGroupApplicationListReq) GetOpUserID ¶ added in v0.0.17
func (x *GetGroupApplicationListReq) GetOpUserID() string
func (*GetGroupApplicationListReq) GetOperationID ¶ added in v0.0.17
func (x *GetGroupApplicationListReq) GetOperationID() string
func (*GetGroupApplicationListReq) ProtoMessage ¶ added in v0.0.17
func (*GetGroupApplicationListReq) ProtoMessage()
func (*GetGroupApplicationListReq) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupApplicationListReq) ProtoReflect() protoreflect.Message
func (*GetGroupApplicationListReq) Reset ¶ added in v0.0.17
func (x *GetGroupApplicationListReq) Reset()
func (*GetGroupApplicationListReq) String ¶ added in v0.0.17
func (x *GetGroupApplicationListReq) String() string
type GetGroupInfoByCodeReply ¶ added in v0.0.17
type GetGroupInfoByCodeReply struct { Data *v2.GroupInfo `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetGroupInfoByCodeReply) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupInfoByCodeReply) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupInfoByCodeReply.ProtoReflect.Descriptor instead.
func (*GetGroupInfoByCodeReply) GetData ¶ added in v0.0.17
func (x *GetGroupInfoByCodeReply) GetData() *v2.GroupInfo
func (*GetGroupInfoByCodeReply) ProtoMessage ¶ added in v0.0.17
func (*GetGroupInfoByCodeReply) ProtoMessage()
func (*GetGroupInfoByCodeReply) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupInfoByCodeReply) ProtoReflect() protoreflect.Message
func (*GetGroupInfoByCodeReply) Reset ¶ added in v0.0.17
func (x *GetGroupInfoByCodeReply) Reset()
func (*GetGroupInfoByCodeReply) String ¶ added in v0.0.17
func (x *GetGroupInfoByCodeReply) String() string
type GetGroupInfoByCodeReq ¶ added in v0.0.17
type GetGroupInfoByCodeReq struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` OperationID string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"` OpUserID string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*GetGroupInfoByCodeReq) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupInfoByCodeReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupInfoByCodeReq.ProtoReflect.Descriptor instead.
func (*GetGroupInfoByCodeReq) GetCode ¶ added in v0.0.17
func (x *GetGroupInfoByCodeReq) GetCode() string
func (*GetGroupInfoByCodeReq) GetOpUserID ¶ added in v0.0.17
func (x *GetGroupInfoByCodeReq) GetOpUserID() string
func (*GetGroupInfoByCodeReq) GetOperationID ¶ added in v0.0.17
func (x *GetGroupInfoByCodeReq) GetOperationID() string
func (*GetGroupInfoByCodeReq) ProtoMessage ¶ added in v0.0.17
func (*GetGroupInfoByCodeReq) ProtoMessage()
func (*GetGroupInfoByCodeReq) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupInfoByCodeReq) ProtoReflect() protoreflect.Message
func (*GetGroupInfoByCodeReq) Reset ¶ added in v0.0.17
func (x *GetGroupInfoByCodeReq) Reset()
func (*GetGroupInfoByCodeReq) String ¶ added in v0.0.17
func (x *GetGroupInfoByCodeReq) String() string
type GetGroupInfoReplay ¶ added in v0.0.17
type GetGroupInfoReplay struct { Data []*v2.GroupInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetGroupInfoReplay) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupInfoReplay) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupInfoReplay.ProtoReflect.Descriptor instead.
func (*GetGroupInfoReplay) GetData ¶ added in v0.0.17
func (x *GetGroupInfoReplay) GetData() []*v2.GroupInfo
func (*GetGroupInfoReplay) ProtoMessage ¶ added in v0.0.17
func (*GetGroupInfoReplay) ProtoMessage()
func (*GetGroupInfoReplay) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupInfoReplay) ProtoReflect() protoreflect.Message
func (*GetGroupInfoReplay) Reset ¶ added in v0.0.17
func (x *GetGroupInfoReplay) Reset()
func (*GetGroupInfoReplay) String ¶ added in v0.0.17
func (x *GetGroupInfoReplay) String() string
type GetGroupInfoReq ¶ added in v0.0.17
type GetGroupInfoReq struct { GroupIDList []string `protobuf:"bytes,1,rep,name=groupIDList,proto3" json:"groupIDList,omitempty"` OperationID string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"` OpUserID string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*GetGroupInfoReq) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupInfoReq.ProtoReflect.Descriptor instead.
func (*GetGroupInfoReq) GetGroupIDList ¶ added in v0.0.17
func (x *GetGroupInfoReq) GetGroupIDList() []string
func (*GetGroupInfoReq) GetOpUserID ¶ added in v0.0.17
func (x *GetGroupInfoReq) GetOpUserID() string
func (*GetGroupInfoReq) GetOperationID ¶ added in v0.0.17
func (x *GetGroupInfoReq) GetOperationID() string
func (*GetGroupInfoReq) ProtoMessage ¶ added in v0.0.17
func (*GetGroupInfoReq) ProtoMessage()
func (*GetGroupInfoReq) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupInfoReq) ProtoReflect() protoreflect.Message
func (*GetGroupInfoReq) Reset ¶ added in v0.0.17
func (x *GetGroupInfoReq) Reset()
func (*GetGroupInfoReq) String ¶ added in v0.0.17
func (x *GetGroupInfoReq) String() string
type GetGroupMemberListReply ¶ added in v0.0.17
type GetGroupMemberListReply struct { NextSeq int32 `protobuf:"varint,1,opt,name=nextSeq,proto3" json:"nextSeq,omitempty"` Data []*v2.GroupMemberFullInfo `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetGroupMemberListReply) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupMemberListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupMemberListReply.ProtoReflect.Descriptor instead.
func (*GetGroupMemberListReply) GetData ¶ added in v0.0.17
func (x *GetGroupMemberListReply) GetData() []*v2.GroupMemberFullInfo
func (*GetGroupMemberListReply) GetNextSeq ¶ added in v0.0.17
func (x *GetGroupMemberListReply) GetNextSeq() int32
func (*GetGroupMemberListReply) ProtoMessage ¶ added in v0.0.17
func (*GetGroupMemberListReply) ProtoMessage()
func (*GetGroupMemberListReply) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupMemberListReply) ProtoReflect() protoreflect.Message
func (*GetGroupMemberListReply) Reset ¶ added in v0.0.17
func (x *GetGroupMemberListReply) Reset()
func (*GetGroupMemberListReply) String ¶ added in v0.0.17
func (x *GetGroupMemberListReply) String() string
type GetGroupMemberListReq ¶ added in v0.0.17
type GetGroupMemberListReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` Filter int32 `protobuf:"varint,2,opt,name=filter,proto3" json:"filter,omitempty"` NextSeq int32 `protobuf:"varint,3,opt,name=nextSeq,proto3" json:"nextSeq,omitempty"` ShowNumber int32 `protobuf:"varint,4,opt,name=showNumber,proto3" json:"showNumber,omitempty"` PageNumber int32 `protobuf:"varint,5,opt,name=pageNumber,proto3" json:"pageNumber,omitempty"` OperationID string `protobuf:"bytes,6,opt,name=operationID,proto3" json:"operationID,omitempty"` OpUserID string `protobuf:"bytes,7,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*GetGroupMemberListReq) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupMemberListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupMemberListReq.ProtoReflect.Descriptor instead.
func (*GetGroupMemberListReq) GetFilter ¶ added in v0.0.17
func (x *GetGroupMemberListReq) GetFilter() int32
func (*GetGroupMemberListReq) GetGroupID ¶ added in v0.0.17
func (x *GetGroupMemberListReq) GetGroupID() string
func (*GetGroupMemberListReq) GetNextSeq ¶ added in v0.0.17
func (x *GetGroupMemberListReq) GetNextSeq() int32
func (*GetGroupMemberListReq) GetOpUserID ¶ added in v0.0.17
func (x *GetGroupMemberListReq) GetOpUserID() string
func (*GetGroupMemberListReq) GetOperationID ¶ added in v0.0.17
func (x *GetGroupMemberListReq) GetOperationID() string
func (*GetGroupMemberListReq) GetPageNumber ¶ added in v0.0.17
func (x *GetGroupMemberListReq) GetPageNumber() int32
func (*GetGroupMemberListReq) GetShowNumber ¶ added in v0.0.17
func (x *GetGroupMemberListReq) GetShowNumber() int32
func (*GetGroupMemberListReq) ProtoMessage ¶ added in v0.0.17
func (*GetGroupMemberListReq) ProtoMessage()
func (*GetGroupMemberListReq) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupMemberListReq) ProtoReflect() protoreflect.Message
func (*GetGroupMemberListReq) Reset ¶ added in v0.0.17
func (x *GetGroupMemberListReq) Reset()
func (*GetGroupMemberListReq) String ¶ added in v0.0.17
func (x *GetGroupMemberListReq) String() string
type GetGroupMembersInfoReq ¶ added in v0.0.17
type GetGroupMembersInfoReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` MemberList []string `protobuf:"bytes,2,rep,name=memberList,proto3" json:"memberList,omitempty"` OperationID string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID,omitempty"` OpUserID string `protobuf:"bytes,4,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*GetGroupMembersInfoReq) Descriptor
deprecated
added in
v0.0.17
func (*GetGroupMembersInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupMembersInfoReq.ProtoReflect.Descriptor instead.
func (*GetGroupMembersInfoReq) GetGroupID ¶ added in v0.0.17
func (x *GetGroupMembersInfoReq) GetGroupID() string
func (*GetGroupMembersInfoReq) GetMemberList ¶ added in v0.0.17
func (x *GetGroupMembersInfoReq) GetMemberList() []string
func (*GetGroupMembersInfoReq) GetOpUserID ¶ added in v0.0.17
func (x *GetGroupMembersInfoReq) GetOpUserID() string
func (*GetGroupMembersInfoReq) GetOperationID ¶ added in v0.0.17
func (x *GetGroupMembersInfoReq) GetOperationID() string
func (*GetGroupMembersInfoReq) ProtoMessage ¶ added in v0.0.17
func (*GetGroupMembersInfoReq) ProtoMessage()
func (*GetGroupMembersInfoReq) ProtoReflect ¶ added in v0.0.17
func (x *GetGroupMembersInfoReq) ProtoReflect() protoreflect.Message
func (*GetGroupMembersInfoReq) Reset ¶ added in v0.0.17
func (x *GetGroupMembersInfoReq) Reset()
func (*GetGroupMembersInfoReq) String ¶ added in v0.0.17
func (x *GetGroupMembersInfoReq) String() string
type GetGroupsBaseInfoResp ¶ added in v0.0.18
type GetGroupsBaseInfoResp struct { ErrCode int32 `protobuf:"varint,1,opt,name=ErrCode,proto3" json:"ErrCode,omitempty"` ErrMsg string `protobuf:"bytes,2,opt,name=ErrMsg,proto3" json:"ErrMsg,omitempty"` GroupBaseInfo []*GroupsBaseInfo `protobuf:"bytes,3,rep,name=groupBaseInfo,proto3" json:"groupBaseInfo,omitempty"` // contains filtered or unexported fields }
func (*GetGroupsBaseInfoResp) Descriptor
deprecated
added in
v0.0.18
func (*GetGroupsBaseInfoResp) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupsBaseInfoResp.ProtoReflect.Descriptor instead.
func (*GetGroupsBaseInfoResp) GetErrCode ¶ added in v0.0.18
func (x *GetGroupsBaseInfoResp) GetErrCode() int32
func (*GetGroupsBaseInfoResp) GetErrMsg ¶ added in v0.0.18
func (x *GetGroupsBaseInfoResp) GetErrMsg() string
func (*GetGroupsBaseInfoResp) GetGroupBaseInfo ¶ added in v0.0.18
func (x *GetGroupsBaseInfoResp) GetGroupBaseInfo() []*GroupsBaseInfo
func (*GetGroupsBaseInfoResp) ProtoMessage ¶ added in v0.0.18
func (*GetGroupsBaseInfoResp) ProtoMessage()
func (*GetGroupsBaseInfoResp) ProtoReflect ¶ added in v0.0.18
func (x *GetGroupsBaseInfoResp) ProtoReflect() protoreflect.Message
func (*GetGroupsBaseInfoResp) Reset ¶ added in v0.0.18
func (x *GetGroupsBaseInfoResp) Reset()
func (*GetGroupsBaseInfoResp) String ¶ added in v0.0.18
func (x *GetGroupsBaseInfoResp) String() string
type GetJoinedGroupListReply ¶ added in v0.0.17
type GetJoinedGroupListReply struct { Data []*v2.GroupInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetJoinedGroupListReply) Descriptor
deprecated
added in
v0.0.17
func (*GetJoinedGroupListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetJoinedGroupListReply.ProtoReflect.Descriptor instead.
func (*GetJoinedGroupListReply) GetData ¶ added in v0.0.17
func (x *GetJoinedGroupListReply) GetData() []*v2.GroupInfo
func (*GetJoinedGroupListReply) ProtoMessage ¶ added in v0.0.17
func (*GetJoinedGroupListReply) ProtoMessage()
func (*GetJoinedGroupListReply) ProtoReflect ¶ added in v0.0.17
func (x *GetJoinedGroupListReply) ProtoReflect() protoreflect.Message
func (*GetJoinedGroupListReply) Reset ¶ added in v0.0.17
func (x *GetJoinedGroupListReply) Reset()
func (*GetJoinedGroupListReply) String ¶ added in v0.0.17
func (x *GetJoinedGroupListReply) String() string
type GetJoinedGroupListReq ¶ added in v0.0.17
type GetJoinedGroupListReq struct { OperatorID string `protobuf:"bytes,1,opt,name=operatorID,proto3" json:"operatorID,omitempty"` FromUserID string `protobuf:"bytes,2,opt,name=fromUserID,proto3" json:"fromUserID,omitempty"` OpUserID string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*GetJoinedGroupListReq) Descriptor
deprecated
added in
v0.0.17
func (*GetJoinedGroupListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetJoinedGroupListReq.ProtoReflect.Descriptor instead.
func (*GetJoinedGroupListReq) GetFromUserID ¶ added in v0.0.17
func (x *GetJoinedGroupListReq) GetFromUserID() string
func (*GetJoinedGroupListReq) GetOpUserID ¶ added in v0.0.17
func (x *GetJoinedGroupListReq) GetOpUserID() string
func (*GetJoinedGroupListReq) GetOperatorID ¶ added in v0.0.17
func (x *GetJoinedGroupListReq) GetOperatorID() string
func (*GetJoinedGroupListReq) ProtoMessage ¶ added in v0.0.17
func (*GetJoinedGroupListReq) ProtoMessage()
func (*GetJoinedGroupListReq) ProtoReflect ¶ added in v0.0.17
func (x *GetJoinedGroupListReq) ProtoReflect() protoreflect.Message
func (*GetJoinedGroupListReq) Reset ¶ added in v0.0.17
func (x *GetJoinedGroupListReq) Reset()
func (*GetJoinedGroupListReq) String ¶ added in v0.0.17
func (x *GetJoinedGroupListReq) String() string
type GetUserReqGroupApplicationListReq ¶ added in v0.0.17
type GetUserReqGroupApplicationListReq struct { UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"` OperationID string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"` OpUserID string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*GetUserReqGroupApplicationListReq) Descriptor
deprecated
added in
v0.0.17
func (*GetUserReqGroupApplicationListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserReqGroupApplicationListReq.ProtoReflect.Descriptor instead.
func (*GetUserReqGroupApplicationListReq) GetOpUserID ¶ added in v0.0.17
func (x *GetUserReqGroupApplicationListReq) GetOpUserID() string
func (*GetUserReqGroupApplicationListReq) GetOperationID ¶ added in v0.0.17
func (x *GetUserReqGroupApplicationListReq) GetOperationID() string
func (*GetUserReqGroupApplicationListReq) GetUserID ¶ added in v0.0.17
func (x *GetUserReqGroupApplicationListReq) GetUserID() string
func (*GetUserReqGroupApplicationListReq) ProtoMessage ¶ added in v0.0.17
func (*GetUserReqGroupApplicationListReq) ProtoMessage()
func (*GetUserReqGroupApplicationListReq) ProtoReflect ¶ added in v0.0.17
func (x *GetUserReqGroupApplicationListReq) ProtoReflect() protoreflect.Message
func (*GetUserReqGroupApplicationListReq) Reset ¶ added in v0.0.17
func (x *GetUserReqGroupApplicationListReq) Reset()
func (*GetUserReqGroupApplicationListReq) String ¶ added in v0.0.17
func (x *GetUserReqGroupApplicationListReq) String() string
type GroupAddMemberInfo ¶ added in v0.0.17
type GroupAddMemberInfo struct { UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"` RoleLevel int32 `protobuf:"varint,2,opt,name=roleLevel,proto3" json:"roleLevel,omitempty"` // contains filtered or unexported fields }
func (*GroupAddMemberInfo) Descriptor
deprecated
added in
v0.0.17
func (*GroupAddMemberInfo) Descriptor() ([]byte, []int)
Deprecated: Use GroupAddMemberInfo.ProtoReflect.Descriptor instead.
func (*GroupAddMemberInfo) GetRoleLevel ¶ added in v0.0.17
func (x *GroupAddMemberInfo) GetRoleLevel() int32
func (*GroupAddMemberInfo) GetUserID ¶ added in v0.0.17
func (x *GroupAddMemberInfo) GetUserID() string
func (*GroupAddMemberInfo) ProtoMessage ¶ added in v0.0.17
func (*GroupAddMemberInfo) ProtoMessage()
func (*GroupAddMemberInfo) ProtoReflect ¶ added in v0.0.17
func (x *GroupAddMemberInfo) ProtoReflect() protoreflect.Message
func (*GroupAddMemberInfo) Reset ¶ added in v0.0.17
func (x *GroupAddMemberInfo) Reset()
func (*GroupAddMemberInfo) String ¶ added in v0.0.17
func (x *GroupAddMemberInfo) String() string
type GroupClient ¶
type GroupClient interface { CreateGroup(ctx context.Context, in *CreateGroupReq, opts ...grpc.CallOption) (*CreateGroupReply, error) SetGroupInfo(ctx context.Context, in *SetGroupInfoReq, opts ...grpc.CallOption) (*emptypb.Empty, error) JoinGroup(ctx context.Context, in *JoinGroupReq, opts ...grpc.CallOption) (*emptypb.Empty, error) QuitGroup(ctx context.Context, in *QuitGroupReq, opts ...grpc.CallOption) (*emptypb.Empty, error) ApplicationGroupResponse(ctx context.Context, in *ApplicationGroupResponseReq, opts ...grpc.CallOption) (*emptypb.Empty, error) TransferGroupOwner(ctx context.Context, in *TransferGroupOwnerReq, opts ...grpc.CallOption) (*emptypb.Empty, error) GetRecvGroupApplicationList(ctx context.Context, in *GetGroupApplicationListReq, opts ...grpc.CallOption) (*GetGroupApplicationListReply, error) GetGroupApplicationByUserAndGroup(ctx context.Context, in *GetGroupApplicationByUserAndGroupReq, opts ...grpc.CallOption) (*GetGroupApplicationListReply, error) GetUserReqGroupApplicationList(ctx context.Context, in *GetUserReqGroupApplicationListReq, opts ...grpc.CallOption) (*GetGroupApplicationListReply, error) GetGroupsInfo(ctx context.Context, in *GetGroupInfoReq, opts ...grpc.CallOption) (*GetGroupInfoReplay, error) GetGroupInfoByCode(ctx context.Context, in *GetGroupInfoByCodeReq, opts ...grpc.CallOption) (*GetGroupInfoByCodeReply, error) KickGroupMember(ctx context.Context, in *KickGroupMemberReq, opts ...grpc.CallOption) (*KickGroupMemberReply, error) GetGroupMemberList(ctx context.Context, in *GetGroupMemberListReq, opts ...grpc.CallOption) (*GetGroupMemberListReply, error) GetGroupAllMemberList(ctx context.Context, in *GetGroupAllMemberReq, opts ...grpc.CallOption) (*GetGroupAllMemberReply, error) GetGroupMembersInfo(ctx context.Context, in *GetGroupMembersInfoReq, opts ...grpc.CallOption) (*GetGroupAllMemberReply, error) InviteUserToGroup(ctx context.Context, in *InviteUserToGroupReq, opts ...grpc.CallOption) (*InviteUserToGroupReply, error) GetJoinedGroupList(ctx context.Context, in *GetJoinedGroupListReq, opts ...grpc.CallOption) (*GetJoinedGroupListReply, error) GetJoinedGroupBaseInfoList(ctx context.Context, in *GetJoinedGroupListReq, opts ...grpc.CallOption) (*GetGroupsBaseInfoResp, error) DismissGroup(ctx context.Context, in *DismissGroupReq, opts ...grpc.CallOption) (*emptypb.Empty, error) MuteGroupMember(ctx context.Context, in *MuteGroupMemberReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelMuteGroupMember(ctx context.Context, in *CancelMuteGroupMemberReq, opts ...grpc.CallOption) (*emptypb.Empty, error) MuteGroup(ctx context.Context, in *MuteGroupReq, opts ...grpc.CallOption) (*emptypb.Empty, error) CancelMuteGroup(ctx context.Context, in *CancelMuteGroupReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetGroupMemberNickname(ctx context.Context, in *SetGroupMemberNicknameReq, opts ...grpc.CallOption) (*emptypb.Empty, error) SetGroupMemberInfo(ctx context.Context, in *SetGroupMemberInfoReq, opts ...grpc.CallOption) (*emptypb.Empty, error) GetGroupAbstractInfo(ctx context.Context, in *GetGroupAbstractInfoReq, opts ...grpc.CallOption) (*GetGroupAbstractInfoReply, error) SetGroupBackground(ctx context.Context, in *SetGroupBackgroundReq, opts ...grpc.CallOption) (*emptypb.Empty, error) }
GroupClient is the client API for Group service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewGroupClient ¶
func NewGroupClient(cc grpc.ClientConnInterface) GroupClient
type GroupErrorReason ¶ added in v0.0.6
type GroupErrorReason int32
const ( // 获取群信息失败 GroupErrorReason_GET_GROUP_INFO_FAIL GroupErrorReason = 0 // 群成员数量不应超过最大限制 GroupErrorReason_GROUP_MEMBER_NUM_TOO_MANY GroupErrorReason = 1 // 创建群聊失败 GroupErrorReason_CREATE_GROUP_FAIL GroupErrorReason = 2 // 禁言群失败 GroupErrorReason_MUTE_GROUP_FAIL GroupErrorReason = 3 // 禁言群成员失败 GroupErrorReason_MUTE_GROUP_MEMBER_FAIL GroupErrorReason = 4 // 获取群成员信息失败 GroupErrorReason_GET_GROUP_MEMBER_FAIL GroupErrorReason = 5 // 群成员数量不应少于2人 GroupErrorReason_GROUP_MEMBER_NUM_TOO_LITTLE GroupErrorReason = 6 // 取消禁言群失败 GroupErrorReason_CANCEL_MUTE_GROUP_FAIL GroupErrorReason = 7 // 取消禁言群成员失败 GroupErrorReason_CANCEL_MUTE_GROUP_MEMBER_FAIL GroupErrorReason = 8 // 没有权限操作该信息 GroupErrorReason_NO_PERMISSION_OPERATION_GROUP_INFO GroupErrorReason = 9 // 解散群失败 GroupErrorReason_DISMISS_GROUP_FAIL GroupErrorReason = 10 // 更新群/群成员数据失败 GroupErrorReason_UPDATE_GROUP_DATA_FAIL GroupErrorReason = 11 // 需要实名认证 GroupErrorReason_NEED_REAL_NAME_AUTHENTICATION GroupErrorReason = 12 // 加入群聊失败 GroupErrorReason_JOIN_GROUP_REQ_FAIL GroupErrorReason = 13 // 删除缓存信息失败 GroupErrorReason_DELETE_RC_CACHE_FAIL GroupErrorReason = 14 // 设置群成员数量应大于当前人数且不小于3人 GroupErrorReason_SETTING_GROUP_MEMBER_MEMBERCOUNT_FAIL GroupErrorReason = 15 // 添加群管理失败 GroupErrorReason_SETTING_GROUP_ADMIN_FAIL GroupErrorReason = 16 // 踢出群成员失败 GroupErrorReason_KICK_GROUP_MEMBER_FAIL GroupErrorReason = 17 // 推出群聊失败 GroupErrorReason_MEMBER_QUIT_GROUP_FAIL GroupErrorReason = 18 // 请求处理失败 GroupErrorReason_HANDLE_APPLICIATION_REQUEST_FAIL GroupErrorReason = 19 // 上传文件失败 GroupErrorReason_UPLOAD_GROUP_FEIL_FAIL GroupErrorReason = 20 // 获取群文件列表数据失败 GroupErrorReason_GET_GROUP_FEIL_LIST_FAIl GroupErrorReason = 21 // 获取请求数据失败 GroupErrorReason_GET_REQUEST_DATA_INFO_FAIL GroupErrorReason = 22 // 获取踢出群成员数据信息失败 GroupErrorReason_GET_KICK_GROUP_MEMBER_FAIL GroupErrorReason = 23 // 获取加群信息失败 GroupErrorReason_GET_JOIN_GROUP_REQUEST_FAIL GroupErrorReason = 24 // 转让群失败 GroupErrorReason_TRANSFER_GROUP_ERROR GroupErrorReason = 25 // 申请已经发起,请勿重复请求 GroupErrorReason_THE_APPLICATION_HAS_BEEN_INITIATED_DO_NOT_REPEAT GroupErrorReason = 26 // 获取最大未处理的加群请求失败 GroupErrorReason_GET_UNTREATED_GROUP_APPLICATION_LIST_FAIL GroupErrorReason = 27 // 更新错误 GroupErrorReason_UPDATE_FAIL GroupErrorReason = 28 // 查询错误 GroupErrorReason_QUERY_FAIL GroupErrorReason = 29 // 群成员人数上限 GroupErrorReason_GROUP_MAX_MEMBER_LIMIT_ERROR GroupErrorReason = 30 )
func (GroupErrorReason) Descriptor ¶ added in v0.0.6
func (GroupErrorReason) Descriptor() protoreflect.EnumDescriptor
func (GroupErrorReason) Enum ¶ added in v0.0.6
func (x GroupErrorReason) Enum() *GroupErrorReason
func (GroupErrorReason) EnumDescriptor
deprecated
added in
v0.0.6
func (GroupErrorReason) EnumDescriptor() ([]byte, []int)
Deprecated: Use GroupErrorReason.Descriptor instead.
func (GroupErrorReason) Number ¶ added in v0.0.6
func (x GroupErrorReason) Number() protoreflect.EnumNumber
func (GroupErrorReason) String ¶ added in v0.0.6
func (x GroupErrorReason) String() string
func (GroupErrorReason) Type ¶ added in v0.0.6
func (GroupErrorReason) Type() protoreflect.EnumType
type GroupServer ¶
type GroupServer interface { CreateGroup(context.Context, *CreateGroupReq) (*CreateGroupReply, error) SetGroupInfo(context.Context, *SetGroupInfoReq) (*emptypb.Empty, error) JoinGroup(context.Context, *JoinGroupReq) (*emptypb.Empty, error) QuitGroup(context.Context, *QuitGroupReq) (*emptypb.Empty, error) ApplicationGroupResponse(context.Context, *ApplicationGroupResponseReq) (*emptypb.Empty, error) TransferGroupOwner(context.Context, *TransferGroupOwnerReq) (*emptypb.Empty, error) GetRecvGroupApplicationList(context.Context, *GetGroupApplicationListReq) (*GetGroupApplicationListReply, error) GetGroupApplicationByUserAndGroup(context.Context, *GetGroupApplicationByUserAndGroupReq) (*GetGroupApplicationListReply, error) GetUserReqGroupApplicationList(context.Context, *GetUserReqGroupApplicationListReq) (*GetGroupApplicationListReply, error) GetGroupsInfo(context.Context, *GetGroupInfoReq) (*GetGroupInfoReplay, error) GetGroupInfoByCode(context.Context, *GetGroupInfoByCodeReq) (*GetGroupInfoByCodeReply, error) KickGroupMember(context.Context, *KickGroupMemberReq) (*KickGroupMemberReply, error) GetGroupMemberList(context.Context, *GetGroupMemberListReq) (*GetGroupMemberListReply, error) GetGroupAllMemberList(context.Context, *GetGroupAllMemberReq) (*GetGroupAllMemberReply, error) GetGroupMembersInfo(context.Context, *GetGroupMembersInfoReq) (*GetGroupAllMemberReply, error) InviteUserToGroup(context.Context, *InviteUserToGroupReq) (*InviteUserToGroupReply, error) GetJoinedGroupList(context.Context, *GetJoinedGroupListReq) (*GetJoinedGroupListReply, error) GetJoinedGroupBaseInfoList(context.Context, *GetJoinedGroupListReq) (*GetGroupsBaseInfoResp, error) DismissGroup(context.Context, *DismissGroupReq) (*emptypb.Empty, error) MuteGroupMember(context.Context, *MuteGroupMemberReq) (*emptypb.Empty, error) CancelMuteGroupMember(context.Context, *CancelMuteGroupMemberReq) (*emptypb.Empty, error) MuteGroup(context.Context, *MuteGroupReq) (*emptypb.Empty, error) CancelMuteGroup(context.Context, *CancelMuteGroupReq) (*emptypb.Empty, error) SetGroupMemberNickname(context.Context, *SetGroupMemberNicknameReq) (*emptypb.Empty, error) SetGroupMemberInfo(context.Context, *SetGroupMemberInfoReq) (*emptypb.Empty, error) GetGroupAbstractInfo(context.Context, *GetGroupAbstractInfoReq) (*GetGroupAbstractInfoReply, error) SetGroupBackground(context.Context, *SetGroupBackgroundReq) (*emptypb.Empty, error) // contains filtered or unexported methods }
GroupServer is the server API for Group service. All implementations must embed UnimplementedGroupServer for forward compatibility
type GroupsBaseInfo ¶ added in v0.0.18
type GroupsBaseInfo struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` // 群 id GroupName string `protobuf:"bytes,2,opt,name=groupName,proto3" json:"groupName,omitempty"` // 群名称 Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` // 群编码,对应前台的群id FaceURL string `protobuf:"bytes,4,opt,name=faceURL,proto3" json:"faceURL,omitempty"` // 头像 MemberCount int32 `protobuf:"varint,5,opt,name=memberCount,proto3" json:"memberCount,omitempty"` // 成员数量 GroupType int32 `protobuf:"varint,13,opt,name=groupType,proto3" json:"groupType,omitempty"` // 群类型 // contains filtered or unexported fields }
func (*GroupsBaseInfo) Descriptor
deprecated
added in
v0.0.18
func (*GroupsBaseInfo) Descriptor() ([]byte, []int)
Deprecated: Use GroupsBaseInfo.ProtoReflect.Descriptor instead.
func (*GroupsBaseInfo) GetCode ¶ added in v0.0.18
func (x *GroupsBaseInfo) GetCode() string
func (*GroupsBaseInfo) GetFaceURL ¶ added in v0.0.18
func (x *GroupsBaseInfo) GetFaceURL() string
func (*GroupsBaseInfo) GetGroupID ¶ added in v0.0.18
func (x *GroupsBaseInfo) GetGroupID() string
func (*GroupsBaseInfo) GetGroupName ¶ added in v0.0.18
func (x *GroupsBaseInfo) GetGroupName() string
func (*GroupsBaseInfo) GetGroupType ¶ added in v0.0.26
func (x *GroupsBaseInfo) GetGroupType() int32
func (*GroupsBaseInfo) GetMemberCount ¶ added in v0.0.18
func (x *GroupsBaseInfo) GetMemberCount() int32
func (*GroupsBaseInfo) ProtoMessage ¶ added in v0.0.18
func (*GroupsBaseInfo) ProtoMessage()
func (*GroupsBaseInfo) ProtoReflect ¶ added in v0.0.18
func (x *GroupsBaseInfo) ProtoReflect() protoreflect.Message
func (*GroupsBaseInfo) Reset ¶ added in v0.0.18
func (x *GroupsBaseInfo) Reset()
func (*GroupsBaseInfo) String ¶ added in v0.0.18
func (x *GroupsBaseInfo) String() string
type InviteUserToGroupReply ¶ added in v0.0.17
type InviteUserToGroupReply struct { Data []*v2.UserIDResult `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*InviteUserToGroupReply) Descriptor
deprecated
added in
v0.0.17
func (*InviteUserToGroupReply) Descriptor() ([]byte, []int)
Deprecated: Use InviteUserToGroupReply.ProtoReflect.Descriptor instead.
func (*InviteUserToGroupReply) GetData ¶ added in v0.0.17
func (x *InviteUserToGroupReply) GetData() []*v2.UserIDResult
func (*InviteUserToGroupReply) ProtoMessage ¶ added in v0.0.17
func (*InviteUserToGroupReply) ProtoMessage()
func (*InviteUserToGroupReply) ProtoReflect ¶ added in v0.0.17
func (x *InviteUserToGroupReply) ProtoReflect() protoreflect.Message
func (*InviteUserToGroupReply) Reset ¶ added in v0.0.17
func (x *InviteUserToGroupReply) Reset()
func (*InviteUserToGroupReply) String ¶ added in v0.0.17
func (x *InviteUserToGroupReply) String() string
type InviteUserToGroupReq ¶ added in v0.0.17
type InviteUserToGroupReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` InvitedUserIDList []string `protobuf:"bytes,2,rep,name=invitedUserIDList,proto3" json:"invitedUserIDList,omitempty"` Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` OperationID string `protobuf:"bytes,4,opt,name=operationID,proto3" json:"operationID,omitempty"` OpUserID string `protobuf:"bytes,5,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*InviteUserToGroupReq) Descriptor
deprecated
added in
v0.0.17
func (*InviteUserToGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use InviteUserToGroupReq.ProtoReflect.Descriptor instead.
func (*InviteUserToGroupReq) GetGroupID ¶ added in v0.0.17
func (x *InviteUserToGroupReq) GetGroupID() string
func (*InviteUserToGroupReq) GetInvitedUserIDList ¶ added in v0.0.17
func (x *InviteUserToGroupReq) GetInvitedUserIDList() []string
func (*InviteUserToGroupReq) GetOpUserID ¶ added in v0.0.17
func (x *InviteUserToGroupReq) GetOpUserID() string
func (*InviteUserToGroupReq) GetOperationID ¶ added in v0.0.17
func (x *InviteUserToGroupReq) GetOperationID() string
func (*InviteUserToGroupReq) GetReason ¶ added in v0.0.17
func (x *InviteUserToGroupReq) GetReason() string
func (*InviteUserToGroupReq) ProtoMessage ¶ added in v0.0.17
func (*InviteUserToGroupReq) ProtoMessage()
func (*InviteUserToGroupReq) ProtoReflect ¶ added in v0.0.17
func (x *InviteUserToGroupReq) ProtoReflect() protoreflect.Message
func (*InviteUserToGroupReq) Reset ¶ added in v0.0.17
func (x *InviteUserToGroupReq) Reset()
func (*InviteUserToGroupReq) String ¶ added in v0.0.17
func (x *InviteUserToGroupReq) String() string
type JoinGroupReq ¶ added in v0.0.17
type JoinGroupReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` ReqMessage string `protobuf:"bytes,2,opt,name=reqMessage,proto3" json:"reqMessage,omitempty"` OperationID string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID,omitempty"` JoinSource int32 `protobuf:"varint,4,opt,name=joinSource,proto3" json:"joinSource,omitempty"` JinviterUserID string `protobuf:"bytes,5,opt,name=jinviterUserID,proto3" json:"jinviterUserID,omitempty"` OpUserID string `protobuf:"bytes,6,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*JoinGroupReq) Descriptor
deprecated
added in
v0.0.17
func (*JoinGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use JoinGroupReq.ProtoReflect.Descriptor instead.
func (*JoinGroupReq) GetGroupID ¶ added in v0.0.17
func (x *JoinGroupReq) GetGroupID() string
func (*JoinGroupReq) GetJinviterUserID ¶ added in v0.0.17
func (x *JoinGroupReq) GetJinviterUserID() string
func (*JoinGroupReq) GetJoinSource ¶ added in v0.0.17
func (x *JoinGroupReq) GetJoinSource() int32
func (*JoinGroupReq) GetOpUserID ¶ added in v0.0.17
func (x *JoinGroupReq) GetOpUserID() string
func (*JoinGroupReq) GetOperationID ¶ added in v0.0.17
func (x *JoinGroupReq) GetOperationID() string
func (*JoinGroupReq) GetReqMessage ¶ added in v0.0.17
func (x *JoinGroupReq) GetReqMessage() string
func (*JoinGroupReq) ProtoMessage ¶ added in v0.0.17
func (*JoinGroupReq) ProtoMessage()
func (*JoinGroupReq) ProtoReflect ¶ added in v0.0.17
func (x *JoinGroupReq) ProtoReflect() protoreflect.Message
func (*JoinGroupReq) Reset ¶ added in v0.0.17
func (x *JoinGroupReq) Reset()
func (*JoinGroupReq) String ¶ added in v0.0.17
func (x *JoinGroupReq) String() string
type KickGroupMemberReply ¶ added in v0.0.17
type KickGroupMemberReply struct { Data []*v2.UserIDResult `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*KickGroupMemberReply) Descriptor
deprecated
added in
v0.0.17
func (*KickGroupMemberReply) Descriptor() ([]byte, []int)
Deprecated: Use KickGroupMemberReply.ProtoReflect.Descriptor instead.
func (*KickGroupMemberReply) GetData ¶ added in v0.0.17
func (x *KickGroupMemberReply) GetData() []*v2.UserIDResult
func (*KickGroupMemberReply) ProtoMessage ¶ added in v0.0.17
func (*KickGroupMemberReply) ProtoMessage()
func (*KickGroupMemberReply) ProtoReflect ¶ added in v0.0.17
func (x *KickGroupMemberReply) ProtoReflect() protoreflect.Message
func (*KickGroupMemberReply) Reset ¶ added in v0.0.17
func (x *KickGroupMemberReply) Reset()
func (*KickGroupMemberReply) String ¶ added in v0.0.17
func (x *KickGroupMemberReply) String() string
type KickGroupMemberReq ¶ added in v0.0.17
type KickGroupMemberReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` KickedUserIDList []string `protobuf:"bytes,2,rep,name=kickedUserIDList,proto3" json:"kickedUserIDList,omitempty"` Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` OperationID string `protobuf:"bytes,4,opt,name=operationID,proto3" json:"operationID,omitempty"` OpUserID string `protobuf:"bytes,5,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*KickGroupMemberReq) Descriptor
deprecated
added in
v0.0.17
func (*KickGroupMemberReq) Descriptor() ([]byte, []int)
Deprecated: Use KickGroupMemberReq.ProtoReflect.Descriptor instead.
func (*KickGroupMemberReq) GetGroupID ¶ added in v0.0.17
func (x *KickGroupMemberReq) GetGroupID() string
func (*KickGroupMemberReq) GetKickedUserIDList ¶ added in v0.0.17
func (x *KickGroupMemberReq) GetKickedUserIDList() []string
func (*KickGroupMemberReq) GetOpUserID ¶ added in v0.0.17
func (x *KickGroupMemberReq) GetOpUserID() string
func (*KickGroupMemberReq) GetOperationID ¶ added in v0.0.17
func (x *KickGroupMemberReq) GetOperationID() string
func (*KickGroupMemberReq) GetReason ¶ added in v0.0.17
func (x *KickGroupMemberReq) GetReason() string
func (*KickGroupMemberReq) ProtoMessage ¶ added in v0.0.17
func (*KickGroupMemberReq) ProtoMessage()
func (*KickGroupMemberReq) ProtoReflect ¶ added in v0.0.17
func (x *KickGroupMemberReq) ProtoReflect() protoreflect.Message
func (*KickGroupMemberReq) Reset ¶ added in v0.0.17
func (x *KickGroupMemberReq) Reset()
func (*KickGroupMemberReq) String ¶ added in v0.0.17
func (x *KickGroupMemberReq) String() string
type MuteGroupMemberReq ¶ added in v0.0.17
type MuteGroupMemberReq struct { OperatorID string `protobuf:"bytes,1,opt,name=operatorID,proto3" json:"operatorID,omitempty"` GroupID string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID,omitempty"` UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` MutedSeconds uint32 `protobuf:"varint,4,opt,name=mutedSeconds,proto3" json:"mutedSeconds,omitempty"` OpUserID string `protobuf:"bytes,5,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*MuteGroupMemberReq) Descriptor
deprecated
added in
v0.0.17
func (*MuteGroupMemberReq) Descriptor() ([]byte, []int)
Deprecated: Use MuteGroupMemberReq.ProtoReflect.Descriptor instead.
func (*MuteGroupMemberReq) GetGroupID ¶ added in v0.0.17
func (x *MuteGroupMemberReq) GetGroupID() string
func (*MuteGroupMemberReq) GetMutedSeconds ¶ added in v0.0.17
func (x *MuteGroupMemberReq) GetMutedSeconds() uint32
func (*MuteGroupMemberReq) GetOpUserID ¶ added in v0.0.17
func (x *MuteGroupMemberReq) GetOpUserID() string
func (*MuteGroupMemberReq) GetOperatorID ¶ added in v0.0.17
func (x *MuteGroupMemberReq) GetOperatorID() string
func (*MuteGroupMemberReq) GetUserID ¶ added in v0.0.17
func (x *MuteGroupMemberReq) GetUserID() string
func (*MuteGroupMemberReq) ProtoMessage ¶ added in v0.0.17
func (*MuteGroupMemberReq) ProtoMessage()
func (*MuteGroupMemberReq) ProtoReflect ¶ added in v0.0.17
func (x *MuteGroupMemberReq) ProtoReflect() protoreflect.Message
func (*MuteGroupMemberReq) Reset ¶ added in v0.0.17
func (x *MuteGroupMemberReq) Reset()
func (*MuteGroupMemberReq) String ¶ added in v0.0.17
func (x *MuteGroupMemberReq) String() string
type MuteGroupReq ¶ added in v0.0.17
type MuteGroupReq struct { OperatorID string `protobuf:"bytes,1,opt,name=operatorID,proto3" json:"operatorID,omitempty"` GroupID string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID,omitempty"` OpUserID string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*MuteGroupReq) Descriptor
deprecated
added in
v0.0.17
func (*MuteGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use MuteGroupReq.ProtoReflect.Descriptor instead.
func (*MuteGroupReq) GetGroupID ¶ added in v0.0.17
func (x *MuteGroupReq) GetGroupID() string
func (*MuteGroupReq) GetOpUserID ¶ added in v0.0.17
func (x *MuteGroupReq) GetOpUserID() string
func (*MuteGroupReq) GetOperatorID ¶ added in v0.0.17
func (x *MuteGroupReq) GetOperatorID() string
func (*MuteGroupReq) ProtoMessage ¶ added in v0.0.17
func (*MuteGroupReq) ProtoMessage()
func (*MuteGroupReq) ProtoReflect ¶ added in v0.0.17
func (x *MuteGroupReq) ProtoReflect() protoreflect.Message
func (*MuteGroupReq) Reset ¶ added in v0.0.17
func (x *MuteGroupReq) Reset()
func (*MuteGroupReq) String ¶ added in v0.0.17
func (x *MuteGroupReq) String() string
type QuitGroupReq ¶ added in v0.0.17
type QuitGroupReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` OperationID string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"` OpUserID string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*QuitGroupReq) Descriptor
deprecated
added in
v0.0.17
func (*QuitGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use QuitGroupReq.ProtoReflect.Descriptor instead.
func (*QuitGroupReq) GetGroupID ¶ added in v0.0.17
func (x *QuitGroupReq) GetGroupID() string
func (*QuitGroupReq) GetOpUserID ¶ added in v0.0.17
func (x *QuitGroupReq) GetOpUserID() string
func (*QuitGroupReq) GetOperationID ¶ added in v0.0.17
func (x *QuitGroupReq) GetOperationID() string
func (*QuitGroupReq) ProtoMessage ¶ added in v0.0.17
func (*QuitGroupReq) ProtoMessage()
func (*QuitGroupReq) ProtoReflect ¶ added in v0.0.17
func (x *QuitGroupReq) ProtoReflect() protoreflect.Message
func (*QuitGroupReq) Reset ¶ added in v0.0.17
func (x *QuitGroupReq) Reset()
func (*QuitGroupReq) String ¶ added in v0.0.17
func (x *QuitGroupReq) String() string
type SetGroupBackgroundReq ¶ added in v0.0.28
type SetGroupBackgroundReq struct { OpUserID string `protobuf:"bytes,1,opt,name=opUserID,proto3" json:"opUserID,omitempty"` OperationID string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"` BackgroundUrl string `protobuf:"bytes,3,opt,name=backgroundUrl,proto3" json:"backgroundUrl,omitempty"` GroupID string `protobuf:"bytes,4,opt,name=groupID,proto3" json:"groupID,omitempty"` // contains filtered or unexported fields }
func (*SetGroupBackgroundReq) Descriptor
deprecated
added in
v0.0.28
func (*SetGroupBackgroundReq) Descriptor() ([]byte, []int)
Deprecated: Use SetGroupBackgroundReq.ProtoReflect.Descriptor instead.
func (*SetGroupBackgroundReq) GetBackgroundUrl ¶ added in v0.0.28
func (x *SetGroupBackgroundReq) GetBackgroundUrl() string
func (*SetGroupBackgroundReq) GetGroupID ¶ added in v0.0.28
func (x *SetGroupBackgroundReq) GetGroupID() string
func (*SetGroupBackgroundReq) GetOpUserID ¶ added in v0.0.28
func (x *SetGroupBackgroundReq) GetOpUserID() string
func (*SetGroupBackgroundReq) GetOperationID ¶ added in v0.0.28
func (x *SetGroupBackgroundReq) GetOperationID() string
func (*SetGroupBackgroundReq) ProtoMessage ¶ added in v0.0.28
func (*SetGroupBackgroundReq) ProtoMessage()
func (*SetGroupBackgroundReq) ProtoReflect ¶ added in v0.0.28
func (x *SetGroupBackgroundReq) ProtoReflect() protoreflect.Message
func (*SetGroupBackgroundReq) Reset ¶ added in v0.0.28
func (x *SetGroupBackgroundReq) Reset()
func (*SetGroupBackgroundReq) String ¶ added in v0.0.28
func (x *SetGroupBackgroundReq) String() string
type SetGroupInfoReq ¶ added in v0.0.17
type SetGroupInfoReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` GroupName string `protobuf:"bytes,2,opt,name=groupName,proto3" json:"groupName,omitempty"` Notification string `protobuf:"bytes,3,opt,name=notification,proto3" json:"notification,omitempty"` Introduction string `protobuf:"bytes,4,opt,name=introduction,proto3" json:"introduction,omitempty"` FaceURL string `protobuf:"bytes,5,opt,name=faceURL,proto3" json:"faceURL,omitempty"` Ex string `protobuf:"bytes,6,opt,name=ex,proto3" json:"ex,omitempty"` OperationID string `protobuf:"bytes,7,opt,name=operationID,proto3" json:"operationID,omitempty"` NeedVerification *wrapperspb.Int32Value `protobuf:"bytes,8,opt,name=needVerification,proto3" json:"needVerification,omitempty"` LookMemberInfo *wrapperspb.Int32Value `protobuf:"bytes,9,opt,name=lookMemberInfo,proto3" json:"lookMemberInfo,omitempty"` ApplyMemberFriend *wrapperspb.Int32Value `protobuf:"bytes,10,opt,name=applyMemberFriend,proto3" json:"applyMemberFriend,omitempty"` OpUserID string `protobuf:"bytes,11,opt,name=opUserID,proto3" json:"opUserID,omitempty"` IsReal *wrapperspb.Int32Value `protobuf:"bytes,12,opt,name=isReal,proto3" json:"isReal,omitempty"` IsOpen *wrapperspb.Int32Value `protobuf:"bytes,13,opt,name=isOpen,proto3" json:"isOpen,omitempty"` AllowPrivateChat *wrapperspb.Int32Value `protobuf:"bytes,14,opt,name=allowPrivateChat,proto3" json:"allowPrivateChat,omitempty"` // contains filtered or unexported fields }
func (*SetGroupInfoReq) Descriptor
deprecated
added in
v0.0.17
func (*SetGroupInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use SetGroupInfoReq.ProtoReflect.Descriptor instead.
func (*SetGroupInfoReq) GetAllowPrivateChat ¶ added in v0.0.23
func (x *SetGroupInfoReq) GetAllowPrivateChat() *wrapperspb.Int32Value
func (*SetGroupInfoReq) GetApplyMemberFriend ¶ added in v0.0.17
func (x *SetGroupInfoReq) GetApplyMemberFriend() *wrapperspb.Int32Value
func (*SetGroupInfoReq) GetEx ¶ added in v0.0.17
func (x *SetGroupInfoReq) GetEx() string
func (*SetGroupInfoReq) GetFaceURL ¶ added in v0.0.17
func (x *SetGroupInfoReq) GetFaceURL() string
func (*SetGroupInfoReq) GetGroupID ¶ added in v0.0.17
func (x *SetGroupInfoReq) GetGroupID() string
func (*SetGroupInfoReq) GetGroupName ¶ added in v0.0.17
func (x *SetGroupInfoReq) GetGroupName() string
func (*SetGroupInfoReq) GetIntroduction ¶ added in v0.0.17
func (x *SetGroupInfoReq) GetIntroduction() string
func (*SetGroupInfoReq) GetIsOpen ¶ added in v0.0.23
func (x *SetGroupInfoReq) GetIsOpen() *wrapperspb.Int32Value
func (*SetGroupInfoReq) GetIsReal ¶ added in v0.0.23
func (x *SetGroupInfoReq) GetIsReal() *wrapperspb.Int32Value
func (*SetGroupInfoReq) GetLookMemberInfo ¶ added in v0.0.17
func (x *SetGroupInfoReq) GetLookMemberInfo() *wrapperspb.Int32Value
func (*SetGroupInfoReq) GetNeedVerification ¶ added in v0.0.17
func (x *SetGroupInfoReq) GetNeedVerification() *wrapperspb.Int32Value
func (*SetGroupInfoReq) GetNotification ¶ added in v0.0.17
func (x *SetGroupInfoReq) GetNotification() string
func (*SetGroupInfoReq) GetOpUserID ¶ added in v0.0.17
func (x *SetGroupInfoReq) GetOpUserID() string
func (*SetGroupInfoReq) GetOperationID ¶ added in v0.0.17
func (x *SetGroupInfoReq) GetOperationID() string
func (*SetGroupInfoReq) ProtoMessage ¶ added in v0.0.17
func (*SetGroupInfoReq) ProtoMessage()
func (*SetGroupInfoReq) ProtoReflect ¶ added in v0.0.17
func (x *SetGroupInfoReq) ProtoReflect() protoreflect.Message
func (*SetGroupInfoReq) Reset ¶ added in v0.0.17
func (x *SetGroupInfoReq) Reset()
func (*SetGroupInfoReq) String ¶ added in v0.0.17
func (x *SetGroupInfoReq) String() string
type SetGroupMemberInfoReq ¶ added in v0.0.17
type SetGroupMemberInfoReq struct { OperatorID string `protobuf:"bytes,1,opt,name=operatorID,proto3" json:"operatorID,omitempty"` GroupID string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID,omitempty"` UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` Nickname string `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"` FaceURL string `protobuf:"bytes,5,opt,name=faceURL,proto3" json:"faceURL,omitempty"` RoleLevel int32 `protobuf:"varint,6,opt,name=roleLevel,proto3" json:"roleLevel,omitempty"` BackgroundUrl string `protobuf:"bytes,7,opt,name=background_url,json=backgroundUrl,proto3" json:"background_url,omitempty"` Ex string `protobuf:"bytes,8,opt,name=ex,proto3" json:"ex,omitempty"` OpUserID string `protobuf:"bytes,9,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*SetGroupMemberInfoReq) Descriptor
deprecated
added in
v0.0.17
func (*SetGroupMemberInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use SetGroupMemberInfoReq.ProtoReflect.Descriptor instead.
func (*SetGroupMemberInfoReq) GetBackgroundUrl ¶ added in v0.0.17
func (x *SetGroupMemberInfoReq) GetBackgroundUrl() string
func (*SetGroupMemberInfoReq) GetEx ¶ added in v0.0.17
func (x *SetGroupMemberInfoReq) GetEx() string
func (*SetGroupMemberInfoReq) GetFaceURL ¶ added in v0.0.17
func (x *SetGroupMemberInfoReq) GetFaceURL() string
func (*SetGroupMemberInfoReq) GetGroupID ¶ added in v0.0.17
func (x *SetGroupMemberInfoReq) GetGroupID() string
func (*SetGroupMemberInfoReq) GetNickname ¶ added in v0.0.17
func (x *SetGroupMemberInfoReq) GetNickname() string
func (*SetGroupMemberInfoReq) GetOpUserID ¶ added in v0.0.17
func (x *SetGroupMemberInfoReq) GetOpUserID() string
func (*SetGroupMemberInfoReq) GetOperatorID ¶ added in v0.0.17
func (x *SetGroupMemberInfoReq) GetOperatorID() string
func (*SetGroupMemberInfoReq) GetRoleLevel ¶ added in v0.0.17
func (x *SetGroupMemberInfoReq) GetRoleLevel() int32
func (*SetGroupMemberInfoReq) GetUserID ¶ added in v0.0.17
func (x *SetGroupMemberInfoReq) GetUserID() string
func (*SetGroupMemberInfoReq) ProtoMessage ¶ added in v0.0.17
func (*SetGroupMemberInfoReq) ProtoMessage()
func (*SetGroupMemberInfoReq) ProtoReflect ¶ added in v0.0.17
func (x *SetGroupMemberInfoReq) ProtoReflect() protoreflect.Message
func (*SetGroupMemberInfoReq) Reset ¶ added in v0.0.17
func (x *SetGroupMemberInfoReq) Reset()
func (*SetGroupMemberInfoReq) String ¶ added in v0.0.17
func (x *SetGroupMemberInfoReq) String() string
type SetGroupMemberNicknameReq ¶ added in v0.0.17
type SetGroupMemberNicknameReq struct { OperatorID string `protobuf:"bytes,1,opt,name=operatorID,proto3" json:"operatorID,omitempty"` GroupID string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID,omitempty"` UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` Nickname string `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"` OpUserID string `protobuf:"bytes,5,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*SetGroupMemberNicknameReq) Descriptor
deprecated
added in
v0.0.17
func (*SetGroupMemberNicknameReq) Descriptor() ([]byte, []int)
Deprecated: Use SetGroupMemberNicknameReq.ProtoReflect.Descriptor instead.
func (*SetGroupMemberNicknameReq) GetGroupID ¶ added in v0.0.17
func (x *SetGroupMemberNicknameReq) GetGroupID() string
func (*SetGroupMemberNicknameReq) GetNickname ¶ added in v0.0.17
func (x *SetGroupMemberNicknameReq) GetNickname() string
func (*SetGroupMemberNicknameReq) GetOpUserID ¶ added in v0.0.17
func (x *SetGroupMemberNicknameReq) GetOpUserID() string
func (*SetGroupMemberNicknameReq) GetOperatorID ¶ added in v0.0.17
func (x *SetGroupMemberNicknameReq) GetOperatorID() string
func (*SetGroupMemberNicknameReq) GetUserID ¶ added in v0.0.17
func (x *SetGroupMemberNicknameReq) GetUserID() string
func (*SetGroupMemberNicknameReq) ProtoMessage ¶ added in v0.0.17
func (*SetGroupMemberNicknameReq) ProtoMessage()
func (*SetGroupMemberNicknameReq) ProtoReflect ¶ added in v0.0.17
func (x *SetGroupMemberNicknameReq) ProtoReflect() protoreflect.Message
func (*SetGroupMemberNicknameReq) Reset ¶ added in v0.0.17
func (x *SetGroupMemberNicknameReq) Reset()
func (*SetGroupMemberNicknameReq) String ¶ added in v0.0.17
func (x *SetGroupMemberNicknameReq) String() string
type TransferGroupOwnerReq ¶ added in v0.0.17
type TransferGroupOwnerReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` OldOwnerUserID string `protobuf:"bytes,2,opt,name=oldOwnerUserID,proto3" json:"oldOwnerUserID,omitempty"` NewOwnerUserID string `protobuf:"bytes,3,opt,name=newOwnerUserID,proto3" json:"newOwnerUserID,omitempty"` OperationID string `protobuf:"bytes,4,opt,name=operationID,proto3" json:"operationID,omitempty"` OpUserID string `protobuf:"bytes,5,opt,name=opUserID,proto3" json:"opUserID,omitempty"` // contains filtered or unexported fields }
func (*TransferGroupOwnerReq) Descriptor
deprecated
added in
v0.0.17
func (*TransferGroupOwnerReq) Descriptor() ([]byte, []int)
Deprecated: Use TransferGroupOwnerReq.ProtoReflect.Descriptor instead.
func (*TransferGroupOwnerReq) GetGroupID ¶ added in v0.0.17
func (x *TransferGroupOwnerReq) GetGroupID() string
func (*TransferGroupOwnerReq) GetNewOwnerUserID ¶ added in v0.0.17
func (x *TransferGroupOwnerReq) GetNewOwnerUserID() string
func (*TransferGroupOwnerReq) GetOldOwnerUserID ¶ added in v0.0.17
func (x *TransferGroupOwnerReq) GetOldOwnerUserID() string
func (*TransferGroupOwnerReq) GetOpUserID ¶ added in v0.0.17
func (x *TransferGroupOwnerReq) GetOpUserID() string
func (*TransferGroupOwnerReq) GetOperationID ¶ added in v0.0.17
func (x *TransferGroupOwnerReq) GetOperationID() string
func (*TransferGroupOwnerReq) ProtoMessage ¶ added in v0.0.17
func (*TransferGroupOwnerReq) ProtoMessage()
func (*TransferGroupOwnerReq) ProtoReflect ¶ added in v0.0.17
func (x *TransferGroupOwnerReq) ProtoReflect() protoreflect.Message
func (*TransferGroupOwnerReq) Reset ¶ added in v0.0.17
func (x *TransferGroupOwnerReq) Reset()
func (*TransferGroupOwnerReq) String ¶ added in v0.0.17
func (x *TransferGroupOwnerReq) String() string
type UnimplementedGroupServer ¶
type UnimplementedGroupServer struct { }
UnimplementedGroupServer must be embedded to have forward compatible implementations.
func (UnimplementedGroupServer) ApplicationGroupResponse ¶ added in v0.0.17
func (UnimplementedGroupServer) ApplicationGroupResponse(context.Context, *ApplicationGroupResponseReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) CancelMuteGroup ¶ added in v0.0.17
func (UnimplementedGroupServer) CancelMuteGroup(context.Context, *CancelMuteGroupReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) CancelMuteGroupMember ¶ added in v0.0.17
func (UnimplementedGroupServer) CancelMuteGroupMember(context.Context, *CancelMuteGroupMemberReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) CreateGroup ¶ added in v0.0.17
func (UnimplementedGroupServer) CreateGroup(context.Context, *CreateGroupReq) (*CreateGroupReply, error)
func (UnimplementedGroupServer) DismissGroup ¶ added in v0.0.17
func (UnimplementedGroupServer) DismissGroup(context.Context, *DismissGroupReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) GetGroupAbstractInfo ¶ added in v0.0.17
func (UnimplementedGroupServer) GetGroupAbstractInfo(context.Context, *GetGroupAbstractInfoReq) (*GetGroupAbstractInfoReply, error)
func (UnimplementedGroupServer) GetGroupAllMemberList ¶ added in v0.0.17
func (UnimplementedGroupServer) GetGroupAllMemberList(context.Context, *GetGroupAllMemberReq) (*GetGroupAllMemberReply, error)
func (UnimplementedGroupServer) GetGroupApplicationByUserAndGroup ¶ added in v0.0.17
func (UnimplementedGroupServer) GetGroupApplicationByUserAndGroup(context.Context, *GetGroupApplicationByUserAndGroupReq) (*GetGroupApplicationListReply, error)
func (UnimplementedGroupServer) GetGroupInfoByCode ¶ added in v0.0.17
func (UnimplementedGroupServer) GetGroupInfoByCode(context.Context, *GetGroupInfoByCodeReq) (*GetGroupInfoByCodeReply, error)
func (UnimplementedGroupServer) GetGroupMemberList ¶ added in v0.0.17
func (UnimplementedGroupServer) GetGroupMemberList(context.Context, *GetGroupMemberListReq) (*GetGroupMemberListReply, error)
func (UnimplementedGroupServer) GetGroupMembersInfo ¶ added in v0.0.17
func (UnimplementedGroupServer) GetGroupMembersInfo(context.Context, *GetGroupMembersInfoReq) (*GetGroupAllMemberReply, error)
func (UnimplementedGroupServer) GetGroupsInfo ¶ added in v0.0.17
func (UnimplementedGroupServer) GetGroupsInfo(context.Context, *GetGroupInfoReq) (*GetGroupInfoReplay, error)
func (UnimplementedGroupServer) GetJoinedGroupBaseInfoList ¶ added in v0.0.18
func (UnimplementedGroupServer) GetJoinedGroupBaseInfoList(context.Context, *GetJoinedGroupListReq) (*GetGroupsBaseInfoResp, error)
func (UnimplementedGroupServer) GetJoinedGroupList ¶ added in v0.0.17
func (UnimplementedGroupServer) GetJoinedGroupList(context.Context, *GetJoinedGroupListReq) (*GetJoinedGroupListReply, error)
func (UnimplementedGroupServer) GetRecvGroupApplicationList ¶ added in v0.0.17
func (UnimplementedGroupServer) GetRecvGroupApplicationList(context.Context, *GetGroupApplicationListReq) (*GetGroupApplicationListReply, error)
func (UnimplementedGroupServer) GetUserReqGroupApplicationList ¶ added in v0.0.17
func (UnimplementedGroupServer) GetUserReqGroupApplicationList(context.Context, *GetUserReqGroupApplicationListReq) (*GetGroupApplicationListReply, error)
func (UnimplementedGroupServer) InviteUserToGroup ¶ added in v0.0.17
func (UnimplementedGroupServer) InviteUserToGroup(context.Context, *InviteUserToGroupReq) (*InviteUserToGroupReply, error)
func (UnimplementedGroupServer) JoinGroup ¶ added in v0.0.17
func (UnimplementedGroupServer) JoinGroup(context.Context, *JoinGroupReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) KickGroupMember ¶ added in v0.0.17
func (UnimplementedGroupServer) KickGroupMember(context.Context, *KickGroupMemberReq) (*KickGroupMemberReply, error)
func (UnimplementedGroupServer) MuteGroup ¶ added in v0.0.17
func (UnimplementedGroupServer) MuteGroup(context.Context, *MuteGroupReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) MuteGroupMember ¶ added in v0.0.17
func (UnimplementedGroupServer) MuteGroupMember(context.Context, *MuteGroupMemberReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) QuitGroup ¶ added in v0.0.17
func (UnimplementedGroupServer) QuitGroup(context.Context, *QuitGroupReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) SetGroupBackground ¶ added in v0.0.28
func (UnimplementedGroupServer) SetGroupBackground(context.Context, *SetGroupBackgroundReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) SetGroupInfo ¶ added in v0.0.17
func (UnimplementedGroupServer) SetGroupInfo(context.Context, *SetGroupInfoReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) SetGroupMemberInfo ¶ added in v0.0.17
func (UnimplementedGroupServer) SetGroupMemberInfo(context.Context, *SetGroupMemberInfoReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) SetGroupMemberNickname ¶ added in v0.0.17
func (UnimplementedGroupServer) SetGroupMemberNickname(context.Context, *SetGroupMemberNicknameReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) TransferGroupOwner ¶ added in v0.0.17
func (UnimplementedGroupServer) TransferGroupOwner(context.Context, *TransferGroupOwnerReq) (*emptypb.Empty, error)
type UnsafeGroupServer ¶
type UnsafeGroupServer interface {
// contains filtered or unexported methods
}
UnsafeGroupServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GroupServer will result in compilation errors.