group

package
v0.0.0-...-52feba6 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_group_group_proto protoreflect.FileDescriptor

Functions

func RegisterGroupServer

func RegisterGroupServer(s *grpc.Server, srv GroupServer)

Types

type CMSGroup

type CMSGroup struct {
	GroupInfo          *sdkws.GroupInfo `protobuf:"bytes,1,opt,name=groupInfo,proto3" json:"groupInfo"`
	GroupOwnerUserName string           `protobuf:"bytes,2,opt,name=groupOwnerUserName,proto3" json:"groupOwnerUserName"`
	GroupOwnerUserID   string           `protobuf:"bytes,3,opt,name=groupOwnerUserID,proto3" json:"groupOwnerUserID"`
	// contains filtered or unexported fields
}

func (*CMSGroup) Descriptor deprecated

func (*CMSGroup) Descriptor() ([]byte, []int)

Deprecated: Use CMSGroup.ProtoReflect.Descriptor instead.

func (*CMSGroup) GetGroupInfo

func (x *CMSGroup) GetGroupInfo() *sdkws.GroupInfo

func (*CMSGroup) GetGroupOwnerUserID

func (x *CMSGroup) GetGroupOwnerUserID() string

func (*CMSGroup) GetGroupOwnerUserName

func (x *CMSGroup) GetGroupOwnerUserName() string

func (*CMSGroup) ProtoMessage

func (*CMSGroup) ProtoMessage()

func (*CMSGroup) ProtoReflect

func (x *CMSGroup) ProtoReflect() protoreflect.Message

func (*CMSGroup) Reset

func (x *CMSGroup) Reset()

func (*CMSGroup) String

func (x *CMSGroup) String() string

type CancelMuteGroupMemberReq

type CancelMuteGroupMemberReq struct {
	GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	UserID  string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	// contains filtered or unexported fields
}

func (*CancelMuteGroupMemberReq) Check

func (x *CancelMuteGroupMemberReq) Check() error

func (*CancelMuteGroupMemberReq) Descriptor deprecated

func (*CancelMuteGroupMemberReq) Descriptor() ([]byte, []int)

Deprecated: Use CancelMuteGroupMemberReq.ProtoReflect.Descriptor instead.

func (*CancelMuteGroupMemberReq) GetGroupID

func (x *CancelMuteGroupMemberReq) GetGroupID() string

func (*CancelMuteGroupMemberReq) GetUserID

func (x *CancelMuteGroupMemberReq) GetUserID() string

func (*CancelMuteGroupMemberReq) ProtoMessage

func (*CancelMuteGroupMemberReq) ProtoMessage()

func (*CancelMuteGroupMemberReq) ProtoReflect

func (x *CancelMuteGroupMemberReq) ProtoReflect() protoreflect.Message

func (*CancelMuteGroupMemberReq) Reset

func (x *CancelMuteGroupMemberReq) Reset()

func (*CancelMuteGroupMemberReq) String

func (x *CancelMuteGroupMemberReq) String() string

type CancelMuteGroupMemberResp

type CancelMuteGroupMemberResp struct {
	// contains filtered or unexported fields
}

func (*CancelMuteGroupMemberResp) Descriptor deprecated

func (*CancelMuteGroupMemberResp) Descriptor() ([]byte, []int)

Deprecated: Use CancelMuteGroupMemberResp.ProtoReflect.Descriptor instead.

func (*CancelMuteGroupMemberResp) ProtoMessage

func (*CancelMuteGroupMemberResp) ProtoMessage()

func (*CancelMuteGroupMemberResp) ProtoReflect

func (*CancelMuteGroupMemberResp) Reset

func (x *CancelMuteGroupMemberResp) Reset()

func (*CancelMuteGroupMemberResp) String

func (x *CancelMuteGroupMemberResp) String() string

type CancelMuteGroupReq

type CancelMuteGroupReq struct {
	GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	// contains filtered or unexported fields
}

func (*CancelMuteGroupReq) Check

func (x *CancelMuteGroupReq) Check() error

func (*CancelMuteGroupReq) Descriptor deprecated

func (*CancelMuteGroupReq) Descriptor() ([]byte, []int)

Deprecated: Use CancelMuteGroupReq.ProtoReflect.Descriptor instead.

func (*CancelMuteGroupReq) GetGroupID

func (x *CancelMuteGroupReq) GetGroupID() string

func (*CancelMuteGroupReq) ProtoMessage

func (*CancelMuteGroupReq) ProtoMessage()

func (*CancelMuteGroupReq) ProtoReflect

func (x *CancelMuteGroupReq) ProtoReflect() protoreflect.Message

func (*CancelMuteGroupReq) Reset

func (x *CancelMuteGroupReq) Reset()

func (*CancelMuteGroupReq) String

func (x *CancelMuteGroupReq) String() string

type CancelMuteGroupResp

type CancelMuteGroupResp struct {
	// contains filtered or unexported fields
}

func (*CancelMuteGroupResp) Descriptor deprecated

func (*CancelMuteGroupResp) Descriptor() ([]byte, []int)

Deprecated: Use CancelMuteGroupResp.ProtoReflect.Descriptor instead.

func (*CancelMuteGroupResp) ProtoMessage

func (*CancelMuteGroupResp) ProtoMessage()

func (*CancelMuteGroupResp) ProtoReflect

func (x *CancelMuteGroupResp) ProtoReflect() protoreflect.Message

func (*CancelMuteGroupResp) Reset

func (x *CancelMuteGroupResp) Reset()

func (*CancelMuteGroupResp) String

func (x *CancelMuteGroupResp) String() string

type CreateGroupReq

type CreateGroupReq struct {
	MemberUserIDs []string         `protobuf:"bytes,1,rep,name=memberUserIDs,proto3" json:"memberUserIDs"`
	GroupInfo     *sdkws.GroupInfo `protobuf:"bytes,2,opt,name=groupInfo,proto3" json:"groupInfo"`
	AdminUserIDs  []string         `protobuf:"bytes,3,rep,name=adminUserIDs,proto3" json:"adminUserIDs"`
	OwnerUserID   string           `protobuf:"bytes,4,opt,name=ownerUserID,proto3" json:"ownerUserID"` //owner
	// contains filtered or unexported fields
}

func (*CreateGroupReq) Check

func (x *CreateGroupReq) Check() error

func (*CreateGroupReq) Descriptor deprecated

func (*CreateGroupReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateGroupReq.ProtoReflect.Descriptor instead.

func (*CreateGroupReq) GetAdminUserIDs

func (x *CreateGroupReq) GetAdminUserIDs() []string

func (*CreateGroupReq) GetGroupInfo

func (x *CreateGroupReq) GetGroupInfo() *sdkws.GroupInfo

func (*CreateGroupReq) GetMemberUserIDs

func (x *CreateGroupReq) GetMemberUserIDs() []string

func (*CreateGroupReq) GetOwnerUserID

func (x *CreateGroupReq) GetOwnerUserID() string

func (*CreateGroupReq) ProtoMessage

func (*CreateGroupReq) ProtoMessage()

func (*CreateGroupReq) ProtoReflect

func (x *CreateGroupReq) ProtoReflect() protoreflect.Message

func (*CreateGroupReq) Reset

func (x *CreateGroupReq) Reset()

func (*CreateGroupReq) String

func (x *CreateGroupReq) String() string

type CreateGroupResp

type CreateGroupResp struct {
	GroupInfo *sdkws.GroupInfo `protobuf:"bytes,1,opt,name=groupInfo,proto3" json:"groupInfo"`
	// contains filtered or unexported fields
}

func (*CreateGroupResp) Descriptor deprecated

func (*CreateGroupResp) Descriptor() ([]byte, []int)

Deprecated: Use CreateGroupResp.ProtoReflect.Descriptor instead.

func (*CreateGroupResp) GetGroupInfo

func (x *CreateGroupResp) GetGroupInfo() *sdkws.GroupInfo

func (*CreateGroupResp) ProtoMessage

func (*CreateGroupResp) ProtoMessage()

func (*CreateGroupResp) ProtoReflect

func (x *CreateGroupResp) ProtoReflect() protoreflect.Message

func (*CreateGroupResp) Reset

func (x *CreateGroupResp) Reset()

func (*CreateGroupResp) String

func (x *CreateGroupResp) String() string

type DismissGroupReq

type DismissGroupReq struct {
	GroupID      string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	DeleteMember bool   `protobuf:"varint,2,opt,name=deleteMember,proto3" json:"deleteMember"`
	// contains filtered or unexported fields
}

func (*DismissGroupReq) Check

func (x *DismissGroupReq) Check() error

func (*DismissGroupReq) Descriptor deprecated

func (*DismissGroupReq) Descriptor() ([]byte, []int)

Deprecated: Use DismissGroupReq.ProtoReflect.Descriptor instead.

func (*DismissGroupReq) GetDeleteMember

func (x *DismissGroupReq) GetDeleteMember() bool

func (*DismissGroupReq) GetGroupID

func (x *DismissGroupReq) GetGroupID() string

func (*DismissGroupReq) ProtoMessage

func (*DismissGroupReq) ProtoMessage()

func (*DismissGroupReq) ProtoReflect

func (x *DismissGroupReq) ProtoReflect() protoreflect.Message

func (*DismissGroupReq) Reset

func (x *DismissGroupReq) Reset()

func (*DismissGroupReq) String

func (x *DismissGroupReq) String() string

type DismissGroupResp

type DismissGroupResp struct {
	// contains filtered or unexported fields
}

func (*DismissGroupResp) Descriptor deprecated

func (*DismissGroupResp) Descriptor() ([]byte, []int)

Deprecated: Use DismissGroupResp.ProtoReflect.Descriptor instead.

func (*DismissGroupResp) ProtoMessage

func (*DismissGroupResp) ProtoMessage()

func (*DismissGroupResp) ProtoReflect

func (x *DismissGroupResp) ProtoReflect() protoreflect.Message

func (*DismissGroupResp) Reset

func (x *DismissGroupResp) Reset()

func (*DismissGroupResp) String

func (x *DismissGroupResp) String() string

type GetGroupAbstractInfoReq

type GetGroupAbstractInfoReq struct {
	GroupIDs []string `protobuf:"bytes,1,rep,name=groupIDs,proto3" json:"groupIDs"`
	// contains filtered or unexported fields
}

func (*GetGroupAbstractInfoReq) Check

func (x *GetGroupAbstractInfoReq) Check() error

func (*GetGroupAbstractInfoReq) Descriptor deprecated

func (*GetGroupAbstractInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupAbstractInfoReq.ProtoReflect.Descriptor instead.

func (*GetGroupAbstractInfoReq) GetGroupIDs

func (x *GetGroupAbstractInfoReq) GetGroupIDs() []string

func (*GetGroupAbstractInfoReq) ProtoMessage

func (*GetGroupAbstractInfoReq) ProtoMessage()

func (*GetGroupAbstractInfoReq) ProtoReflect

func (x *GetGroupAbstractInfoReq) ProtoReflect() protoreflect.Message

func (*GetGroupAbstractInfoReq) Reset

func (x *GetGroupAbstractInfoReq) Reset()

func (*GetGroupAbstractInfoReq) String

func (x *GetGroupAbstractInfoReq) String() string

type GetGroupAbstractInfoResp

type GetGroupAbstractInfoResp struct {
	GroupAbstractInfos []*GroupAbstractInfo `protobuf:"bytes,1,rep,name=groupAbstractInfos,proto3" json:"groupAbstractInfos"`
	// contains filtered or unexported fields
}

func (*GetGroupAbstractInfoResp) Descriptor deprecated

func (*GetGroupAbstractInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupAbstractInfoResp.ProtoReflect.Descriptor instead.

func (*GetGroupAbstractInfoResp) GetGroupAbstractInfos

func (x *GetGroupAbstractInfoResp) GetGroupAbstractInfos() []*GroupAbstractInfo

func (*GetGroupAbstractInfoResp) ProtoMessage

func (*GetGroupAbstractInfoResp) ProtoMessage()

func (*GetGroupAbstractInfoResp) ProtoReflect

func (x *GetGroupAbstractInfoResp) ProtoReflect() protoreflect.Message

func (*GetGroupAbstractInfoResp) Reset

func (x *GetGroupAbstractInfoResp) Reset()

func (*GetGroupAbstractInfoResp) String

func (x *GetGroupAbstractInfoResp) String() string

type GetGroupAllMemberReq

type GetGroupAllMemberReq struct {
	Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination"`
	GroupID    string                   `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID"`
	// contains filtered or unexported fields
}

func (*GetGroupAllMemberReq) Check

func (x *GetGroupAllMemberReq) Check() error

func (*GetGroupAllMemberReq) Descriptor deprecated

func (*GetGroupAllMemberReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupAllMemberReq.ProtoReflect.Descriptor instead.

func (*GetGroupAllMemberReq) GetGroupID

func (x *GetGroupAllMemberReq) GetGroupID() string

func (*GetGroupAllMemberReq) GetPagination

func (x *GetGroupAllMemberReq) GetPagination() *sdkws.RequestPagination

func (*GetGroupAllMemberReq) ProtoMessage

func (*GetGroupAllMemberReq) ProtoMessage()

func (*GetGroupAllMemberReq) ProtoReflect

func (x *GetGroupAllMemberReq) ProtoReflect() protoreflect.Message

func (*GetGroupAllMemberReq) Reset

func (x *GetGroupAllMemberReq) Reset()

func (*GetGroupAllMemberReq) String

func (x *GetGroupAllMemberReq) String() string

type GetGroupAllMemberResp

type GetGroupAllMemberResp struct {
	Members []*sdkws.GroupMemberFullInfo `protobuf:"bytes,1,rep,name=members,proto3" json:"members"`
	// contains filtered or unexported fields
}

func (*GetGroupAllMemberResp) Descriptor deprecated

func (*GetGroupAllMemberResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupAllMemberResp.ProtoReflect.Descriptor instead.

func (*GetGroupAllMemberResp) GetMembers

func (x *GetGroupAllMemberResp) GetMembers() []*sdkws.GroupMemberFullInfo

func (*GetGroupAllMemberResp) ProtoMessage

func (*GetGroupAllMemberResp) ProtoMessage()

func (*GetGroupAllMemberResp) ProtoReflect

func (x *GetGroupAllMemberResp) ProtoReflect() protoreflect.Message

func (*GetGroupAllMemberResp) Reset

func (x *GetGroupAllMemberResp) Reset()

func (*GetGroupAllMemberResp) String

func (x *GetGroupAllMemberResp) String() string

type GetGroupApplicationListReq

type GetGroupApplicationListReq struct {
	Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination"`
	FromUserID string                   `protobuf:"bytes,2,opt,name=fromUserID,proto3" json:"fromUserID"` //owner or admin
	// contains filtered or unexported fields
}

func (*GetGroupApplicationListReq) Check

func (x *GetGroupApplicationListReq) Check() error

func (*GetGroupApplicationListReq) Descriptor deprecated

func (*GetGroupApplicationListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupApplicationListReq.ProtoReflect.Descriptor instead.

func (*GetGroupApplicationListReq) GetFromUserID

func (x *GetGroupApplicationListReq) GetFromUserID() string

func (*GetGroupApplicationListReq) GetPagination

func (*GetGroupApplicationListReq) ProtoMessage

func (*GetGroupApplicationListReq) ProtoMessage()

func (*GetGroupApplicationListReq) ProtoReflect

func (*GetGroupApplicationListReq) Reset

func (x *GetGroupApplicationListReq) Reset()

func (*GetGroupApplicationListReq) String

func (x *GetGroupApplicationListReq) String() string

type GetGroupApplicationListResp

type GetGroupApplicationListResp struct {
	Total         uint32                `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	GroupRequests []*sdkws.GroupRequest `protobuf:"bytes,2,rep,name=groupRequests,proto3" json:"groupRequests"`
	// contains filtered or unexported fields
}

func (*GetGroupApplicationListResp) Descriptor deprecated

func (*GetGroupApplicationListResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupApplicationListResp.ProtoReflect.Descriptor instead.

func (*GetGroupApplicationListResp) GetGroupRequests

func (x *GetGroupApplicationListResp) GetGroupRequests() []*sdkws.GroupRequest

func (*GetGroupApplicationListResp) GetTotal

func (x *GetGroupApplicationListResp) GetTotal() uint32

func (*GetGroupApplicationListResp) ProtoMessage

func (*GetGroupApplicationListResp) ProtoMessage()

func (*GetGroupApplicationListResp) ProtoReflect

func (*GetGroupApplicationListResp) Reset

func (x *GetGroupApplicationListResp) Reset()

func (*GetGroupApplicationListResp) String

func (x *GetGroupApplicationListResp) String() string

type GetGroupInfoCacheReq

type GetGroupInfoCacheReq struct {
	GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	// contains filtered or unexported fields
}

func (*GetGroupInfoCacheReq) Check

func (x *GetGroupInfoCacheReq) Check() error

func (*GetGroupInfoCacheReq) Descriptor deprecated

func (*GetGroupInfoCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupInfoCacheReq.ProtoReflect.Descriptor instead.

func (*GetGroupInfoCacheReq) GetGroupID

func (x *GetGroupInfoCacheReq) GetGroupID() string

func (*GetGroupInfoCacheReq) ProtoMessage

func (*GetGroupInfoCacheReq) ProtoMessage()

func (*GetGroupInfoCacheReq) ProtoReflect

func (x *GetGroupInfoCacheReq) ProtoReflect() protoreflect.Message

func (*GetGroupInfoCacheReq) Reset

func (x *GetGroupInfoCacheReq) Reset()

func (*GetGroupInfoCacheReq) String

func (x *GetGroupInfoCacheReq) String() string

type GetGroupInfoCacheResp

type GetGroupInfoCacheResp struct {
	GroupInfo *sdkws.GroupInfo `protobuf:"bytes,1,opt,name=groupInfo,proto3" json:"groupInfo"`
	// contains filtered or unexported fields
}

func (*GetGroupInfoCacheResp) Descriptor deprecated

func (*GetGroupInfoCacheResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupInfoCacheResp.ProtoReflect.Descriptor instead.

func (*GetGroupInfoCacheResp) GetGroupInfo

func (x *GetGroupInfoCacheResp) GetGroupInfo() *sdkws.GroupInfo

func (*GetGroupInfoCacheResp) ProtoMessage

func (*GetGroupInfoCacheResp) ProtoMessage()

func (*GetGroupInfoCacheResp) ProtoReflect

func (x *GetGroupInfoCacheResp) ProtoReflect() protoreflect.Message

func (*GetGroupInfoCacheResp) Reset

func (x *GetGroupInfoCacheResp) Reset()

func (*GetGroupInfoCacheResp) String

func (x *GetGroupInfoCacheResp) String() string

type GetGroupMemberCacheReq

type GetGroupMemberCacheReq struct {
	GroupID       string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	GroupMemberID string `protobuf:"bytes,2,opt,name=groupMemberID,proto3" json:"groupMemberID"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberCacheReq) Check

func (x *GetGroupMemberCacheReq) Check() error

func (*GetGroupMemberCacheReq) Descriptor deprecated

func (*GetGroupMemberCacheReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMemberCacheReq.ProtoReflect.Descriptor instead.

func (*GetGroupMemberCacheReq) GetGroupID

func (x *GetGroupMemberCacheReq) GetGroupID() string

func (*GetGroupMemberCacheReq) GetGroupMemberID

func (x *GetGroupMemberCacheReq) GetGroupMemberID() string

func (*GetGroupMemberCacheReq) ProtoMessage

func (*GetGroupMemberCacheReq) ProtoMessage()

func (*GetGroupMemberCacheReq) ProtoReflect

func (x *GetGroupMemberCacheReq) ProtoReflect() protoreflect.Message

func (*GetGroupMemberCacheReq) Reset

func (x *GetGroupMemberCacheReq) Reset()

func (*GetGroupMemberCacheReq) String

func (x *GetGroupMemberCacheReq) String() string

type GetGroupMemberCacheResp

type GetGroupMemberCacheResp struct {
	Member *sdkws.GroupMemberFullInfo `protobuf:"bytes,1,opt,name=member,proto3" json:"member"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberCacheResp) Descriptor deprecated

func (*GetGroupMemberCacheResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMemberCacheResp.ProtoReflect.Descriptor instead.

func (*GetGroupMemberCacheResp) GetMember

func (*GetGroupMemberCacheResp) ProtoMessage

func (*GetGroupMemberCacheResp) ProtoMessage()

func (*GetGroupMemberCacheResp) ProtoReflect

func (x *GetGroupMemberCacheResp) ProtoReflect() protoreflect.Message

func (*GetGroupMemberCacheResp) Reset

func (x *GetGroupMemberCacheResp) Reset()

func (*GetGroupMemberCacheResp) String

func (x *GetGroupMemberCacheResp) String() string

type GetGroupMemberListReq

type GetGroupMemberListReq struct {
	Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination"`
	GroupID    string                   `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID"`
	Filter     int32                    `protobuf:"varint,3,opt,name=filter,proto3" json:"filter"`
	Keyword    string                   `protobuf:"bytes,4,opt,name=keyword,proto3" json:"keyword"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberListReq) Check

func (x *GetGroupMemberListReq) Check() error

func (*GetGroupMemberListReq) Descriptor deprecated

func (*GetGroupMemberListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMemberListReq.ProtoReflect.Descriptor instead.

func (*GetGroupMemberListReq) GetFilter

func (x *GetGroupMemberListReq) GetFilter() int32

func (*GetGroupMemberListReq) GetGroupID

func (x *GetGroupMemberListReq) GetGroupID() string

func (*GetGroupMemberListReq) GetKeyword

func (x *GetGroupMemberListReq) GetKeyword() string

func (*GetGroupMemberListReq) GetPagination

func (x *GetGroupMemberListReq) GetPagination() *sdkws.RequestPagination

func (*GetGroupMemberListReq) ProtoMessage

func (*GetGroupMemberListReq) ProtoMessage()

func (*GetGroupMemberListReq) ProtoReflect

func (x *GetGroupMemberListReq) ProtoReflect() protoreflect.Message

func (*GetGroupMemberListReq) Reset

func (x *GetGroupMemberListReq) Reset()

func (*GetGroupMemberListReq) String

func (x *GetGroupMemberListReq) String() string

type GetGroupMemberListResp

type GetGroupMemberListResp struct {
	Total   uint32                       `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Members []*sdkws.GroupMemberFullInfo `protobuf:"bytes,2,rep,name=members,proto3" json:"members"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberListResp) Descriptor deprecated

func (*GetGroupMemberListResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMemberListResp.ProtoReflect.Descriptor instead.

func (*GetGroupMemberListResp) GetMembers

func (*GetGroupMemberListResp) GetTotal

func (x *GetGroupMemberListResp) GetTotal() uint32

func (*GetGroupMemberListResp) ProtoMessage

func (*GetGroupMemberListResp) ProtoMessage()

func (*GetGroupMemberListResp) ProtoReflect

func (x *GetGroupMemberListResp) ProtoReflect() protoreflect.Message

func (*GetGroupMemberListResp) Reset

func (x *GetGroupMemberListResp) Reset()

func (*GetGroupMemberListResp) String

func (x *GetGroupMemberListResp) String() string

type GetGroupMemberReq

type GetGroupMemberReq struct {
	GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberReq) Check

func (x *GetGroupMemberReq) Check() error

func (*GetGroupMemberReq) Descriptor deprecated

func (*GetGroupMemberReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMemberReq.ProtoReflect.Descriptor instead.

func (*GetGroupMemberReq) GetGroupID

func (x *GetGroupMemberReq) GetGroupID() string

func (*GetGroupMemberReq) ProtoMessage

func (*GetGroupMemberReq) ProtoMessage()

func (*GetGroupMemberReq) ProtoReflect

func (x *GetGroupMemberReq) ProtoReflect() protoreflect.Message

func (*GetGroupMemberReq) Reset

func (x *GetGroupMemberReq) Reset()

func (*GetGroupMemberReq) String

func (x *GetGroupMemberReq) String() string

type GetGroupMemberRoleLevelReq

type GetGroupMemberRoleLevelReq struct {
	GroupID    string  `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	RoleLevels []int32 `protobuf:"varint,2,rep,packed,name=roleLevels,proto3" json:"roleLevels"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberRoleLevelReq) Check

func (x *GetGroupMemberRoleLevelReq) Check() error

func (*GetGroupMemberRoleLevelReq) Descriptor deprecated

func (*GetGroupMemberRoleLevelReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMemberRoleLevelReq.ProtoReflect.Descriptor instead.

func (*GetGroupMemberRoleLevelReq) GetGroupID

func (x *GetGroupMemberRoleLevelReq) GetGroupID() string

func (*GetGroupMemberRoleLevelReq) GetRoleLevels

func (x *GetGroupMemberRoleLevelReq) GetRoleLevels() []int32

func (*GetGroupMemberRoleLevelReq) ProtoMessage

func (*GetGroupMemberRoleLevelReq) ProtoMessage()

func (*GetGroupMemberRoleLevelReq) ProtoReflect

func (*GetGroupMemberRoleLevelReq) Reset

func (x *GetGroupMemberRoleLevelReq) Reset()

func (*GetGroupMemberRoleLevelReq) String

func (x *GetGroupMemberRoleLevelReq) String() string

type GetGroupMemberRoleLevelResp

type GetGroupMemberRoleLevelResp struct {
	Members []*sdkws.GroupMemberFullInfo `protobuf:"bytes,1,rep,name=members,proto3" json:"members"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberRoleLevelResp) Descriptor deprecated

func (*GetGroupMemberRoleLevelResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMemberRoleLevelResp.ProtoReflect.Descriptor instead.

func (*GetGroupMemberRoleLevelResp) GetMembers

func (*GetGroupMemberRoleLevelResp) ProtoMessage

func (*GetGroupMemberRoleLevelResp) ProtoMessage()

func (*GetGroupMemberRoleLevelResp) ProtoReflect

func (*GetGroupMemberRoleLevelResp) Reset

func (x *GetGroupMemberRoleLevelResp) Reset()

func (*GetGroupMemberRoleLevelResp) String

func (x *GetGroupMemberRoleLevelResp) String() string

type GetGroupMemberUserIDsReq

type GetGroupMemberUserIDsReq struct {
	GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberUserIDsReq) Check

func (x *GetGroupMemberUserIDsReq) Check() error

func (*GetGroupMemberUserIDsReq) Descriptor deprecated

func (*GetGroupMemberUserIDsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMemberUserIDsReq.ProtoReflect.Descriptor instead.

func (*GetGroupMemberUserIDsReq) GetGroupID

func (x *GetGroupMemberUserIDsReq) GetGroupID() string

func (*GetGroupMemberUserIDsReq) ProtoMessage

func (*GetGroupMemberUserIDsReq) ProtoMessage()

func (*GetGroupMemberUserIDsReq) ProtoReflect

func (x *GetGroupMemberUserIDsReq) ProtoReflect() protoreflect.Message

func (*GetGroupMemberUserIDsReq) Reset

func (x *GetGroupMemberUserIDsReq) Reset()

func (*GetGroupMemberUserIDsReq) String

func (x *GetGroupMemberUserIDsReq) String() string

type GetGroupMemberUserIDsResp

type GetGroupMemberUserIDsResp struct {
	UserIDs []string `protobuf:"bytes,1,rep,name=userIDs,proto3" json:"userIDs"`
	// contains filtered or unexported fields
}

func (*GetGroupMemberUserIDsResp) Descriptor deprecated

func (*GetGroupMemberUserIDsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMemberUserIDsResp.ProtoReflect.Descriptor instead.

func (*GetGroupMemberUserIDsResp) GetUserIDs

func (x *GetGroupMemberUserIDsResp) GetUserIDs() []string

func (*GetGroupMemberUserIDsResp) ProtoMessage

func (*GetGroupMemberUserIDsResp) ProtoMessage()

func (*GetGroupMemberUserIDsResp) ProtoReflect

func (*GetGroupMemberUserIDsResp) Reset

func (x *GetGroupMemberUserIDsResp) Reset()

func (*GetGroupMemberUserIDsResp) String

func (x *GetGroupMemberUserIDsResp) String() string

type GetGroupMembersCMSReq

type GetGroupMembersCMSReq struct {
	Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination"`
	GroupID    string                   `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID"`
	UserName   string                   `protobuf:"bytes,3,opt,name=userName,proto3" json:"userName"`
	// contains filtered or unexported fields
}

func (*GetGroupMembersCMSReq) Check

func (x *GetGroupMembersCMSReq) Check() error

func (*GetGroupMembersCMSReq) Descriptor deprecated

func (*GetGroupMembersCMSReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMembersCMSReq.ProtoReflect.Descriptor instead.

func (*GetGroupMembersCMSReq) GetGroupID

func (x *GetGroupMembersCMSReq) GetGroupID() string

func (*GetGroupMembersCMSReq) GetPagination

func (x *GetGroupMembersCMSReq) GetPagination() *sdkws.RequestPagination

func (*GetGroupMembersCMSReq) GetUserName

func (x *GetGroupMembersCMSReq) GetUserName() string

func (*GetGroupMembersCMSReq) ProtoMessage

func (*GetGroupMembersCMSReq) ProtoMessage()

func (*GetGroupMembersCMSReq) ProtoReflect

func (x *GetGroupMembersCMSReq) ProtoReflect() protoreflect.Message

func (*GetGroupMembersCMSReq) Reset

func (x *GetGroupMembersCMSReq) Reset()

func (*GetGroupMembersCMSReq) String

func (x *GetGroupMembersCMSReq) String() string

type GetGroupMembersCMSResp

type GetGroupMembersCMSResp struct {
	Total   uint32                       `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Members []*sdkws.GroupMemberFullInfo `protobuf:"bytes,2,rep,name=members,proto3" json:"members"`
	// contains filtered or unexported fields
}

func (*GetGroupMembersCMSResp) Descriptor deprecated

func (*GetGroupMembersCMSResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMembersCMSResp.ProtoReflect.Descriptor instead.

func (*GetGroupMembersCMSResp) GetMembers

func (*GetGroupMembersCMSResp) GetTotal

func (x *GetGroupMembersCMSResp) GetTotal() uint32

func (*GetGroupMembersCMSResp) ProtoMessage

func (*GetGroupMembersCMSResp) ProtoMessage()

func (*GetGroupMembersCMSResp) ProtoReflect

func (x *GetGroupMembersCMSResp) ProtoReflect() protoreflect.Message

func (*GetGroupMembersCMSResp) Reset

func (x *GetGroupMembersCMSResp) Reset()

func (*GetGroupMembersCMSResp) String

func (x *GetGroupMembersCMSResp) String() string

type GetGroupMembersInfoReq

type GetGroupMembersInfoReq struct {
	GroupID string   `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	UserIDs []string `protobuf:"bytes,2,rep,name=userIDs,proto3" json:"userIDs"`
	// contains filtered or unexported fields
}

func (*GetGroupMembersInfoReq) Check

func (x *GetGroupMembersInfoReq) Check() error

func (*GetGroupMembersInfoReq) Descriptor deprecated

func (*GetGroupMembersInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMembersInfoReq.ProtoReflect.Descriptor instead.

func (*GetGroupMembersInfoReq) GetGroupID

func (x *GetGroupMembersInfoReq) GetGroupID() string

func (*GetGroupMembersInfoReq) GetUserIDs

func (x *GetGroupMembersInfoReq) GetUserIDs() []string

func (*GetGroupMembersInfoReq) ProtoMessage

func (*GetGroupMembersInfoReq) ProtoMessage()

func (*GetGroupMembersInfoReq) ProtoReflect

func (x *GetGroupMembersInfoReq) ProtoReflect() protoreflect.Message

func (*GetGroupMembersInfoReq) Reset

func (x *GetGroupMembersInfoReq) Reset()

func (*GetGroupMembersInfoReq) String

func (x *GetGroupMembersInfoReq) String() string

type GetGroupMembersInfoResp

type GetGroupMembersInfoResp struct {
	Members []*sdkws.GroupMemberFullInfo `protobuf:"bytes,1,rep,name=members,proto3" json:"members"`
	// contains filtered or unexported fields
}

func (*GetGroupMembersInfoResp) Descriptor deprecated

func (*GetGroupMembersInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupMembersInfoResp.ProtoReflect.Descriptor instead.

func (*GetGroupMembersInfoResp) GetMembers

func (*GetGroupMembersInfoResp) ProtoMessage

func (*GetGroupMembersInfoResp) ProtoMessage()

func (*GetGroupMembersInfoResp) ProtoReflect

func (x *GetGroupMembersInfoResp) ProtoReflect() protoreflect.Message

func (*GetGroupMembersInfoResp) Reset

func (x *GetGroupMembersInfoResp) Reset()

func (*GetGroupMembersInfoResp) String

func (x *GetGroupMembersInfoResp) String() string

type GetGroupUsersReqApplicationListReq

type GetGroupUsersReqApplicationListReq struct {
	GroupID string   `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	UserIDs []string `protobuf:"bytes,2,rep,name=userIDs,proto3" json:"userIDs"`
	// contains filtered or unexported fields
}

func (*GetGroupUsersReqApplicationListReq) Check

func (*GetGroupUsersReqApplicationListReq) Descriptor deprecated

func (*GetGroupUsersReqApplicationListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupUsersReqApplicationListReq.ProtoReflect.Descriptor instead.

func (*GetGroupUsersReqApplicationListReq) GetGroupID

func (*GetGroupUsersReqApplicationListReq) GetUserIDs

func (x *GetGroupUsersReqApplicationListReq) GetUserIDs() []string

func (*GetGroupUsersReqApplicationListReq) ProtoMessage

func (*GetGroupUsersReqApplicationListReq) ProtoMessage()

func (*GetGroupUsersReqApplicationListReq) ProtoReflect

func (*GetGroupUsersReqApplicationListReq) Reset

func (*GetGroupUsersReqApplicationListReq) String

type GetGroupUsersReqApplicationListResp

type GetGroupUsersReqApplicationListResp struct {
	Total         int64                 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	GroupRequests []*sdkws.GroupRequest `protobuf:"bytes,2,rep,name=groupRequests,proto3" json:"groupRequests"`
	// contains filtered or unexported fields
}

func (*GetGroupUsersReqApplicationListResp) Descriptor deprecated

func (*GetGroupUsersReqApplicationListResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupUsersReqApplicationListResp.ProtoReflect.Descriptor instead.

func (*GetGroupUsersReqApplicationListResp) GetGroupRequests

func (x *GetGroupUsersReqApplicationListResp) GetGroupRequests() []*sdkws.GroupRequest

func (*GetGroupUsersReqApplicationListResp) GetTotal

func (*GetGroupUsersReqApplicationListResp) ProtoMessage

func (*GetGroupUsersReqApplicationListResp) ProtoMessage()

func (*GetGroupUsersReqApplicationListResp) ProtoReflect

func (*GetGroupUsersReqApplicationListResp) Reset

func (*GetGroupUsersReqApplicationListResp) String

type GetGroupsInfoReq

type GetGroupsInfoReq struct {
	GroupIDs []string `protobuf:"bytes,1,rep,name=groupIDs,proto3" json:"groupIDs"`
	// contains filtered or unexported fields
}

func (*GetGroupsInfoReq) Check

func (x *GetGroupsInfoReq) Check() error

func (*GetGroupsInfoReq) Descriptor deprecated

func (*GetGroupsInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupsInfoReq.ProtoReflect.Descriptor instead.

func (*GetGroupsInfoReq) GetGroupIDs

func (x *GetGroupsInfoReq) GetGroupIDs() []string

func (*GetGroupsInfoReq) ProtoMessage

func (*GetGroupsInfoReq) ProtoMessage()

func (*GetGroupsInfoReq) ProtoReflect

func (x *GetGroupsInfoReq) ProtoReflect() protoreflect.Message

func (*GetGroupsInfoReq) Reset

func (x *GetGroupsInfoReq) Reset()

func (*GetGroupsInfoReq) String

func (x *GetGroupsInfoReq) String() string

type GetGroupsInfoResp

type GetGroupsInfoResp struct {
	GroupInfos []*sdkws.GroupInfo `protobuf:"bytes,1,rep,name=groupInfos,proto3" json:"groupInfos"`
	// contains filtered or unexported fields
}

func (*GetGroupsInfoResp) Descriptor deprecated

func (*GetGroupsInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupsInfoResp.ProtoReflect.Descriptor instead.

func (*GetGroupsInfoResp) GetGroupInfos

func (x *GetGroupsInfoResp) GetGroupInfos() []*sdkws.GroupInfo

func (*GetGroupsInfoResp) ProtoMessage

func (*GetGroupsInfoResp) ProtoMessage()

func (*GetGroupsInfoResp) ProtoReflect

func (x *GetGroupsInfoResp) ProtoReflect() protoreflect.Message

func (*GetGroupsInfoResp) Reset

func (x *GetGroupsInfoResp) Reset()

func (*GetGroupsInfoResp) String

func (x *GetGroupsInfoResp) String() string

type GetGroupsReq

type GetGroupsReq struct {
	Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination"`
	GroupName  string                   `protobuf:"bytes,2,opt,name=groupName,proto3" json:"groupName"`
	GroupID    string                   `protobuf:"bytes,3,opt,name=groupID,proto3" json:"groupID"`
	// contains filtered or unexported fields
}

func (*GetGroupsReq) Check

func (x *GetGroupsReq) Check() error

func (*GetGroupsReq) Descriptor deprecated

func (*GetGroupsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupsReq.ProtoReflect.Descriptor instead.

func (*GetGroupsReq) GetGroupID

func (x *GetGroupsReq) GetGroupID() string

func (*GetGroupsReq) GetGroupName

func (x *GetGroupsReq) GetGroupName() string

func (*GetGroupsReq) GetPagination

func (x *GetGroupsReq) GetPagination() *sdkws.RequestPagination

func (*GetGroupsReq) ProtoMessage

func (*GetGroupsReq) ProtoMessage()

func (*GetGroupsReq) ProtoReflect

func (x *GetGroupsReq) ProtoReflect() protoreflect.Message

func (*GetGroupsReq) Reset

func (x *GetGroupsReq) Reset()

func (*GetGroupsReq) String

func (x *GetGroupsReq) String() string

type GetGroupsResp

type GetGroupsResp struct {
	Total  uint32      `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Groups []*CMSGroup `protobuf:"bytes,2,rep,name=groups,proto3" json:"groups"`
	// contains filtered or unexported fields
}

func (*GetGroupsResp) Descriptor deprecated

func (*GetGroupsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupsResp.ProtoReflect.Descriptor instead.

func (*GetGroupsResp) GetGroups

func (x *GetGroupsResp) GetGroups() []*CMSGroup

func (*GetGroupsResp) GetTotal

func (x *GetGroupsResp) GetTotal() uint32

func (*GetGroupsResp) ProtoMessage

func (*GetGroupsResp) ProtoMessage()

func (*GetGroupsResp) ProtoReflect

func (x *GetGroupsResp) ProtoReflect() protoreflect.Message

func (*GetGroupsResp) Reset

func (x *GetGroupsResp) Reset()

func (*GetGroupsResp) String

func (x *GetGroupsResp) String() string

type GetJoinedGroupListReq

type GetJoinedGroupListReq struct {
	Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination"`
	FromUserID string                   `protobuf:"bytes,2,opt,name=fromUserID,proto3" json:"fromUserID"`
	// contains filtered or unexported fields
}

func (*GetJoinedGroupListReq) Check

func (x *GetJoinedGroupListReq) Check() error

func (*GetJoinedGroupListReq) Descriptor deprecated

func (*GetJoinedGroupListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetJoinedGroupListReq.ProtoReflect.Descriptor instead.

func (*GetJoinedGroupListReq) GetFromUserID

func (x *GetJoinedGroupListReq) GetFromUserID() string

func (*GetJoinedGroupListReq) GetPagination

func (x *GetJoinedGroupListReq) GetPagination() *sdkws.RequestPagination

func (*GetJoinedGroupListReq) ProtoMessage

func (*GetJoinedGroupListReq) ProtoMessage()

func (*GetJoinedGroupListReq) ProtoReflect

func (x *GetJoinedGroupListReq) ProtoReflect() protoreflect.Message

func (*GetJoinedGroupListReq) Reset

func (x *GetJoinedGroupListReq) Reset()

func (*GetJoinedGroupListReq) String

func (x *GetJoinedGroupListReq) String() string

type GetJoinedGroupListResp

type GetJoinedGroupListResp struct {
	Total  uint32             `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Groups []*sdkws.GroupInfo `protobuf:"bytes,2,rep,name=groups,proto3" json:"groups"`
	// contains filtered or unexported fields
}

func (*GetJoinedGroupListResp) Descriptor deprecated

func (*GetJoinedGroupListResp) Descriptor() ([]byte, []int)

Deprecated: Use GetJoinedGroupListResp.ProtoReflect.Descriptor instead.

func (*GetJoinedGroupListResp) GetGroups

func (x *GetJoinedGroupListResp) GetGroups() []*sdkws.GroupInfo

func (*GetJoinedGroupListResp) GetTotal

func (x *GetJoinedGroupListResp) GetTotal() uint32

func (*GetJoinedGroupListResp) ProtoMessage

func (*GetJoinedGroupListResp) ProtoMessage()

func (*GetJoinedGroupListResp) ProtoReflect

func (x *GetJoinedGroupListResp) ProtoReflect() protoreflect.Message

func (*GetJoinedGroupListResp) Reset

func (x *GetJoinedGroupListResp) Reset()

func (*GetJoinedGroupListResp) String

func (x *GetJoinedGroupListResp) String() string

type GetJoinedSuperGroupListReq

type GetJoinedSuperGroupListReq struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	// contains filtered or unexported fields
}

func (*GetJoinedSuperGroupListReq) Check

func (x *GetJoinedSuperGroupListReq) Check() error

func (*GetJoinedSuperGroupListReq) Descriptor deprecated

func (*GetJoinedSuperGroupListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetJoinedSuperGroupListReq.ProtoReflect.Descriptor instead.

func (*GetJoinedSuperGroupListReq) GetUserID

func (x *GetJoinedSuperGroupListReq) GetUserID() string

func (*GetJoinedSuperGroupListReq) ProtoMessage

func (*GetJoinedSuperGroupListReq) ProtoMessage()

func (*GetJoinedSuperGroupListReq) ProtoReflect

func (*GetJoinedSuperGroupListReq) Reset

func (x *GetJoinedSuperGroupListReq) Reset()

func (*GetJoinedSuperGroupListReq) String

func (x *GetJoinedSuperGroupListReq) String() string

type GetJoinedSuperGroupListResp

type GetJoinedSuperGroupListResp struct {
	Groups []*sdkws.GroupInfo `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups"`
	// contains filtered or unexported fields
}

func (*GetJoinedSuperGroupListResp) Descriptor deprecated

func (*GetJoinedSuperGroupListResp) Descriptor() ([]byte, []int)

Deprecated: Use GetJoinedSuperGroupListResp.ProtoReflect.Descriptor instead.

func (*GetJoinedSuperGroupListResp) GetGroups

func (x *GetJoinedSuperGroupListResp) GetGroups() []*sdkws.GroupInfo

func (*GetJoinedSuperGroupListResp) ProtoMessage

func (*GetJoinedSuperGroupListResp) ProtoMessage()

func (*GetJoinedSuperGroupListResp) ProtoReflect

func (*GetJoinedSuperGroupListResp) Reset

func (x *GetJoinedSuperGroupListResp) Reset()

func (*GetJoinedSuperGroupListResp) String

func (x *GetJoinedSuperGroupListResp) String() string

type GetSuperGroupsInfoReq

type GetSuperGroupsInfoReq struct {
	GroupIDs []string `protobuf:"bytes,1,rep,name=groupIDs,proto3" json:"groupIDs"`
	// contains filtered or unexported fields
}

func (*GetSuperGroupsInfoReq) Check

func (x *GetSuperGroupsInfoReq) Check() error

func (*GetSuperGroupsInfoReq) Descriptor deprecated

func (*GetSuperGroupsInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use GetSuperGroupsInfoReq.ProtoReflect.Descriptor instead.

func (*GetSuperGroupsInfoReq) GetGroupIDs

func (x *GetSuperGroupsInfoReq) GetGroupIDs() []string

func (*GetSuperGroupsInfoReq) ProtoMessage

func (*GetSuperGroupsInfoReq) ProtoMessage()

func (*GetSuperGroupsInfoReq) ProtoReflect

func (x *GetSuperGroupsInfoReq) ProtoReflect() protoreflect.Message

func (*GetSuperGroupsInfoReq) Reset

func (x *GetSuperGroupsInfoReq) Reset()

func (*GetSuperGroupsInfoReq) String

func (x *GetSuperGroupsInfoReq) String() string

type GetSuperGroupsInfoResp

type GetSuperGroupsInfoResp struct {
	GroupInfos []*sdkws.GroupInfo `protobuf:"bytes,1,rep,name=groupInfos,proto3" json:"groupInfos"`
	// contains filtered or unexported fields
}

func (*GetSuperGroupsInfoResp) Descriptor deprecated

func (*GetSuperGroupsInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use GetSuperGroupsInfoResp.ProtoReflect.Descriptor instead.

func (*GetSuperGroupsInfoResp) GetGroupInfos

func (x *GetSuperGroupsInfoResp) GetGroupInfos() []*sdkws.GroupInfo

func (*GetSuperGroupsInfoResp) ProtoMessage

func (*GetSuperGroupsInfoResp) ProtoMessage()

func (*GetSuperGroupsInfoResp) ProtoReflect

func (x *GetSuperGroupsInfoResp) ProtoReflect() protoreflect.Message

func (*GetSuperGroupsInfoResp) Reset

func (x *GetSuperGroupsInfoResp) Reset()

func (*GetSuperGroupsInfoResp) String

func (x *GetSuperGroupsInfoResp) String() string

type GetUserInGroupMembersReq

type GetUserInGroupMembersReq struct {
	UserID   string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	GroupIDs []string `protobuf:"bytes,2,rep,name=groupIDs,proto3" json:"groupIDs"`
	// contains filtered or unexported fields
}

func (*GetUserInGroupMembersReq) Check

func (x *GetUserInGroupMembersReq) Check() error

func (*GetUserInGroupMembersReq) Descriptor deprecated

func (*GetUserInGroupMembersReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserInGroupMembersReq.ProtoReflect.Descriptor instead.

func (*GetUserInGroupMembersReq) GetGroupIDs

func (x *GetUserInGroupMembersReq) GetGroupIDs() []string

func (*GetUserInGroupMembersReq) GetUserID

func (x *GetUserInGroupMembersReq) GetUserID() string

func (*GetUserInGroupMembersReq) ProtoMessage

func (*GetUserInGroupMembersReq) ProtoMessage()

func (*GetUserInGroupMembersReq) ProtoReflect

func (x *GetUserInGroupMembersReq) ProtoReflect() protoreflect.Message

func (*GetUserInGroupMembersReq) Reset

func (x *GetUserInGroupMembersReq) Reset()

func (*GetUserInGroupMembersReq) String

func (x *GetUserInGroupMembersReq) String() string

type GetUserInGroupMembersResp

type GetUserInGroupMembersResp struct {
	Members []*sdkws.GroupMemberFullInfo `protobuf:"bytes,1,rep,name=members,proto3" json:"members"`
	// contains filtered or unexported fields
}

func (*GetUserInGroupMembersResp) Descriptor deprecated

func (*GetUserInGroupMembersResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserInGroupMembersResp.ProtoReflect.Descriptor instead.

func (*GetUserInGroupMembersResp) GetMembers

func (*GetUserInGroupMembersResp) ProtoMessage

func (*GetUserInGroupMembersResp) ProtoMessage()

func (*GetUserInGroupMembersResp) ProtoReflect

func (*GetUserInGroupMembersResp) Reset

func (x *GetUserInGroupMembersResp) Reset()

func (*GetUserInGroupMembersResp) String

func (x *GetUserInGroupMembersResp) String() string

type GetUserReqApplicationListReq

type GetUserReqApplicationListReq struct {
	Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination"`
	UserID     string                   `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	// contains filtered or unexported fields
}

func (*GetUserReqApplicationListReq) Check

func (*GetUserReqApplicationListReq) Descriptor deprecated

func (*GetUserReqApplicationListReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserReqApplicationListReq.ProtoReflect.Descriptor instead.

func (*GetUserReqApplicationListReq) GetPagination

func (*GetUserReqApplicationListReq) GetUserID

func (x *GetUserReqApplicationListReq) GetUserID() string

func (*GetUserReqApplicationListReq) ProtoMessage

func (*GetUserReqApplicationListReq) ProtoMessage()

func (*GetUserReqApplicationListReq) ProtoReflect

func (*GetUserReqApplicationListReq) Reset

func (x *GetUserReqApplicationListReq) Reset()

func (*GetUserReqApplicationListReq) String

type GetUserReqApplicationListResp

type GetUserReqApplicationListResp struct {
	Total         uint32                `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	GroupRequests []*sdkws.GroupRequest `protobuf:"bytes,2,rep,name=groupRequests,proto3" json:"groupRequests"`
	// contains filtered or unexported fields
}

func (*GetUserReqApplicationListResp) Descriptor deprecated

func (*GetUserReqApplicationListResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserReqApplicationListResp.ProtoReflect.Descriptor instead.

func (*GetUserReqApplicationListResp) GetGroupRequests

func (x *GetUserReqApplicationListResp) GetGroupRequests() []*sdkws.GroupRequest

func (*GetUserReqApplicationListResp) GetTotal

func (x *GetUserReqApplicationListResp) GetTotal() uint32

func (*GetUserReqApplicationListResp) ProtoMessage

func (*GetUserReqApplicationListResp) ProtoMessage()

func (*GetUserReqApplicationListResp) ProtoReflect

func (*GetUserReqApplicationListResp) Reset

func (x *GetUserReqApplicationListResp) Reset()

func (*GetUserReqApplicationListResp) String

type GroupAbstractInfo

type GroupAbstractInfo struct {
	GroupID             string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	GroupMemberNumber   uint32 `protobuf:"varint,2,opt,name=groupMemberNumber,proto3" json:"groupMemberNumber"`
	GroupMemberListHash uint64 `protobuf:"varint,3,opt,name=groupMemberListHash,proto3" json:"groupMemberListHash"`
	// contains filtered or unexported fields
}

func (*GroupAbstractInfo) Descriptor deprecated

func (*GroupAbstractInfo) Descriptor() ([]byte, []int)

Deprecated: Use GroupAbstractInfo.ProtoReflect.Descriptor instead.

func (*GroupAbstractInfo) GetGroupID

func (x *GroupAbstractInfo) GetGroupID() string

func (*GroupAbstractInfo) GetGroupMemberListHash

func (x *GroupAbstractInfo) GetGroupMemberListHash() uint64

func (*GroupAbstractInfo) GetGroupMemberNumber

func (x *GroupAbstractInfo) GetGroupMemberNumber() uint32

func (*GroupAbstractInfo) ProtoMessage

func (*GroupAbstractInfo) ProtoMessage()

func (*GroupAbstractInfo) ProtoReflect

func (x *GroupAbstractInfo) ProtoReflect() protoreflect.Message

func (*GroupAbstractInfo) Reset

func (x *GroupAbstractInfo) Reset()

func (*GroupAbstractInfo) String

func (x *GroupAbstractInfo) String() string

type GroupApplicationResponseReq

type GroupApplicationResponseReq struct {
	GroupID      string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	FromUserID   string `protobuf:"bytes,2,opt,name=fromUserID,proto3" json:"fromUserID"` //
	HandledMsg   string `protobuf:"bytes,3,opt,name=handledMsg,proto3" json:"handledMsg"`
	HandleResult int32  `protobuf:"varint,4,opt,name=handleResult,proto3" json:"handleResult"`
	// contains filtered or unexported fields
}

func (*GroupApplicationResponseReq) Check

func (*GroupApplicationResponseReq) Descriptor deprecated

func (*GroupApplicationResponseReq) Descriptor() ([]byte, []int)

Deprecated: Use GroupApplicationResponseReq.ProtoReflect.Descriptor instead.

func (*GroupApplicationResponseReq) GetFromUserID

func (x *GroupApplicationResponseReq) GetFromUserID() string

func (*GroupApplicationResponseReq) GetGroupID

func (x *GroupApplicationResponseReq) GetGroupID() string

func (*GroupApplicationResponseReq) GetHandleResult

func (x *GroupApplicationResponseReq) GetHandleResult() int32

func (*GroupApplicationResponseReq) GetHandledMsg

func (x *GroupApplicationResponseReq) GetHandledMsg() string

func (*GroupApplicationResponseReq) ProtoMessage

func (*GroupApplicationResponseReq) ProtoMessage()

func (*GroupApplicationResponseReq) ProtoReflect

func (*GroupApplicationResponseReq) Reset

func (x *GroupApplicationResponseReq) Reset()

func (*GroupApplicationResponseReq) String

func (x *GroupApplicationResponseReq) String() string

type GroupApplicationResponseResp

type GroupApplicationResponseResp struct {
	// contains filtered or unexported fields
}

func (*GroupApplicationResponseResp) Descriptor deprecated

func (*GroupApplicationResponseResp) Descriptor() ([]byte, []int)

Deprecated: Use GroupApplicationResponseResp.ProtoReflect.Descriptor instead.

func (*GroupApplicationResponseResp) ProtoMessage

func (*GroupApplicationResponseResp) ProtoMessage()

func (*GroupApplicationResponseResp) ProtoReflect

func (*GroupApplicationResponseResp) Reset

func (x *GroupApplicationResponseResp) Reset()

func (*GroupApplicationResponseResp) String

type GroupClient

type GroupClient interface {
	// 创建群
	CreateGroup(ctx context.Context, in *CreateGroupReq, opts ...grpc.CallOption) (*CreateGroupResp, error)
	// 申请加群
	JoinGroup(ctx context.Context, in *JoinGroupReq, opts ...grpc.CallOption) (*JoinGroupResp, error)
	// 退出群
	QuitGroup(ctx context.Context, in *QuitGroupReq, opts ...grpc.CallOption) (*QuitGroupResp, error)
	// 获取指定群信息
	GetGroupsInfo(ctx context.Context, in *GetGroupsInfoReq, opts ...grpc.CallOption) (*GetGroupsInfoResp, error)
	// 设置群信息
	SetGroupInfo(ctx context.Context, in *SetGroupInfoReq, opts ...grpc.CallOption) (*SetGroupInfoResp, error)
	// (以管理员或群主身份)获取群的加群申请
	GetGroupApplicationList(ctx context.Context, in *GetGroupApplicationListReq, opts ...grpc.CallOption) (*GetGroupApplicationListResp, error)
	// 获取用户自己的主动加群申请
	GetUserReqApplicationList(ctx context.Context, in *GetUserReqApplicationListReq, opts ...grpc.CallOption) (*GetUserReqApplicationListResp, error)
	// 获取该群用户的加群申请
	GetGroupUsersReqApplicationList(ctx context.Context, in *GetGroupUsersReqApplicationListReq, opts ...grpc.CallOption) (*GetGroupUsersReqApplicationListResp, error)
	// 转让群主
	TransferGroupOwner(ctx context.Context, in *TransferGroupOwnerReq, opts ...grpc.CallOption) (*TransferGroupOwnerResp, error)
	// 群主或管理员处理进群申请
	GroupApplicationResponse(ctx context.Context, in *GroupApplicationResponseReq, opts ...grpc.CallOption) (*GroupApplicationResponseResp, error)
	// 获取某个群的群成员
	GetGroupMemberList(ctx context.Context, in *GetGroupMemberListReq, opts ...grpc.CallOption) (*GetGroupMemberListResp, error)
	// 获取某个群的指定群成员
	GetGroupMembersInfo(ctx context.Context, in *GetGroupMembersInfoReq, opts ...grpc.CallOption) (*GetGroupMembersInfoResp, error)
	// 踢出群
	KickGroupMember(ctx context.Context, in *KickGroupMemberReq, opts ...grpc.CallOption) (*KickGroupMemberResp, error)
	// 获取某个人已加入群
	GetJoinedGroupList(ctx context.Context, in *GetJoinedGroupListReq, opts ...grpc.CallOption) (*GetJoinedGroupListResp, error)
	// 邀请某些人进群
	InviteUserToGroup(ctx context.Context, in *InviteUserToGroupReq, opts ...grpc.CallOption) (*InviteUserToGroupResp, error)
	GetGroups(ctx context.Context, in *GetGroupsReq, opts ...grpc.CallOption) (*GetGroupsResp, error)
	GetGroupMembersCMS(ctx context.Context, in *GetGroupMembersCMSReq, opts ...grpc.CallOption) (*GetGroupMembersCMSResp, error)
	// 解散群
	DismissGroup(ctx context.Context, in *DismissGroupReq, opts ...grpc.CallOption) (*DismissGroupResp, error)
	// 对某个群成员禁言
	MuteGroupMember(ctx context.Context, in *MuteGroupMemberReq, opts ...grpc.CallOption) (*MuteGroupMemberResp, error)
	// 对某个群成员取消禁言
	CancelMuteGroupMember(ctx context.Context, in *CancelMuteGroupMemberReq, opts ...grpc.CallOption) (*CancelMuteGroupMemberResp, error)
	// 对某个群禁言
	MuteGroup(ctx context.Context, in *MuteGroupReq, opts ...grpc.CallOption) (*MuteGroupResp, error)
	// 对某个群取消禁言
	CancelMuteGroup(ctx context.Context, in *CancelMuteGroupReq, opts ...grpc.CallOption) (*CancelMuteGroupResp, error)
	// 获取某个用户加入的超级群
	GetJoinedSuperGroupList(ctx context.Context, in *GetJoinedSuperGroupListReq, opts ...grpc.CallOption) (*GetJoinedSuperGroupListResp, error)
	// 获取指定的超级群信息
	GetSuperGroupsInfo(ctx context.Context, in *GetSuperGroupsInfoReq, opts ...grpc.CallOption) (*GetSuperGroupsInfoResp, error)
	// 设置群成员昵称
	// 设置群成员信息
	SetGroupMemberInfo(ctx context.Context, in *SetGroupMemberInfoReq, opts ...grpc.CallOption) (*SetGroupMemberInfoResp, error)
	// 获取群信息hash值
	GetGroupAbstractInfo(ctx context.Context, in *GetGroupAbstractInfoReq, opts ...grpc.CallOption) (*GetGroupAbstractInfoResp, error)
	// 获取某个用户在指定群中的信息
	GetUserInGroupMembers(ctx context.Context, in *GetUserInGroupMembersReq, opts ...grpc.CallOption) (*GetUserInGroupMembersResp, error)
	// 获取群成员用户ID
	GetGroupMemberUserIDs(ctx context.Context, in *GetGroupMemberUserIDsReq, opts ...grpc.CallOption) (*GetGroupMemberUserIDsResp, error)
	// 查询群组中对应级别的成员
	GetGroupMemberRoleLevel(ctx context.Context, in *GetGroupMemberRoleLevelReq, opts ...grpc.CallOption) (*GetGroupMemberRoleLevelResp, error)
	GetGroupInfoCache(ctx context.Context, in *GetGroupInfoCacheReq, opts ...grpc.CallOption) (*GetGroupInfoCacheResp, error)
	GetGroupMemberCache(ctx context.Context, in *GetGroupMemberCacheReq, opts ...grpc.CallOption) (*GetGroupMemberCacheResp, error)
	GroupCreateCount(ctx context.Context, in *GroupCreateCountReq, opts ...grpc.CallOption) (*GroupCreateCountResp, error)
	NotificationUserInfoUpdate(ctx context.Context, in *NotificationUserInfoUpdateReq, opts ...grpc.CallOption) (*NotificationUserInfoUpdateResp, error)
}

GroupClient is the client API for Group service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGroupClient

func NewGroupClient(cc grpc.ClientConnInterface) GroupClient

type GroupCreateCountReq

type GroupCreateCountReq struct {
	Start int64 `protobuf:"varint,1,opt,name=start,proto3" json:"start"`
	End   int64 `protobuf:"varint,2,opt,name=end,proto3" json:"end"`
	// contains filtered or unexported fields
}

func (*GroupCreateCountReq) Check

func (x *GroupCreateCountReq) Check() error

func (*GroupCreateCountReq) Descriptor deprecated

func (*GroupCreateCountReq) Descriptor() ([]byte, []int)

Deprecated: Use GroupCreateCountReq.ProtoReflect.Descriptor instead.

func (*GroupCreateCountReq) GetEnd

func (x *GroupCreateCountReq) GetEnd() int64

func (*GroupCreateCountReq) GetStart

func (x *GroupCreateCountReq) GetStart() int64

func (*GroupCreateCountReq) ProtoMessage

func (*GroupCreateCountReq) ProtoMessage()

func (*GroupCreateCountReq) ProtoReflect

func (x *GroupCreateCountReq) ProtoReflect() protoreflect.Message

func (*GroupCreateCountReq) Reset

func (x *GroupCreateCountReq) Reset()

func (*GroupCreateCountReq) String

func (x *GroupCreateCountReq) String() string

type GroupCreateCountResp

type GroupCreateCountResp struct {
	Total  int64            `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Before int64            `protobuf:"varint,2,opt,name=before,proto3" json:"before"`
	Count  map[string]int64 `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GroupCreateCountResp) Descriptor deprecated

func (*GroupCreateCountResp) Descriptor() ([]byte, []int)

Deprecated: Use GroupCreateCountResp.ProtoReflect.Descriptor instead.

func (*GroupCreateCountResp) GetBefore

func (x *GroupCreateCountResp) GetBefore() int64

func (*GroupCreateCountResp) GetCount

func (x *GroupCreateCountResp) GetCount() map[string]int64

func (*GroupCreateCountResp) GetTotal

func (x *GroupCreateCountResp) GetTotal() int64

func (*GroupCreateCountResp) ProtoMessage

func (*GroupCreateCountResp) ProtoMessage()

func (*GroupCreateCountResp) ProtoReflect

func (x *GroupCreateCountResp) ProtoReflect() protoreflect.Message

func (*GroupCreateCountResp) Reset

func (x *GroupCreateCountResp) Reset()

func (*GroupCreateCountResp) String

func (x *GroupCreateCountResp) String() string

type GroupServer

type GroupServer interface {
	// 创建群
	CreateGroup(context.Context, *CreateGroupReq) (*CreateGroupResp, error)
	// 申请加群
	JoinGroup(context.Context, *JoinGroupReq) (*JoinGroupResp, error)
	// 退出群
	QuitGroup(context.Context, *QuitGroupReq) (*QuitGroupResp, error)
	// 获取指定群信息
	GetGroupsInfo(context.Context, *GetGroupsInfoReq) (*GetGroupsInfoResp, error)
	// 设置群信息
	SetGroupInfo(context.Context, *SetGroupInfoReq) (*SetGroupInfoResp, error)
	// (以管理员或群主身份)获取群的加群申请
	GetGroupApplicationList(context.Context, *GetGroupApplicationListReq) (*GetGroupApplicationListResp, error)
	// 获取用户自己的主动加群申请
	GetUserReqApplicationList(context.Context, *GetUserReqApplicationListReq) (*GetUserReqApplicationListResp, error)
	// 获取该群用户的加群申请
	GetGroupUsersReqApplicationList(context.Context, *GetGroupUsersReqApplicationListReq) (*GetGroupUsersReqApplicationListResp, error)
	// 转让群主
	TransferGroupOwner(context.Context, *TransferGroupOwnerReq) (*TransferGroupOwnerResp, error)
	// 群主或管理员处理进群申请
	GroupApplicationResponse(context.Context, *GroupApplicationResponseReq) (*GroupApplicationResponseResp, error)
	// 获取某个群的群成员
	GetGroupMemberList(context.Context, *GetGroupMemberListReq) (*GetGroupMemberListResp, error)
	// 获取某个群的指定群成员
	GetGroupMembersInfo(context.Context, *GetGroupMembersInfoReq) (*GetGroupMembersInfoResp, error)
	// 踢出群
	KickGroupMember(context.Context, *KickGroupMemberReq) (*KickGroupMemberResp, error)
	// 获取某个人已加入群
	GetJoinedGroupList(context.Context, *GetJoinedGroupListReq) (*GetJoinedGroupListResp, error)
	// 邀请某些人进群
	InviteUserToGroup(context.Context, *InviteUserToGroupReq) (*InviteUserToGroupResp, error)
	GetGroups(context.Context, *GetGroupsReq) (*GetGroupsResp, error)
	GetGroupMembersCMS(context.Context, *GetGroupMembersCMSReq) (*GetGroupMembersCMSResp, error)
	// 解散群
	DismissGroup(context.Context, *DismissGroupReq) (*DismissGroupResp, error)
	// 对某个群成员禁言
	MuteGroupMember(context.Context, *MuteGroupMemberReq) (*MuteGroupMemberResp, error)
	// 对某个群成员取消禁言
	CancelMuteGroupMember(context.Context, *CancelMuteGroupMemberReq) (*CancelMuteGroupMemberResp, error)
	// 对某个群禁言
	MuteGroup(context.Context, *MuteGroupReq) (*MuteGroupResp, error)
	// 对某个群取消禁言
	CancelMuteGroup(context.Context, *CancelMuteGroupReq) (*CancelMuteGroupResp, error)
	// 获取某个用户加入的超级群
	GetJoinedSuperGroupList(context.Context, *GetJoinedSuperGroupListReq) (*GetJoinedSuperGroupListResp, error)
	// 获取指定的超级群信息
	GetSuperGroupsInfo(context.Context, *GetSuperGroupsInfoReq) (*GetSuperGroupsInfoResp, error)
	// 设置群成员昵称
	// 设置群成员信息
	SetGroupMemberInfo(context.Context, *SetGroupMemberInfoReq) (*SetGroupMemberInfoResp, error)
	// 获取群信息hash值
	GetGroupAbstractInfo(context.Context, *GetGroupAbstractInfoReq) (*GetGroupAbstractInfoResp, error)
	// 获取某个用户在指定群中的信息
	GetUserInGroupMembers(context.Context, *GetUserInGroupMembersReq) (*GetUserInGroupMembersResp, error)
	// 获取群成员用户ID
	GetGroupMemberUserIDs(context.Context, *GetGroupMemberUserIDsReq) (*GetGroupMemberUserIDsResp, error)
	// 查询群组中对应级别的成员
	GetGroupMemberRoleLevel(context.Context, *GetGroupMemberRoleLevelReq) (*GetGroupMemberRoleLevelResp, error)
	GetGroupInfoCache(context.Context, *GetGroupInfoCacheReq) (*GetGroupInfoCacheResp, error)
	GetGroupMemberCache(context.Context, *GetGroupMemberCacheReq) (*GetGroupMemberCacheResp, error)
	GroupCreateCount(context.Context, *GroupCreateCountReq) (*GroupCreateCountResp, error)
	NotificationUserInfoUpdate(context.Context, *NotificationUserInfoUpdateReq) (*NotificationUserInfoUpdateResp, error)
}

GroupServer is the server API for Group service.

type InviteUserToGroupReq

type InviteUserToGroupReq struct {
	GroupID        string   `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	Reason         string   `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason"`
	InvitedUserIDs []string `protobuf:"bytes,3,rep,name=invitedUserIDs,proto3" json:"invitedUserIDs"`
	// contains filtered or unexported fields
}

func (*InviteUserToGroupReq) Check

func (x *InviteUserToGroupReq) Check() error

func (*InviteUserToGroupReq) Descriptor deprecated

func (*InviteUserToGroupReq) Descriptor() ([]byte, []int)

Deprecated: Use InviteUserToGroupReq.ProtoReflect.Descriptor instead.

func (*InviteUserToGroupReq) GetGroupID

func (x *InviteUserToGroupReq) GetGroupID() string

func (*InviteUserToGroupReq) GetInvitedUserIDs

func (x *InviteUserToGroupReq) GetInvitedUserIDs() []string

func (*InviteUserToGroupReq) GetReason

func (x *InviteUserToGroupReq) GetReason() string

func (*InviteUserToGroupReq) ProtoMessage

func (*InviteUserToGroupReq) ProtoMessage()

func (*InviteUserToGroupReq) ProtoReflect

func (x *InviteUserToGroupReq) ProtoReflect() protoreflect.Message

func (*InviteUserToGroupReq) Reset

func (x *InviteUserToGroupReq) Reset()

func (*InviteUserToGroupReq) String

func (x *InviteUserToGroupReq) String() string

type InviteUserToGroupResp

type InviteUserToGroupResp struct {
	// contains filtered or unexported fields
}

func (*InviteUserToGroupResp) Descriptor deprecated

func (*InviteUserToGroupResp) Descriptor() ([]byte, []int)

Deprecated: Use InviteUserToGroupResp.ProtoReflect.Descriptor instead.

func (*InviteUserToGroupResp) ProtoMessage

func (*InviteUserToGroupResp) ProtoMessage()

func (*InviteUserToGroupResp) ProtoReflect

func (x *InviteUserToGroupResp) ProtoReflect() protoreflect.Message

func (*InviteUserToGroupResp) Reset

func (x *InviteUserToGroupResp) Reset()

func (*InviteUserToGroupResp) String

func (x *InviteUserToGroupResp) String() string

type JoinGroupReq

type JoinGroupReq struct {
	GroupID       string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	ReqMessage    string `protobuf:"bytes,2,opt,name=reqMessage,proto3" json:"reqMessage"`
	JoinSource    int32  `protobuf:"varint,3,opt,name=joinSource,proto3" json:"joinSource"`
	InviterUserID string `protobuf:"bytes,4,opt,name=inviterUserID,proto3" json:"inviterUserID"`
	Ex            string `protobuf:"bytes,5,opt,name=ex,proto3" json:"ex"`
	// contains filtered or unexported fields
}

func (*JoinGroupReq) Check

func (x *JoinGroupReq) Check() error

func (*JoinGroupReq) Descriptor deprecated

func (*JoinGroupReq) Descriptor() ([]byte, []int)

Deprecated: Use JoinGroupReq.ProtoReflect.Descriptor instead.

func (*JoinGroupReq) GetEx

func (x *JoinGroupReq) GetEx() string

func (*JoinGroupReq) GetGroupID

func (x *JoinGroupReq) GetGroupID() string

func (*JoinGroupReq) GetInviterUserID

func (x *JoinGroupReq) GetInviterUserID() string

func (*JoinGroupReq) GetJoinSource

func (x *JoinGroupReq) GetJoinSource() int32

func (*JoinGroupReq) GetReqMessage

func (x *JoinGroupReq) GetReqMessage() string

func (*JoinGroupReq) ProtoMessage

func (*JoinGroupReq) ProtoMessage()

func (*JoinGroupReq) ProtoReflect

func (x *JoinGroupReq) ProtoReflect() protoreflect.Message

func (*JoinGroupReq) Reset

func (x *JoinGroupReq) Reset()

func (*JoinGroupReq) String

func (x *JoinGroupReq) String() string

type JoinGroupResp

type JoinGroupResp struct {
	// contains filtered or unexported fields
}

func (*JoinGroupResp) Descriptor deprecated

func (*JoinGroupResp) Descriptor() ([]byte, []int)

Deprecated: Use JoinGroupResp.ProtoReflect.Descriptor instead.

func (*JoinGroupResp) ProtoMessage

func (*JoinGroupResp) ProtoMessage()

func (*JoinGroupResp) ProtoReflect

func (x *JoinGroupResp) ProtoReflect() protoreflect.Message

func (*JoinGroupResp) Reset

func (x *JoinGroupResp) Reset()

func (*JoinGroupResp) String

func (x *JoinGroupResp) String() string

type KickGroupMemberReq

type KickGroupMemberReq struct {
	GroupID       string   `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	KickedUserIDs []string `protobuf:"bytes,2,rep,name=kickedUserIDs,proto3" json:"kickedUserIDs"`
	Reason        string   `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason"`
	// contains filtered or unexported fields
}

func (*KickGroupMemberReq) Check

func (x *KickGroupMemberReq) Check() error

func (*KickGroupMemberReq) Descriptor deprecated

func (*KickGroupMemberReq) Descriptor() ([]byte, []int)

Deprecated: Use KickGroupMemberReq.ProtoReflect.Descriptor instead.

func (*KickGroupMemberReq) GetGroupID

func (x *KickGroupMemberReq) GetGroupID() string

func (*KickGroupMemberReq) GetKickedUserIDs

func (x *KickGroupMemberReq) GetKickedUserIDs() []string

func (*KickGroupMemberReq) GetReason

func (x *KickGroupMemberReq) GetReason() string

func (*KickGroupMemberReq) ProtoMessage

func (*KickGroupMemberReq) ProtoMessage()

func (*KickGroupMemberReq) ProtoReflect

func (x *KickGroupMemberReq) ProtoReflect() protoreflect.Message

func (*KickGroupMemberReq) Reset

func (x *KickGroupMemberReq) Reset()

func (*KickGroupMemberReq) String

func (x *KickGroupMemberReq) String() string

type KickGroupMemberResp

type KickGroupMemberResp struct {
	// contains filtered or unexported fields
}

func (*KickGroupMemberResp) Descriptor deprecated

func (*KickGroupMemberResp) Descriptor() ([]byte, []int)

Deprecated: Use KickGroupMemberResp.ProtoReflect.Descriptor instead.

func (*KickGroupMemberResp) ProtoMessage

func (*KickGroupMemberResp) ProtoMessage()

func (*KickGroupMemberResp) ProtoReflect

func (x *KickGroupMemberResp) ProtoReflect() protoreflect.Message

func (*KickGroupMemberResp) Reset

func (x *KickGroupMemberResp) Reset()

func (*KickGroupMemberResp) String

func (x *KickGroupMemberResp) String() string

type MuteGroupMemberReq

type MuteGroupMemberReq struct {
	GroupID      string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	UserID       string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	MutedSeconds uint32 `protobuf:"varint,3,opt,name=mutedSeconds,proto3" json:"mutedSeconds"`
	// contains filtered or unexported fields
}

func (*MuteGroupMemberReq) Check

func (x *MuteGroupMemberReq) Check() error

func (*MuteGroupMemberReq) Descriptor deprecated

func (*MuteGroupMemberReq) Descriptor() ([]byte, []int)

Deprecated: Use MuteGroupMemberReq.ProtoReflect.Descriptor instead.

func (*MuteGroupMemberReq) GetGroupID

func (x *MuteGroupMemberReq) GetGroupID() string

func (*MuteGroupMemberReq) GetMutedSeconds

func (x *MuteGroupMemberReq) GetMutedSeconds() uint32

func (*MuteGroupMemberReq) GetUserID

func (x *MuteGroupMemberReq) GetUserID() string

func (*MuteGroupMemberReq) ProtoMessage

func (*MuteGroupMemberReq) ProtoMessage()

func (*MuteGroupMemberReq) ProtoReflect

func (x *MuteGroupMemberReq) ProtoReflect() protoreflect.Message

func (*MuteGroupMemberReq) Reset

func (x *MuteGroupMemberReq) Reset()

func (*MuteGroupMemberReq) String

func (x *MuteGroupMemberReq) String() string

type MuteGroupMemberResp

type MuteGroupMemberResp struct {
	// contains filtered or unexported fields
}

func (*MuteGroupMemberResp) Descriptor deprecated

func (*MuteGroupMemberResp) Descriptor() ([]byte, []int)

Deprecated: Use MuteGroupMemberResp.ProtoReflect.Descriptor instead.

func (*MuteGroupMemberResp) ProtoMessage

func (*MuteGroupMemberResp) ProtoMessage()

func (*MuteGroupMemberResp) ProtoReflect

func (x *MuteGroupMemberResp) ProtoReflect() protoreflect.Message

func (*MuteGroupMemberResp) Reset

func (x *MuteGroupMemberResp) Reset()

func (*MuteGroupMemberResp) String

func (x *MuteGroupMemberResp) String() string

type MuteGroupReq

type MuteGroupReq struct {
	GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	// contains filtered or unexported fields
}

func (*MuteGroupReq) Check

func (x *MuteGroupReq) Check() error

func (*MuteGroupReq) Descriptor deprecated

func (*MuteGroupReq) Descriptor() ([]byte, []int)

Deprecated: Use MuteGroupReq.ProtoReflect.Descriptor instead.

func (*MuteGroupReq) GetGroupID

func (x *MuteGroupReq) GetGroupID() string

func (*MuteGroupReq) ProtoMessage

func (*MuteGroupReq) ProtoMessage()

func (*MuteGroupReq) ProtoReflect

func (x *MuteGroupReq) ProtoReflect() protoreflect.Message

func (*MuteGroupReq) Reset

func (x *MuteGroupReq) Reset()

func (*MuteGroupReq) String

func (x *MuteGroupReq) String() string

type MuteGroupResp

type MuteGroupResp struct {
	// contains filtered or unexported fields
}

func (*MuteGroupResp) Descriptor deprecated

func (*MuteGroupResp) Descriptor() ([]byte, []int)

Deprecated: Use MuteGroupResp.ProtoReflect.Descriptor instead.

func (*MuteGroupResp) ProtoMessage

func (*MuteGroupResp) ProtoMessage()

func (*MuteGroupResp) ProtoReflect

func (x *MuteGroupResp) ProtoReflect() protoreflect.Message

func (*MuteGroupResp) Reset

func (x *MuteGroupResp) Reset()

func (*MuteGroupResp) String

func (x *MuteGroupResp) String() string

type NotificationUserInfoUpdateReq

type NotificationUserInfoUpdateReq struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	// contains filtered or unexported fields
}

func (*NotificationUserInfoUpdateReq) Descriptor deprecated

func (*NotificationUserInfoUpdateReq) Descriptor() ([]byte, []int)

Deprecated: Use NotificationUserInfoUpdateReq.ProtoReflect.Descriptor instead.

func (*NotificationUserInfoUpdateReq) GetUserID

func (x *NotificationUserInfoUpdateReq) GetUserID() string

func (*NotificationUserInfoUpdateReq) ProtoMessage

func (*NotificationUserInfoUpdateReq) ProtoMessage()

func (*NotificationUserInfoUpdateReq) ProtoReflect

func (*NotificationUserInfoUpdateReq) Reset

func (x *NotificationUserInfoUpdateReq) Reset()

func (*NotificationUserInfoUpdateReq) String

type NotificationUserInfoUpdateResp

type NotificationUserInfoUpdateResp struct {
	// contains filtered or unexported fields
}

func (*NotificationUserInfoUpdateResp) Descriptor deprecated

func (*NotificationUserInfoUpdateResp) Descriptor() ([]byte, []int)

Deprecated: Use NotificationUserInfoUpdateResp.ProtoReflect.Descriptor instead.

func (*NotificationUserInfoUpdateResp) ProtoMessage

func (*NotificationUserInfoUpdateResp) ProtoMessage()

func (*NotificationUserInfoUpdateResp) ProtoReflect

func (*NotificationUserInfoUpdateResp) Reset

func (x *NotificationUserInfoUpdateResp) Reset()

func (*NotificationUserInfoUpdateResp) String

type QuitGroupReq

type QuitGroupReq struct {
	GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	UserID  string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	// contains filtered or unexported fields
}

func (*QuitGroupReq) Check

func (x *QuitGroupReq) Check() error

func (*QuitGroupReq) Descriptor deprecated

func (*QuitGroupReq) Descriptor() ([]byte, []int)

Deprecated: Use QuitGroupReq.ProtoReflect.Descriptor instead.

func (*QuitGroupReq) GetGroupID

func (x *QuitGroupReq) GetGroupID() string

func (*QuitGroupReq) GetUserID

func (x *QuitGroupReq) GetUserID() string

func (*QuitGroupReq) ProtoMessage

func (*QuitGroupReq) ProtoMessage()

func (*QuitGroupReq) ProtoReflect

func (x *QuitGroupReq) ProtoReflect() protoreflect.Message

func (*QuitGroupReq) Reset

func (x *QuitGroupReq) Reset()

func (*QuitGroupReq) String

func (x *QuitGroupReq) String() string

type QuitGroupResp

type QuitGroupResp struct {
	// contains filtered or unexported fields
}

func (*QuitGroupResp) Descriptor deprecated

func (*QuitGroupResp) Descriptor() ([]byte, []int)

Deprecated: Use QuitGroupResp.ProtoReflect.Descriptor instead.

func (*QuitGroupResp) ProtoMessage

func (*QuitGroupResp) ProtoMessage()

func (*QuitGroupResp) ProtoReflect

func (x *QuitGroupResp) ProtoReflect() protoreflect.Message

func (*QuitGroupResp) Reset

func (x *QuitGroupResp) Reset()

func (*QuitGroupResp) String

func (x *QuitGroupResp) String() string

type SetGroupInfoReq

type SetGroupInfoReq struct {
	GroupInfoForSet *sdkws.GroupInfoForSet `protobuf:"bytes,1,opt,name=groupInfoForSet,proto3" json:"groupInfoForSet"`
	// contains filtered or unexported fields
}

func (*SetGroupInfoReq) Check

func (x *SetGroupInfoReq) Check() error

func (*SetGroupInfoReq) Descriptor deprecated

func (*SetGroupInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use SetGroupInfoReq.ProtoReflect.Descriptor instead.

func (*SetGroupInfoReq) GetGroupInfoForSet

func (x *SetGroupInfoReq) GetGroupInfoForSet() *sdkws.GroupInfoForSet

func (*SetGroupInfoReq) ProtoMessage

func (*SetGroupInfoReq) ProtoMessage()

func (*SetGroupInfoReq) ProtoReflect

func (x *SetGroupInfoReq) ProtoReflect() protoreflect.Message

func (*SetGroupInfoReq) Reset

func (x *SetGroupInfoReq) Reset()

func (*SetGroupInfoReq) String

func (x *SetGroupInfoReq) String() string

type SetGroupInfoResp

type SetGroupInfoResp struct {
	// contains filtered or unexported fields
}

func (*SetGroupInfoResp) Descriptor deprecated

func (*SetGroupInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use SetGroupInfoResp.ProtoReflect.Descriptor instead.

func (*SetGroupInfoResp) ProtoMessage

func (*SetGroupInfoResp) ProtoMessage()

func (*SetGroupInfoResp) ProtoReflect

func (x *SetGroupInfoResp) ProtoReflect() protoreflect.Message

func (*SetGroupInfoResp) Reset

func (x *SetGroupInfoResp) Reset()

func (*SetGroupInfoResp) String

func (x *SetGroupInfoResp) String() string

type SetGroupMemberInfo

type SetGroupMemberInfo struct {
	GroupID   string                  `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	UserID    string                  `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	Nickname  *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname"`
	FaceURL   *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=faceURL,proto3" json:"faceURL"`
	RoleLevel *wrapperspb.Int32Value  `protobuf:"bytes,5,opt,name=roleLevel,proto3" json:"roleLevel"`
	Ex        *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=ex,proto3" json:"ex"`
	// contains filtered or unexported fields
}

func (*SetGroupMemberInfo) Check

func (x *SetGroupMemberInfo) Check() error

func (*SetGroupMemberInfo) Descriptor deprecated

func (*SetGroupMemberInfo) Descriptor() ([]byte, []int)

Deprecated: Use SetGroupMemberInfo.ProtoReflect.Descriptor instead.

func (*SetGroupMemberInfo) GetEx

func (*SetGroupMemberInfo) GetFaceURL

func (x *SetGroupMemberInfo) GetFaceURL() *wrapperspb.StringValue

func (*SetGroupMemberInfo) GetGroupID

func (x *SetGroupMemberInfo) GetGroupID() string

func (*SetGroupMemberInfo) GetNickname

func (x *SetGroupMemberInfo) GetNickname() *wrapperspb.StringValue

func (*SetGroupMemberInfo) GetRoleLevel

func (x *SetGroupMemberInfo) GetRoleLevel() *wrapperspb.Int32Value

func (*SetGroupMemberInfo) GetUserID

func (x *SetGroupMemberInfo) GetUserID() string

func (*SetGroupMemberInfo) ProtoMessage

func (*SetGroupMemberInfo) ProtoMessage()

func (*SetGroupMemberInfo) ProtoReflect

func (x *SetGroupMemberInfo) ProtoReflect() protoreflect.Message

func (*SetGroupMemberInfo) Reset

func (x *SetGroupMemberInfo) Reset()

func (*SetGroupMemberInfo) String

func (x *SetGroupMemberInfo) String() string

type SetGroupMemberInfoReq

type SetGroupMemberInfoReq struct {
	Members []*SetGroupMemberInfo `protobuf:"bytes,1,rep,name=members,proto3" json:"members"`
	// contains filtered or unexported fields
}

func (*SetGroupMemberInfoReq) Check

func (x *SetGroupMemberInfoReq) Check() error

func (*SetGroupMemberInfoReq) Descriptor deprecated

func (*SetGroupMemberInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use SetGroupMemberInfoReq.ProtoReflect.Descriptor instead.

func (*SetGroupMemberInfoReq) GetMembers

func (x *SetGroupMemberInfoReq) GetMembers() []*SetGroupMemberInfo

func (*SetGroupMemberInfoReq) ProtoMessage

func (*SetGroupMemberInfoReq) ProtoMessage()

func (*SetGroupMemberInfoReq) ProtoReflect

func (x *SetGroupMemberInfoReq) ProtoReflect() protoreflect.Message

func (*SetGroupMemberInfoReq) Reset

func (x *SetGroupMemberInfoReq) Reset()

func (*SetGroupMemberInfoReq) String

func (x *SetGroupMemberInfoReq) String() string

type SetGroupMemberInfoResp

type SetGroupMemberInfoResp struct {
	// contains filtered or unexported fields
}

func (*SetGroupMemberInfoResp) Descriptor deprecated

func (*SetGroupMemberInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use SetGroupMemberInfoResp.ProtoReflect.Descriptor instead.

func (*SetGroupMemberInfoResp) ProtoMessage

func (*SetGroupMemberInfoResp) ProtoMessage()

func (*SetGroupMemberInfoResp) ProtoReflect

func (x *SetGroupMemberInfoResp) ProtoReflect() protoreflect.Message

func (*SetGroupMemberInfoResp) Reset

func (x *SetGroupMemberInfoResp) Reset()

func (*SetGroupMemberInfoResp) String

func (x *SetGroupMemberInfoResp) String() string

type TransferGroupOwnerReq

type TransferGroupOwnerReq struct {
	GroupID        string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"`
	OldOwnerUserID string `protobuf:"bytes,2,opt,name=oldOwnerUserID,proto3" json:"oldOwnerUserID"`
	NewOwnerUserID string `protobuf:"bytes,3,opt,name=newOwnerUserID,proto3" json:"newOwnerUserID"`
	// contains filtered or unexported fields
}

func (*TransferGroupOwnerReq) Check

func (x *TransferGroupOwnerReq) Check() error

func (*TransferGroupOwnerReq) Descriptor deprecated

func (*TransferGroupOwnerReq) Descriptor() ([]byte, []int)

Deprecated: Use TransferGroupOwnerReq.ProtoReflect.Descriptor instead.

func (*TransferGroupOwnerReq) GetGroupID

func (x *TransferGroupOwnerReq) GetGroupID() string

func (*TransferGroupOwnerReq) GetNewOwnerUserID

func (x *TransferGroupOwnerReq) GetNewOwnerUserID() string

func (*TransferGroupOwnerReq) GetOldOwnerUserID

func (x *TransferGroupOwnerReq) GetOldOwnerUserID() string

func (*TransferGroupOwnerReq) ProtoMessage

func (*TransferGroupOwnerReq) ProtoMessage()

func (*TransferGroupOwnerReq) ProtoReflect

func (x *TransferGroupOwnerReq) ProtoReflect() protoreflect.Message

func (*TransferGroupOwnerReq) Reset

func (x *TransferGroupOwnerReq) Reset()

func (*TransferGroupOwnerReq) String

func (x *TransferGroupOwnerReq) String() string

type TransferGroupOwnerResp

type TransferGroupOwnerResp struct {
	// contains filtered or unexported fields
}

func (*TransferGroupOwnerResp) Descriptor deprecated

func (*TransferGroupOwnerResp) Descriptor() ([]byte, []int)

Deprecated: Use TransferGroupOwnerResp.ProtoReflect.Descriptor instead.

func (*TransferGroupOwnerResp) ProtoMessage

func (*TransferGroupOwnerResp) ProtoMessage()

func (*TransferGroupOwnerResp) ProtoReflect

func (x *TransferGroupOwnerResp) ProtoReflect() protoreflect.Message

func (*TransferGroupOwnerResp) Reset

func (x *TransferGroupOwnerResp) Reset()

func (*TransferGroupOwnerResp) String

func (x *TransferGroupOwnerResp) String() string

type UnimplementedGroupServer

type UnimplementedGroupServer struct {
}

UnimplementedGroupServer can be embedded to have forward compatible implementations.

func (*UnimplementedGroupServer) CancelMuteGroup

func (*UnimplementedGroupServer) CancelMuteGroupMember

func (*UnimplementedGroupServer) CreateGroup

func (*UnimplementedGroupServer) DismissGroup

func (*UnimplementedGroupServer) GetGroupAbstractInfo

func (*UnimplementedGroupServer) GetGroupApplicationList

func (*UnimplementedGroupServer) GetGroupInfoCache

func (*UnimplementedGroupServer) GetGroupMemberCache

func (*UnimplementedGroupServer) GetGroupMemberList

func (*UnimplementedGroupServer) GetGroupMemberRoleLevel

func (*UnimplementedGroupServer) GetGroupMemberUserIDs

func (*UnimplementedGroupServer) GetGroupMembersCMS

func (*UnimplementedGroupServer) GetGroupMembersInfo

func (*UnimplementedGroupServer) GetGroups

func (*UnimplementedGroupServer) GetGroupsInfo

func (*UnimplementedGroupServer) GetJoinedGroupList

func (*UnimplementedGroupServer) GetJoinedSuperGroupList

func (*UnimplementedGroupServer) GetSuperGroupsInfo

func (*UnimplementedGroupServer) GetUserInGroupMembers

func (*UnimplementedGroupServer) GroupCreateCount

func (*UnimplementedGroupServer) InviteUserToGroup

func (*UnimplementedGroupServer) JoinGroup

func (*UnimplementedGroupServer) KickGroupMember

func (*UnimplementedGroupServer) MuteGroup

func (*UnimplementedGroupServer) MuteGroupMember

func (*UnimplementedGroupServer) QuitGroup

func (*UnimplementedGroupServer) SetGroupInfo

func (*UnimplementedGroupServer) SetGroupMemberInfo

func (*UnimplementedGroupServer) TransferGroupOwner

Jump to

Keyboard shortcuts

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