server_api_params

package
v0.0.0-...-9bd7499 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountCheckReq

type AccountCheckReq struct {
	OperationID     string   `json:"operationID" binding:"required"`
	CheckUserIDList []string `json:"checkUserIDList" binding:"required,lte=100"`
}

type AccountCheckResp

type AccountCheckResp struct {
	CommResp
	ResultList []*AccountCheckResp_SingleUserStatus `json:"data"`
}

type AccountCheckResp_SingleUserStatus

type AccountCheckResp_SingleUserStatus struct {
	UserID        string `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
	AccountStatus string `protobuf:"bytes,2,opt,name=accountStatus" json:"accountStatus,omitempty"`
}

type AccountcheckrespSingleuserstatus

type AccountcheckrespSingleuserstatus struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
	AccountStatus        string   `protobuf:"bytes,2,opt,name=accountStatus" json:"accountStatus,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

type AddBlacklistReq

type AddBlacklistReq struct {
	ParamsCommFriend
}

type AddBlacklistResp

type AddBlacklistResp struct {
	CommResp
}

type AddFriendReq

type AddFriendReq struct {
	ParamsCommFriend
	ReqMsg string `json:"reqMsg"`
}

type AddFriendResp

type AddFriendResp struct {
	CommResp
}

type AddFriendResponseReq

type AddFriendResponseReq struct {
	ParamsCommFriend
	Flag      int32  `json:"flag" binding:"required,oneof=-1 0 1"`
	HandleMsg string `json:"handleMsg"`
}

type AddFriendResponseResp

type AddFriendResponseResp struct {
	CommResp
}

type ApiUserInfo

type ApiUserInfo struct {
	UserID           string `json:"userID" binding:"required,min=1,max=64"`
	Nickname         string `json:"nickname" binding:"omitempty,min=1,max=64"`
	FaceURL          string `json:"faceURL" binding:"omitempty,max=1024"`
	Gender           int32  `json:"gender" binding:"omitempty,oneof=0 1 2"`
	PhoneNumber      string `json:"phoneNumber" binding:"omitempty,max=32"`
	Birth            uint32 `json:"birth" binding:"omitempty"`
	Email            string `json:"email" binding:"omitempty,max=64"`
	GlobalRecvMsgOpt int32  `json:"globalRecvMsgOpt" binding:"omitempty,oneof=0 1 2"`
	Ex               string `json:"ex" binding:"omitempty,max=1024"`
}

type ApplicationGroupResponseReq

type ApplicationGroupResponseReq struct {
	OperationID  string `json:"operationID" binding:"required"`
	GroupID      string `json:"groupID" binding:"required"`
	FromUserID   string `json:"fromUserID" binding:"required"` //application from FromUserID
	HandledMsg   string `json:"handledMsg"`
	HandleResult int32  `json:"handleResult" binding:"required,oneof=-1 1"`
}

type ApplicationGroupResponseResp

type ApplicationGroupResponseResp struct {
	CommResp
}

type AwsStorageCredentialReq

type AwsStorageCredentialReq struct {
	OperationID string `json:"operationID"`
}

type AwsStorageCredentialResp

type AwsStorageCredentialResp struct {
	CommResp
	AccessKeyId     string `json:"accessKeyID"`
	SecretAccessKey string `json:"secretAccessKey"`
	SessionToken    string `json:"sessionToken"`
	RegionID        string `json:"regionId"`
	Bucket          string `json:"bucket"`
	FinalHost       string `json:"FinalHost"`
}

type BatchSetConversationsReq

type BatchSetConversationsReq struct {
	Conversations    []Conversation `json:"conversations" binding:"required"`
	OwnerUserID      string         `json:"ownerUserID" binding:"required"`
	NotificationType int            `json:"notificationType"`
	OperationID      string         `json:"operationID" binding:"required"`
}

type BatchSetConversationsResp

type BatchSetConversationsResp struct {
	Success []string `json:"success"`
	Failed  []string `json:"failed"`
}

type BlackAddedTips

type BlackAddedTips struct {
	FromToUserID         *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*BlackAddedTips) Descriptor

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

func (*BlackAddedTips) GetFromToUserID

func (m *BlackAddedTips) GetFromToUserID() *FromToUserID

func (*BlackAddedTips) ProtoMessage

func (*BlackAddedTips) ProtoMessage()

func (*BlackAddedTips) Reset

func (m *BlackAddedTips) Reset()

func (*BlackAddedTips) String

func (m *BlackAddedTips) String() string

func (*BlackAddedTips) XXX_DiscardUnknown

func (m *BlackAddedTips) XXX_DiscardUnknown()

func (*BlackAddedTips) XXX_Marshal

func (m *BlackAddedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlackAddedTips) XXX_Merge

func (dst *BlackAddedTips) XXX_Merge(src proto.Message)

func (*BlackAddedTips) XXX_Size

func (m *BlackAddedTips) XXX_Size() int

func (*BlackAddedTips) XXX_Unmarshal

func (m *BlackAddedTips) XXX_Unmarshal(b []byte) error

type BlackDeletedTips

type BlackDeletedTips struct {
	FromToUserID         *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*BlackDeletedTips) Descriptor

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

func (*BlackDeletedTips) GetFromToUserID

func (m *BlackDeletedTips) GetFromToUserID() *FromToUserID

func (*BlackDeletedTips) ProtoMessage

func (*BlackDeletedTips) ProtoMessage()

func (*BlackDeletedTips) Reset

func (m *BlackDeletedTips) Reset()

func (*BlackDeletedTips) String

func (m *BlackDeletedTips) String() string

func (*BlackDeletedTips) XXX_DiscardUnknown

func (m *BlackDeletedTips) XXX_DiscardUnknown()

func (*BlackDeletedTips) XXX_Marshal

func (m *BlackDeletedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlackDeletedTips) XXX_Merge

func (dst *BlackDeletedTips) XXX_Merge(src proto.Message)

func (*BlackDeletedTips) XXX_Size

func (m *BlackDeletedTips) XXX_Size() int

func (*BlackDeletedTips) XXX_Unmarshal

func (m *BlackDeletedTips) XXX_Unmarshal(b []byte) error

type BlackInfo

type BlackInfo struct {
	OwnerUserID          string          `protobuf:"bytes,1,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
	CreateTime           uint32          `protobuf:"varint,2,opt,name=createTime" json:"createTime,omitempty"`
	BlackUserInfo        *PublicUserInfo `protobuf:"bytes,3,opt,name=blackUserInfo" json:"blackUserInfo,omitempty"`
	AddSource            int32           `protobuf:"varint,4,opt,name=addSource" json:"addSource,omitempty"`
	OperatorUserID       string          `protobuf:"bytes,5,opt,name=operatorUserID" json:"operatorUserID,omitempty"`
	Ex                   string          `protobuf:"bytes,6,opt,name=ex" json:"ex,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*BlackInfo) Descriptor

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

func (*BlackInfo) GetAddSource

func (m *BlackInfo) GetAddSource() int32

func (*BlackInfo) GetBlackUserInfo

func (m *BlackInfo) GetBlackUserInfo() *PublicUserInfo

func (*BlackInfo) GetCreateTime

func (m *BlackInfo) GetCreateTime() uint32

func (*BlackInfo) GetEx

func (m *BlackInfo) GetEx() string

func (*BlackInfo) GetOperatorUserID

func (m *BlackInfo) GetOperatorUserID() string

func (*BlackInfo) GetOwnerUserID

func (m *BlackInfo) GetOwnerUserID() string

func (*BlackInfo) ProtoMessage

func (*BlackInfo) ProtoMessage()

func (*BlackInfo) Reset

func (m *BlackInfo) Reset()

func (*BlackInfo) String

func (m *BlackInfo) String() string

func (*BlackInfo) XXX_DiscardUnknown

func (m *BlackInfo) XXX_DiscardUnknown()

func (*BlackInfo) XXX_Marshal

func (m *BlackInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlackInfo) XXX_Merge

func (dst *BlackInfo) XXX_Merge(src proto.Message)

func (*BlackInfo) XXX_Size

func (m *BlackInfo) XXX_Size() int

func (*BlackInfo) XXX_Unmarshal

func (m *BlackInfo) XXX_Unmarshal(b []byte) error

type CancelMuteGroupMemberReq

type CancelMuteGroupMemberReq struct {
	OperationID string `json:"operationID" binding:"required"`
	GroupID     string `json:"groupID" binding:"required"`
	UserID      string `json:"userID" binding:"required"`
}

type CancelMuteGroupMemberResp

type CancelMuteGroupMemberResp struct {
	CommResp
}

type CancelMuteGroupReq

type CancelMuteGroupReq struct {
	OperationID string `json:"operationID" binding:"required"`
	GroupID     string `json:"groupID" binding:"required"`
}

type CancelMuteGroupResp

type CancelMuteGroupResp struct {
	CommResp
}

type CleanUpMsgReq

type CleanUpMsgReq struct {
	UserID      string `json:"userID"  binding:"required"`
	OperationID string `json:"operationID"  binding:"required"`
}

type CleanUpMsgResp

type CleanUpMsgResp struct {
	CommResp
}

type CommDataResp

type CommDataResp struct {
	CommResp
	Data []map[string]interface{} `json:"data"`
}

type CommDataRespOne

type CommDataRespOne struct {
	CommResp
	Data map[string]interface{} `json:"data"`
}

type CommResp

type CommResp struct {
	ErrCode int32  `json:"errCode"`
	ErrMsg  string `json:"errMsg"`
}

type Conversation

type Conversation struct {
	OwnerUserID           string `json:"ownerUserID" binding:"required"`
	ConversationID        string `json:"conversationID" binding:"required"`
	ConversationType      int32  `json:"conversationType" binding:"required"`
	UserID                string `json:"userID"`
	GroupID               string `json:"groupID"`
	RecvMsgOpt            int32  `json:"recvMsgOpt"`
	UnreadCount           int32  `json:"unreadCount" `
	DraftTextTime         int64  `json:"draftTextTime"`
	IsPinned              bool   `json:"isPinned"`
	IsPrivateChat         bool   `json:"isPrivateChat"`
	GroupAtType           int32  `json:"groupAtType"`
	IsNotInGroup          bool   `json:"isNotInGroup"`
	UpdateUnreadCountTime int64  ` json:"updateUnreadCountTime"`
	AttachedInfo          string `json:"attachedInfo"`
	Ex                    string `json:"ex"`
}

type ConversationSetPrivateTips

type ConversationSetPrivateTips struct {
	RecvID               string   `protobuf:"bytes,1,opt,name=recvID" json:"recvID,omitempty"`
	SendID               string   `protobuf:"bytes,2,opt,name=sendID" json:"sendID,omitempty"`
	IsPrivate            bool     `protobuf:"varint,3,opt,name=isPrivate" json:"isPrivate,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConversationSetPrivateTips) Descriptor

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

func (*ConversationSetPrivateTips) GetIsPrivate

func (m *ConversationSetPrivateTips) GetIsPrivate() bool

func (*ConversationSetPrivateTips) GetRecvID

func (m *ConversationSetPrivateTips) GetRecvID() string

func (*ConversationSetPrivateTips) GetSendID

func (m *ConversationSetPrivateTips) GetSendID() string

func (*ConversationSetPrivateTips) ProtoMessage

func (*ConversationSetPrivateTips) ProtoMessage()

func (*ConversationSetPrivateTips) Reset

func (m *ConversationSetPrivateTips) Reset()

func (*ConversationSetPrivateTips) String

func (m *ConversationSetPrivateTips) String() string

func (*ConversationSetPrivateTips) XXX_DiscardUnknown

func (m *ConversationSetPrivateTips) XXX_DiscardUnknown()

func (*ConversationSetPrivateTips) XXX_Marshal

func (m *ConversationSetPrivateTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConversationSetPrivateTips) XXX_Merge

func (dst *ConversationSetPrivateTips) XXX_Merge(src proto.Message)

func (*ConversationSetPrivateTips) XXX_Size

func (m *ConversationSetPrivateTips) XXX_Size() int

func (*ConversationSetPrivateTips) XXX_Unmarshal

func (m *ConversationSetPrivateTips) XXX_Unmarshal(b []byte) error

type ConversationUpdateTips

type ConversationUpdateTips struct {
	UserID                string   `protobuf:"bytes,1,opt,name=UserID" json:"UserID,omitempty"`
	ConversationIDList    []string `protobuf:"bytes,2,rep,name=conversationIDList" json:"conversationIDList,omitempty"`
	UpdateUnreadCountTime int64    `protobuf:"varint,3,opt,name=updateUnreadCountTime" json:"updateUnreadCountTime,omitempty"`
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

////////////////////conversation/////////////////////

func (*ConversationUpdateTips) Descriptor

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

func (*ConversationUpdateTips) GetConversationIDList

func (m *ConversationUpdateTips) GetConversationIDList() []string

func (*ConversationUpdateTips) GetUpdateUnreadCountTime

func (m *ConversationUpdateTips) GetUpdateUnreadCountTime() int64

func (*ConversationUpdateTips) GetUserID

func (m *ConversationUpdateTips) GetUserID() string

func (*ConversationUpdateTips) ProtoMessage

func (*ConversationUpdateTips) ProtoMessage()

func (*ConversationUpdateTips) Reset

func (m *ConversationUpdateTips) Reset()

func (*ConversationUpdateTips) String

func (m *ConversationUpdateTips) String() string

func (*ConversationUpdateTips) XXX_DiscardUnknown

func (m *ConversationUpdateTips) XXX_DiscardUnknown()

func (*ConversationUpdateTips) XXX_Marshal

func (m *ConversationUpdateTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConversationUpdateTips) XXX_Merge

func (dst *ConversationUpdateTips) XXX_Merge(src proto.Message)

func (*ConversationUpdateTips) XXX_Size

func (m *ConversationUpdateTips) XXX_Size() int

func (*ConversationUpdateTips) XXX_Unmarshal

func (m *ConversationUpdateTips) XXX_Unmarshal(b []byte) error

type CreateDepartmentMemberReq

type CreateDepartmentMemberReq struct {
	OperationID string `json:"operationID" binding:"required"`
	*DepartmentMember
}

type CreateDepartmentMemberResp

type CreateDepartmentMemberResp struct {
	CommResp
}

type CreateDepartmentReq

type CreateDepartmentReq struct {
	*Department
	OperationID string `json:"operationID" binding:"required"`
}

type CreateDepartmentResp

type CreateDepartmentResp struct {
	CommResp
	Department *Department            `json:"-"`
	Data       map[string]interface{} `json:"data"`
}

type CreateGroupReq

type CreateGroupReq struct {
	MemberList   []*GroupAddMemberInfo `json:"memberList"  binding:"required"`
	OwnerUserID  string                `json:"ownerUserID" binding:"required"`
	GroupType    int32                 `json:"groupType"`
	GroupName    string                `json:"groupName"`
	Notification string                `json:"notification"`
	Introduction string                `json:"introduction"`
	FaceURL      string                `json:"faceURL"`
	Ex           string                `json:"ex"`
	OperationID  string                `json:"operationID" binding:"required"`
}

type CreateGroupResp

type CreateGroupResp struct {
	CommResp
	GroupInfo GroupInfo
	Data      map[string]interface{} `json:"data"`
}

type CreateOrganizationUserReq

type CreateOrganizationUserReq struct {
	OperationID string `json:"operationID" binding:"required"`
	*OrganizationUser
}

type CreateOrganizationUserResp

type CreateOrganizationUserResp struct {
	CommResp
}

type DelMsgListReq

type DelMsgListReq struct {
	OpUserID             string   `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
	UserID               string   `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"`
	SeqList              []uint32 `protobuf:"varint,3,rep,packed,name=seqList" json:"seqList,omitempty"`
	OperationID          string   `protobuf:"bytes,4,opt,name=operationID" json:"operationID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DelMsgListReq) Descriptor

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

func (*DelMsgListReq) GetOpUserID

func (m *DelMsgListReq) GetOpUserID() string

func (*DelMsgListReq) GetOperationID

func (m *DelMsgListReq) GetOperationID() string

func (*DelMsgListReq) GetSeqList

func (m *DelMsgListReq) GetSeqList() []uint32

func (*DelMsgListReq) GetUserID

func (m *DelMsgListReq) GetUserID() string

func (*DelMsgListReq) ProtoMessage

func (*DelMsgListReq) ProtoMessage()

func (*DelMsgListReq) Reset

func (m *DelMsgListReq) Reset()

func (*DelMsgListReq) String

func (m *DelMsgListReq) String() string

func (*DelMsgListReq) XXX_DiscardUnknown

func (m *DelMsgListReq) XXX_DiscardUnknown()

func (*DelMsgListReq) XXX_Marshal

func (m *DelMsgListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DelMsgListReq) XXX_Merge

func (dst *DelMsgListReq) XXX_Merge(src proto.Message)

func (*DelMsgListReq) XXX_Size

func (m *DelMsgListReq) XXX_Size() int

func (*DelMsgListReq) XXX_Unmarshal

func (m *DelMsgListReq) XXX_Unmarshal(b []byte) error

type DelMsgListResp

type DelMsgListResp struct {
	ErrCode              int32    `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"`
	ErrMsg               string   `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DelMsgListResp) Descriptor

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

func (*DelMsgListResp) GetErrCode

func (m *DelMsgListResp) GetErrCode() int32

func (*DelMsgListResp) GetErrMsg

func (m *DelMsgListResp) GetErrMsg() string

func (*DelMsgListResp) ProtoMessage

func (*DelMsgListResp) ProtoMessage()

func (*DelMsgListResp) Reset

func (m *DelMsgListResp) Reset()

func (*DelMsgListResp) String

func (m *DelMsgListResp) String() string

func (*DelMsgListResp) XXX_DiscardUnknown

func (m *DelMsgListResp) XXX_DiscardUnknown()

func (*DelMsgListResp) XXX_Marshal

func (m *DelMsgListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DelMsgListResp) XXX_Merge

func (dst *DelMsgListResp) XXX_Merge(src proto.Message)

func (*DelMsgListResp) XXX_Size

func (m *DelMsgListResp) XXX_Size() int

func (*DelMsgListResp) XXX_Unmarshal

func (m *DelMsgListResp) XXX_Unmarshal(b []byte) error

type DelSuperGroupMsgReq

type DelSuperGroupMsgReq struct {
	UserID      string   `json:"userID" binding:"required"`
	GroupID     string   `json:"groupID" binding:"required"`
	SeqList     []uint32 `json:"seqList"`
	IsAllDelete bool     `json:"isAllDelete"`
	OperationID string   `json:"operationID" binding:"required"`
}

type DelSuperGroupMsgResp

type DelSuperGroupMsgResp struct {
	CommResp
}

type DeleteDepartmentReq

type DeleteDepartmentReq struct {
	OperationID  string `json:"operationID" binding:"required"`
	DepartmentID string `json:"departmentID" binding:"required"`
}

type DeleteDepartmentResp

type DeleteDepartmentResp struct {
	CommResp
}

type DeleteFriendReq

type DeleteFriendReq struct {
	ParamsCommFriend
}

type DeleteFriendResp

type DeleteFriendResp struct {
	CommResp
}

type DeleteMessageTips

type DeleteMessageTips struct {
	OpUserID             string   `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
	UserID               string   `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"`
	SeqList              []uint32 `protobuf:"varint,3,rep,packed,name=seqList" json:"seqList,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

//////////////////message///////////////////////

func (*DeleteMessageTips) Descriptor

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

func (*DeleteMessageTips) GetOpUserID

func (m *DeleteMessageTips) GetOpUserID() string

func (*DeleteMessageTips) GetSeqList

func (m *DeleteMessageTips) GetSeqList() []uint32

func (*DeleteMessageTips) GetUserID

func (m *DeleteMessageTips) GetUserID() string

func (*DeleteMessageTips) ProtoMessage

func (*DeleteMessageTips) ProtoMessage()

func (*DeleteMessageTips) Reset

func (m *DeleteMessageTips) Reset()

func (*DeleteMessageTips) String

func (m *DeleteMessageTips) String() string

func (*DeleteMessageTips) XXX_DiscardUnknown

func (m *DeleteMessageTips) XXX_DiscardUnknown()

func (*DeleteMessageTips) XXX_Marshal

func (m *DeleteMessageTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteMessageTips) XXX_Merge

func (dst *DeleteMessageTips) XXX_Merge(src proto.Message)

func (*DeleteMessageTips) XXX_Size

func (m *DeleteMessageTips) XXX_Size() int

func (*DeleteMessageTips) XXX_Unmarshal

func (m *DeleteMessageTips) XXX_Unmarshal(b []byte) error

type DeleteMsgReq

type DeleteMsgReq struct {
	OpUserID    string   `json:"opUserID"`
	UserID      string   `json:"userID"`
	SeqList     []uint32 `json:"seqList"`
	OperationID string   `json:"operationID"`
}

type DeleteMsgResp

type DeleteMsgResp struct {
}

type DeleteOrganizationUserReq

type DeleteOrganizationUserReq struct {
	UserID      string `json:"userID" binding:"required"`
	OperationID string `json:"operationID" binding:"required"`
}

type DeleteOrganizationUserResp

type DeleteOrganizationUserResp struct {
	CommResp
}

type DeleteUserInDepartmentReq

type DeleteUserInDepartmentReq struct {
	DepartmentID string `json:"departmentID" binding:"required"`
	UserID       string `json:"userID" binding:"required"`
	OperationID  string `json:"operationID" binding:"required"`
}

type DeleteUserInDepartmentResp

type DeleteUserInDepartmentResp struct {
	CommResp
}

type DeleteUsersReq

type DeleteUsersReq struct {
	OperationID      string   `json:"operationID" binding:"required"`
	DeleteUserIDList []string `json:"deleteUserIDList" binding:"required"`
}

type DeleteUsersResp

type DeleteUsersResp struct {
	CommResp
	FailedUserIDList []string `json:"data"`
}

type Department

type Department struct {
	DepartmentID         string   `protobuf:"bytes,1,opt,name=departmentID" json:"departmentID,omitempty"`
	FaceURL              string   `protobuf:"bytes,2,opt,name=faceURL" json:"faceURL,omitempty"`
	Name                 string   `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	ParentID             string   `protobuf:"bytes,4,opt,name=parentID" json:"parentID,omitempty"`
	Order                int32    `protobuf:"varint,5,opt,name=order" json:"order,omitempty"`
	DepartmentType       int32    `protobuf:"varint,6,opt,name=departmentType" json:"departmentType,omitempty"`
	CreateTime           uint32   `protobuf:"varint,7,opt,name=createTime" json:"createTime,omitempty"`
	SubDepartmentNum     uint32   `protobuf:"varint,8,opt,name=subDepartmentNum" json:"subDepartmentNum,omitempty"`
	MemberNum            uint32   `protobuf:"varint,9,opt,name=memberNum" json:"memberNum,omitempty"`
	Ex                   string   `protobuf:"bytes,10,opt,name=ex" json:"ex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Department) Descriptor

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

func (*Department) GetCreateTime

func (m *Department) GetCreateTime() uint32

func (*Department) GetDepartmentID

func (m *Department) GetDepartmentID() string

func (*Department) GetDepartmentType

func (m *Department) GetDepartmentType() int32

func (*Department) GetEx

func (m *Department) GetEx() string

func (*Department) GetFaceURL

func (m *Department) GetFaceURL() string

func (*Department) GetMemberNum

func (m *Department) GetMemberNum() uint32

func (*Department) GetName

func (m *Department) GetName() string

func (*Department) GetOrder

func (m *Department) GetOrder() int32

func (*Department) GetParentID

func (m *Department) GetParentID() string

func (*Department) GetSubDepartmentNum

func (m *Department) GetSubDepartmentNum() uint32

func (*Department) ProtoMessage

func (*Department) ProtoMessage()

func (*Department) Reset

func (m *Department) Reset()

func (*Department) String

func (m *Department) String() string

func (*Department) XXX_DiscardUnknown

func (m *Department) XXX_DiscardUnknown()

func (*Department) XXX_Marshal

func (m *Department) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Department) XXX_Merge

func (dst *Department) XXX_Merge(src proto.Message)

func (*Department) XXX_Size

func (m *Department) XXX_Size() int

func (*Department) XXX_Unmarshal

func (m *Department) XXX_Unmarshal(b []byte) error

type DepartmentMember

type DepartmentMember struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
	DepartmentID         string   `protobuf:"bytes,2,opt,name=departmentID" json:"departmentID,omitempty"`
	Order                int32    `protobuf:"varint,3,opt,name=order" json:"order,omitempty"`
	Position             string   `protobuf:"bytes,4,opt,name=position" json:"position,omitempty"`
	Leader               int32    `protobuf:"varint,5,opt,name=leader" json:"leader,omitempty"`
	Status               int32    `protobuf:"varint,6,opt,name=status" json:"status,omitempty"`
	Ex                   string   `protobuf:"bytes,7,opt,name=ex" json:"ex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DepartmentMember) Descriptor

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

func (*DepartmentMember) GetDepartmentID

func (m *DepartmentMember) GetDepartmentID() string

func (*DepartmentMember) GetEx

func (m *DepartmentMember) GetEx() string

func (*DepartmentMember) GetLeader

func (m *DepartmentMember) GetLeader() int32

func (*DepartmentMember) GetOrder

func (m *DepartmentMember) GetOrder() int32

func (*DepartmentMember) GetPosition

func (m *DepartmentMember) GetPosition() string

func (*DepartmentMember) GetStatus

func (m *DepartmentMember) GetStatus() int32

func (*DepartmentMember) GetUserID

func (m *DepartmentMember) GetUserID() string

func (*DepartmentMember) ProtoMessage

func (*DepartmentMember) ProtoMessage()

func (*DepartmentMember) Reset

func (m *DepartmentMember) Reset()

func (*DepartmentMember) String

func (m *DepartmentMember) String() string

func (*DepartmentMember) XXX_DiscardUnknown

func (m *DepartmentMember) XXX_DiscardUnknown()

func (*DepartmentMember) XXX_Marshal

func (m *DepartmentMember) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DepartmentMember) XXX_Merge

func (dst *DepartmentMember) XXX_Merge(src proto.Message)

func (*DepartmentMember) XXX_Size

func (m *DepartmentMember) XXX_Size() int

func (*DepartmentMember) XXX_Unmarshal

func (m *DepartmentMember) XXX_Unmarshal(b []byte) error

type DismissGroupReq

type DismissGroupReq struct {
	GroupID     string `json:"groupID" binding:"required"`
	OperationID string `json:"operationID" binding:"required"`
}

type DismissGroupResp

type DismissGroupResp struct {
	CommResp
}

type ExpireTime

type ExpireTime struct {
	ExpireTimeSeconds uint32 `json:"expireTimeSeconds" `
}

type FcmUpdateTokenReq

type FcmUpdateTokenReq struct {
	OperationID string `json:"operationID" binding:"required"`
	Platform    int    `json:"platform" binding:"required,min=1,max=2"` //only for ios + android
	FcmToken    string `json:"fcmToken" binding:"required"`
}

type FcmUpdateTokenResp

type FcmUpdateTokenResp struct {
	CommResp
}

type FriendAddedTips

type FriendAddedTips struct {
	Friend               *FriendInfo     `protobuf:"bytes,1,opt,name=friend" json:"friend,omitempty"`
	OperationTime        int64           `protobuf:"varint,2,opt,name=operationTime" json:"operationTime,omitempty"`
	OpUser               *PublicUserInfo `protobuf:"bytes,3,opt,name=opUser" json:"opUser,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

FromUserID Added a friend ToUserID

func (*FriendAddedTips) Descriptor

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

func (*FriendAddedTips) GetFriend

func (m *FriendAddedTips) GetFriend() *FriendInfo

func (*FriendAddedTips) GetOpUser

func (m *FriendAddedTips) GetOpUser() *PublicUserInfo

func (*FriendAddedTips) GetOperationTime

func (m *FriendAddedTips) GetOperationTime() int64

func (*FriendAddedTips) ProtoMessage

func (*FriendAddedTips) ProtoMessage()

func (*FriendAddedTips) Reset

func (m *FriendAddedTips) Reset()

func (*FriendAddedTips) String

func (m *FriendAddedTips) String() string

func (*FriendAddedTips) XXX_DiscardUnknown

func (m *FriendAddedTips) XXX_DiscardUnknown()

func (*FriendAddedTips) XXX_Marshal

func (m *FriendAddedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendAddedTips) XXX_Merge

func (dst *FriendAddedTips) XXX_Merge(src proto.Message)

func (*FriendAddedTips) XXX_Size

func (m *FriendAddedTips) XXX_Size() int

func (*FriendAddedTips) XXX_Unmarshal

func (m *FriendAddedTips) XXX_Unmarshal(b []byte) error

type FriendApplication

type FriendApplication struct {
	AddTime              int64    `protobuf:"varint,1,opt,name=addTime" json:"addTime,omitempty"`
	AddSource            string   `protobuf:"bytes,2,opt,name=addSource" json:"addSource,omitempty"`
	AddWording           string   `protobuf:"bytes,3,opt,name=addWording" json:"addWording,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FriendApplication) Descriptor

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

func (*FriendApplication) GetAddSource

func (m *FriendApplication) GetAddSource() string

func (*FriendApplication) GetAddTime

func (m *FriendApplication) GetAddTime() int64

func (*FriendApplication) GetAddWording

func (m *FriendApplication) GetAddWording() string

func (*FriendApplication) ProtoMessage

func (*FriendApplication) ProtoMessage()

func (*FriendApplication) Reset

func (m *FriendApplication) Reset()

func (*FriendApplication) String

func (m *FriendApplication) String() string

func (*FriendApplication) XXX_DiscardUnknown

func (m *FriendApplication) XXX_DiscardUnknown()

func (*FriendApplication) XXX_Marshal

func (m *FriendApplication) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendApplication) XXX_Merge

func (dst *FriendApplication) XXX_Merge(src proto.Message)

func (*FriendApplication) XXX_Size

func (m *FriendApplication) XXX_Size() int

func (*FriendApplication) XXX_Unmarshal

func (m *FriendApplication) XXX_Unmarshal(b []byte) error

type FriendApplicationApprovedTips

type FriendApplicationApprovedTips struct {
	FromToUserID         *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
	HandleMsg            string        `protobuf:"bytes,2,opt,name=handleMsg" json:"handleMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

FromUserID accept or reject ToUserID

func (*FriendApplicationApprovedTips) Descriptor

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

func (*FriendApplicationApprovedTips) GetFromToUserID

func (m *FriendApplicationApprovedTips) GetFromToUserID() *FromToUserID

func (*FriendApplicationApprovedTips) GetHandleMsg

func (m *FriendApplicationApprovedTips) GetHandleMsg() string

func (*FriendApplicationApprovedTips) ProtoMessage

func (*FriendApplicationApprovedTips) ProtoMessage()

func (*FriendApplicationApprovedTips) Reset

func (m *FriendApplicationApprovedTips) Reset()

func (*FriendApplicationApprovedTips) String

func (*FriendApplicationApprovedTips) XXX_DiscardUnknown

func (m *FriendApplicationApprovedTips) XXX_DiscardUnknown()

func (*FriendApplicationApprovedTips) XXX_Marshal

func (m *FriendApplicationApprovedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendApplicationApprovedTips) XXX_Merge

func (dst *FriendApplicationApprovedTips) XXX_Merge(src proto.Message)

func (*FriendApplicationApprovedTips) XXX_Size

func (m *FriendApplicationApprovedTips) XXX_Size() int

func (*FriendApplicationApprovedTips) XXX_Unmarshal

func (m *FriendApplicationApprovedTips) XXX_Unmarshal(b []byte) error

type FriendApplicationRejectedTips

type FriendApplicationRejectedTips struct {
	FromToUserID         *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
	HandleMsg            string        `protobuf:"bytes,2,opt,name=handleMsg" json:"handleMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

FromUserID accept or reject ToUserID

func (*FriendApplicationRejectedTips) Descriptor

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

func (*FriendApplicationRejectedTips) GetFromToUserID

func (m *FriendApplicationRejectedTips) GetFromToUserID() *FromToUserID

func (*FriendApplicationRejectedTips) GetHandleMsg

func (m *FriendApplicationRejectedTips) GetHandleMsg() string

func (*FriendApplicationRejectedTips) ProtoMessage

func (*FriendApplicationRejectedTips) ProtoMessage()

func (*FriendApplicationRejectedTips) Reset

func (m *FriendApplicationRejectedTips) Reset()

func (*FriendApplicationRejectedTips) String

func (*FriendApplicationRejectedTips) XXX_DiscardUnknown

func (m *FriendApplicationRejectedTips) XXX_DiscardUnknown()

func (*FriendApplicationRejectedTips) XXX_Marshal

func (m *FriendApplicationRejectedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendApplicationRejectedTips) XXX_Merge

func (dst *FriendApplicationRejectedTips) XXX_Merge(src proto.Message)

func (*FriendApplicationRejectedTips) XXX_Size

func (m *FriendApplicationRejectedTips) XXX_Size() int

func (*FriendApplicationRejectedTips) XXX_Unmarshal

func (m *FriendApplicationRejectedTips) XXX_Unmarshal(b []byte) error

type FriendApplicationTips

type FriendApplicationTips struct {
	FromToUserID         *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

FromUserID apply to add ToUserID

func (*FriendApplicationTips) Descriptor

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

func (*FriendApplicationTips) GetFromToUserID

func (m *FriendApplicationTips) GetFromToUserID() *FromToUserID

func (*FriendApplicationTips) ProtoMessage

func (*FriendApplicationTips) ProtoMessage()

func (*FriendApplicationTips) Reset

func (m *FriendApplicationTips) Reset()

func (*FriendApplicationTips) String

func (m *FriendApplicationTips) String() string

func (*FriendApplicationTips) XXX_DiscardUnknown

func (m *FriendApplicationTips) XXX_DiscardUnknown()

func (*FriendApplicationTips) XXX_Marshal

func (m *FriendApplicationTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendApplicationTips) XXX_Merge

func (dst *FriendApplicationTips) XXX_Merge(src proto.Message)

func (*FriendApplicationTips) XXX_Size

func (m *FriendApplicationTips) XXX_Size() int

func (*FriendApplicationTips) XXX_Unmarshal

func (m *FriendApplicationTips) XXX_Unmarshal(b []byte) error

type FriendDeletedTips

type FriendDeletedTips struct {
	FromToUserID         *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

FromUserID deleted a friend ToUserID

func (*FriendDeletedTips) Descriptor

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

func (*FriendDeletedTips) GetFromToUserID

func (m *FriendDeletedTips) GetFromToUserID() *FromToUserID

func (*FriendDeletedTips) ProtoMessage

func (*FriendDeletedTips) ProtoMessage()

func (*FriendDeletedTips) Reset

func (m *FriendDeletedTips) Reset()

func (*FriendDeletedTips) String

func (m *FriendDeletedTips) String() string

func (*FriendDeletedTips) XXX_DiscardUnknown

func (m *FriendDeletedTips) XXX_DiscardUnknown()

func (*FriendDeletedTips) XXX_Marshal

func (m *FriendDeletedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendDeletedTips) XXX_Merge

func (dst *FriendDeletedTips) XXX_Merge(src proto.Message)

func (*FriendDeletedTips) XXX_Size

func (m *FriendDeletedTips) XXX_Size() int

func (*FriendDeletedTips) XXX_Unmarshal

func (m *FriendDeletedTips) XXX_Unmarshal(b []byte) error

type FriendInfo

type FriendInfo struct {
	OwnerUserID          string    `protobuf:"bytes,1,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
	Remark               string    `protobuf:"bytes,2,opt,name=remark" json:"remark,omitempty"`
	CreateTime           uint32    `protobuf:"varint,3,opt,name=createTime" json:"createTime,omitempty"`
	FriendUser           *UserInfo `protobuf:"bytes,4,opt,name=friendUser" json:"friendUser,omitempty"`
	AddSource            int32     `protobuf:"varint,5,opt,name=addSource" json:"addSource,omitempty"`
	OperatorUserID       string    `protobuf:"bytes,6,opt,name=operatorUserID" json:"operatorUserID,omitempty"`
	Ex                   string    `protobuf:"bytes,7,opt,name=ex" json:"ex,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*FriendInfo) Descriptor

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

func (*FriendInfo) GetAddSource

func (m *FriendInfo) GetAddSource() int32

func (*FriendInfo) GetCreateTime

func (m *FriendInfo) GetCreateTime() uint32

func (*FriendInfo) GetEx

func (m *FriendInfo) GetEx() string

func (*FriendInfo) GetFriendUser

func (m *FriendInfo) GetFriendUser() *UserInfo

func (*FriendInfo) GetOperatorUserID

func (m *FriendInfo) GetOperatorUserID() string

func (*FriendInfo) GetOwnerUserID

func (m *FriendInfo) GetOwnerUserID() string

func (*FriendInfo) GetRemark

func (m *FriendInfo) GetRemark() string

func (*FriendInfo) ProtoMessage

func (*FriendInfo) ProtoMessage()

func (*FriendInfo) Reset

func (m *FriendInfo) Reset()

func (*FriendInfo) String

func (m *FriendInfo) String() string

func (*FriendInfo) XXX_DiscardUnknown

func (m *FriendInfo) XXX_DiscardUnknown()

func (*FriendInfo) XXX_Marshal

func (m *FriendInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendInfo) XXX_Merge

func (dst *FriendInfo) XXX_Merge(src proto.Message)

func (*FriendInfo) XXX_Size

func (m *FriendInfo) XXX_Size() int

func (*FriendInfo) XXX_Unmarshal

func (m *FriendInfo) XXX_Unmarshal(b []byte) error

type FriendInfoChangedTips

type FriendInfoChangedTips struct {
	FromToUserID         *FromToUserID `protobuf:"bytes,1,opt,name=fromToUserID" json:"fromToUserID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*FriendInfoChangedTips) Descriptor

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

func (*FriendInfoChangedTips) GetFromToUserID

func (m *FriendInfoChangedTips) GetFromToUserID() *FromToUserID

func (*FriendInfoChangedTips) ProtoMessage

func (*FriendInfoChangedTips) ProtoMessage()

func (*FriendInfoChangedTips) Reset

func (m *FriendInfoChangedTips) Reset()

func (*FriendInfoChangedTips) String

func (m *FriendInfoChangedTips) String() string

func (*FriendInfoChangedTips) XXX_DiscardUnknown

func (m *FriendInfoChangedTips) XXX_DiscardUnknown()

func (*FriendInfoChangedTips) XXX_Marshal

func (m *FriendInfoChangedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendInfoChangedTips) XXX_Merge

func (dst *FriendInfoChangedTips) XXX_Merge(src proto.Message)

func (*FriendInfoChangedTips) XXX_Size

func (m *FriendInfoChangedTips) XXX_Size() int

func (*FriendInfoChangedTips) XXX_Unmarshal

func (m *FriendInfoChangedTips) XXX_Unmarshal(b []byte) error

type FriendRequest

type FriendRequest struct {
	FromUserID           string   `protobuf:"bytes,1,opt,name=fromUserID" json:"fromUserID,omitempty"`
	FromNickname         string   `protobuf:"bytes,2,opt,name=fromNickname" json:"fromNickname,omitempty"`
	FromFaceURL          string   `protobuf:"bytes,3,opt,name=fromFaceURL" json:"fromFaceURL,omitempty"`
	FromGender           int32    `protobuf:"varint,4,opt,name=fromGender" json:"fromGender,omitempty"`
	ToUserID             string   `protobuf:"bytes,5,opt,name=toUserID" json:"toUserID,omitempty"`
	ToNickname           string   `protobuf:"bytes,6,opt,name=toNickname" json:"toNickname,omitempty"`
	ToFaceURL            string   `protobuf:"bytes,7,opt,name=toFaceURL" json:"toFaceURL,omitempty"`
	ToGender             int32    `protobuf:"varint,8,opt,name=toGender" json:"toGender,omitempty"`
	HandleResult         int32    `protobuf:"varint,9,opt,name=handleResult" json:"handleResult,omitempty"`
	ReqMsg               string   `protobuf:"bytes,10,opt,name=reqMsg" json:"reqMsg,omitempty"`
	CreateTime           uint32   `protobuf:"varint,11,opt,name=createTime" json:"createTime,omitempty"`
	HandlerUserID        string   `protobuf:"bytes,12,opt,name=handlerUserID" json:"handlerUserID,omitempty"`
	HandleMsg            string   `protobuf:"bytes,13,opt,name=handleMsg" json:"handleMsg,omitempty"`
	HandleTime           uint32   `protobuf:"varint,14,opt,name=handleTime" json:"handleTime,omitempty"`
	Ex                   string   `protobuf:"bytes,15,opt,name=ex" json:"ex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FriendRequest) Descriptor

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

func (*FriendRequest) GetCreateTime

func (m *FriendRequest) GetCreateTime() uint32

func (*FriendRequest) GetEx

func (m *FriendRequest) GetEx() string

func (*FriendRequest) GetFromFaceURL

func (m *FriendRequest) GetFromFaceURL() string

func (*FriendRequest) GetFromGender

func (m *FriendRequest) GetFromGender() int32

func (*FriendRequest) GetFromNickname

func (m *FriendRequest) GetFromNickname() string

func (*FriendRequest) GetFromUserID

func (m *FriendRequest) GetFromUserID() string

func (*FriendRequest) GetHandleMsg

func (m *FriendRequest) GetHandleMsg() string

func (*FriendRequest) GetHandleResult

func (m *FriendRequest) GetHandleResult() int32

func (*FriendRequest) GetHandleTime

func (m *FriendRequest) GetHandleTime() uint32

func (*FriendRequest) GetHandlerUserID

func (m *FriendRequest) GetHandlerUserID() string

func (*FriendRequest) GetReqMsg

func (m *FriendRequest) GetReqMsg() string

func (*FriendRequest) GetToFaceURL

func (m *FriendRequest) GetToFaceURL() string

func (*FriendRequest) GetToGender

func (m *FriendRequest) GetToGender() int32

func (*FriendRequest) GetToNickname

func (m *FriendRequest) GetToNickname() string

func (*FriendRequest) GetToUserID

func (m *FriendRequest) GetToUserID() string

func (*FriendRequest) ProtoMessage

func (*FriendRequest) ProtoMessage()

func (*FriendRequest) Reset

func (m *FriendRequest) Reset()

func (*FriendRequest) String

func (m *FriendRequest) String() string

func (*FriendRequest) XXX_DiscardUnknown

func (m *FriendRequest) XXX_DiscardUnknown()

func (*FriendRequest) XXX_Marshal

func (m *FriendRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FriendRequest) XXX_Merge

func (dst *FriendRequest) XXX_Merge(src proto.Message)

func (*FriendRequest) XXX_Size

func (m *FriendRequest) XXX_Size() int

func (*FriendRequest) XXX_Unmarshal

func (m *FriendRequest) XXX_Unmarshal(b []byte) error

type FromToUserID

type FromToUserID struct {
	FromUserID           string   `protobuf:"bytes,1,opt,name=fromUserID" json:"fromUserID,omitempty"`
	ToUserID             string   `protobuf:"bytes,2,opt,name=toUserID" json:"toUserID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FromToUserID) Descriptor

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

func (*FromToUserID) GetFromUserID

func (m *FromToUserID) GetFromUserID() string

func (*FromToUserID) GetToUserID

func (m *FromToUserID) GetToUserID() string

func (*FromToUserID) ProtoMessage

func (*FromToUserID) ProtoMessage()

func (*FromToUserID) Reset

func (m *FromToUserID) Reset()

func (*FromToUserID) String

func (m *FromToUserID) String() string

func (*FromToUserID) XXX_DiscardUnknown

func (m *FromToUserID) XXX_DiscardUnknown()

func (*FromToUserID) XXX_Marshal

func (m *FromToUserID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FromToUserID) XXX_Merge

func (dst *FromToUserID) XXX_Merge(src proto.Message)

func (*FromToUserID) XXX_Size

func (m *FromToUserID) XXX_Size() int

func (*FromToUserID) XXX_Unmarshal

func (m *FromToUserID) XXX_Unmarshal(b []byte) error

type FullUserInfo

type FullUserInfo struct {
	PublicInfo *PublicUserInfo           `json:"publicInfo"`
	FriendInfo *model_struct.LocalFriend `json:"friendInfo"`
	BlackInfo  *model_struct.LocalBlack  `json:"blackInfo"`
}

type GetAllConversationsReq

type GetAllConversationsReq struct {
	OwnerUserID string `json:"ownerUserID" binding:"required"`
	OperationID string `json:"operationID" binding:"required"`
}

type GetAllConversationsResp

type GetAllConversationsResp struct {
	Conversations []Conversation `json:"data"`
}

type GetAllUsersUidReq

type GetAllUsersUidReq struct {
	OperationID string `json:"operationID" binding:"required"`
}

type GetAllUsersUidResp

type GetAllUsersUidResp struct {
	CommResp
	UserIDList []string `json:"data"`
}

type GetBlackListReq

type GetBlackListReq struct {
	OperationID string `json:"operationID" binding:"required"`
	FromUserID  string `json:"fromUserID" binding:"required"`
}

type GetBlackListResp

type GetBlackListResp struct {
	CommResp
	BlackUserInfoList []*PublicUserInfo
	Data              []map[string]interface{} `json:"data"`
}

type GetConversationRecvMessageOptResp

type GetConversationRecvMessageOptResp struct {
	ConversationID string `json:"conversationID"`
	Result         *int32 `json:"result"`
}

type GetConversationReq

type GetConversationReq struct {
	ConversationID string `json:"conversationID" binding:"required"`
	OwnerUserID    string `json:"ownerUserID" binding:"required"`
	OperationID    string `json:"operationID" binding:"required"`
}

type GetConversationResp

type GetConversationResp struct {
	Conversation Conversation `json:"data"`
}

type GetConversationsReq

type GetConversationsReq struct {
	ConversationIDs []string `json:"conversationIDs" binding:"required"`
	OwnerUserID     string   `json:"ownerUserID" binding:"required"`
	OperationID     string   `json:"operationID" binding:"required"`
}

type GetConversationsResp

type GetConversationsResp struct {
	CommResp
	Conversations []Conversation `json:"data"`
}

type GetDepartmentMemberReq

type GetDepartmentMemberReq struct {
	DepartmentID string `json:"departmentID" binding:"required"`
	OperationID  string `json:"operationID" binding:"required"`
}

type GetDepartmentMemberResp

type GetDepartmentMemberResp struct {
	CommResp
	UserInDepartmentList []*UserDepartmentMember  `json:"-"`
	Data                 []map[string]interface{} `json:"data"`
}

type GetFriendApplyListReq

type GetFriendApplyListReq struct {
	OperationID string `json:"operationID" binding:"required"`
	FromUserID  string `json:"fromUserID" binding:"required"`
}

type GetFriendApplyListResp

type GetFriendApplyListResp struct {
	CommResp
	FriendRequestList []*FriendRequest
	Data              []map[string]interface{} `json:"data"`
}

type GetFriendListReq

type GetFriendListReq struct {
	OperationID string `json:"operationID" binding:"required"`
	FromUserID  string `json:"fromUserID" binding:"required"`
}

type GetFriendListResp

type GetFriendListResp struct {
	CommResp
	FriendInfoList []*FriendInfo
	Data           []map[string]interface{} `json:"data"`
}

type GetFriendsInfoReq

type GetFriendsInfoReq struct {
	ParamsCommFriend
}

type GetFriendsInfoResp

type GetFriendsInfoResp struct {
	CommResp
	FriendInfoList []*FriendInfo
	Data           []map[string]interface{} `json:"data"`
}

type GetGroupAbstractInfoReq

type GetGroupAbstractInfoReq struct {
	OperationID string `json:"operationID" binding:"required"`
	GroupID     string `json:"groupID" binding:"required"`
}

type GetGroupAbstractInfoResp

type GetGroupAbstractInfoResp struct {
	CommResp
	GroupMemberNumber   int32  `json:"groupMemberNumber"`
	GroupMemberListHash uint64 `json:"groupMemberListHash"`
}

type GetGroupAllMemberReq

type GetGroupAllMemberReq struct {
	GroupID     string `json:"groupID" binding:"required"`
	OperationID string `json:"operationID" binding:"required"`
	Offset      int32  `json:"offset"`
	Count       int32  `json:"count"`
}

type GetGroupAllMemberResp

type GetGroupAllMemberResp struct {
	CommResp
	MemberList []*GroupMemberFullInfo   `json:"-"`
	Data       []map[string]interface{} `json:"data"`
}

type GetGroupApplicationListReq

type GetGroupApplicationListReq struct {
	OperationID string `json:"operationID" binding:"required"`
	FromUserID  string `json:"fromUserID" binding:"required"` //作为管理员或群主收到的 进群申请
}

type GetGroupApplicationListResp

type GetGroupApplicationListResp struct {
	CommResp
	GroupRequestList []*GroupRequest
	Data             []map[string]interface{} `json:"data"`
}

type GetGroupInfoReq

type GetGroupInfoReq struct {
	GroupIDList []string `json:"groupIDList" binding:"required"`
	OperationID string   `json:"operationID" binding:"required"`
}

type GetGroupInfoResp

type GetGroupInfoResp struct {
	CommResp
	GroupInfoList []*GroupInfo             `json:"-"`
	Data          []map[string]interface{} `json:"data"`
}

type GetGroupMemberListReq

type GetGroupMemberListReq struct {
	GroupID     string `json:"groupID"`
	Filter      int32  `json:"filter"`
	NextSeq     int32  `json:"nextSeq"`
	OperationID string `json:"operationID"`
}

type GetGroupMemberListResp

type GetGroupMemberListResp struct {
	CommResp
	NextSeq    int32 `json:"nextSeq"`
	MemberList []*GroupMemberFullInfo
	Data       []map[string]interface{} `json:"data"`
}

type GetGroupMembersInfoReq

type GetGroupMembersInfoReq struct {
	GroupID     string   `json:"groupID" binding:"required"`
	MemberList  []string `json:"memberList" binding:"required"`
	OperationID string   `json:"operationID" binding:"required"`
}

type GetGroupMembersInfoResp

type GetGroupMembersInfoResp struct {
	CommResp
	MemberList []*GroupMemberFullInfo   `json:"-"`
	Data       []map[string]interface{} `json:"data"`
}

type GetJoinedGroupListReq

type GetJoinedGroupListReq struct {
	OperationID string `json:"operationID" binding:"required"`
	FromUserID  string `json:"fromUserID" binding:"required"`
}

type GetJoinedGroupListResp

type GetJoinedGroupListResp struct {
	CommResp
	GroupInfoList []*GroupInfo
	Data          []map[string]interface{} `json:"data"`
}

type GetJoinedSuperGroupReq

type GetJoinedSuperGroupReq struct {
	GetJoinedGroupListReq
}

type GetJoinedSuperGroupResp

type GetJoinedSuperGroupResp struct {
	GetJoinedGroupListResp
}

type GetMaxAndMinSeqReq

type GetMaxAndMinSeqReq struct {
	GroupIDList          []string `protobuf:"bytes,1,rep,name=groupIDList" json:"groupIDList,omitempty"`
	UserID               string   `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"`
	OperationID          string   `protobuf:"bytes,3,opt,name=operationID" json:"operationID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetMaxAndMinSeqReq) Descriptor

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

func (*GetMaxAndMinSeqReq) GetGroupIDList

func (m *GetMaxAndMinSeqReq) GetGroupIDList() []string

func (*GetMaxAndMinSeqReq) GetOperationID

func (m *GetMaxAndMinSeqReq) GetOperationID() string

func (*GetMaxAndMinSeqReq) GetUserID

func (m *GetMaxAndMinSeqReq) GetUserID() string

func (*GetMaxAndMinSeqReq) ProtoMessage

func (*GetMaxAndMinSeqReq) ProtoMessage()

func (*GetMaxAndMinSeqReq) Reset

func (m *GetMaxAndMinSeqReq) Reset()

func (*GetMaxAndMinSeqReq) String

func (m *GetMaxAndMinSeqReq) String() string

func (*GetMaxAndMinSeqReq) XXX_DiscardUnknown

func (m *GetMaxAndMinSeqReq) XXX_DiscardUnknown()

func (*GetMaxAndMinSeqReq) XXX_Marshal

func (m *GetMaxAndMinSeqReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMaxAndMinSeqReq) XXX_Merge

func (dst *GetMaxAndMinSeqReq) XXX_Merge(src proto.Message)

func (*GetMaxAndMinSeqReq) XXX_Size

func (m *GetMaxAndMinSeqReq) XXX_Size() int

func (*GetMaxAndMinSeqReq) XXX_Unmarshal

func (m *GetMaxAndMinSeqReq) XXX_Unmarshal(b []byte) error

type GetMaxAndMinSeqResp

type GetMaxAndMinSeqResp struct {
	MaxSeq               uint32                   `protobuf:"varint,1,opt,name=maxSeq" json:"maxSeq,omitempty"`
	MinSeq               uint32                   `protobuf:"varint,2,opt,name=minSeq" json:"minSeq,omitempty"`
	ErrCode              int32                    `protobuf:"varint,3,opt,name=errCode" json:"errCode,omitempty"`
	ErrMsg               string                   `protobuf:"bytes,4,opt,name=errMsg" json:"errMsg,omitempty"`
	GroupMaxAndMinSeq    map[string]*MaxAndMinSeq `` /* 154-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*GetMaxAndMinSeqResp) Descriptor

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

func (*GetMaxAndMinSeqResp) GetErrCode

func (m *GetMaxAndMinSeqResp) GetErrCode() int32

func (*GetMaxAndMinSeqResp) GetErrMsg

func (m *GetMaxAndMinSeqResp) GetErrMsg() string

func (*GetMaxAndMinSeqResp) GetGroupMaxAndMinSeq

func (m *GetMaxAndMinSeqResp) GetGroupMaxAndMinSeq() map[string]*MaxAndMinSeq

func (*GetMaxAndMinSeqResp) GetMaxSeq

func (m *GetMaxAndMinSeqResp) GetMaxSeq() uint32

func (*GetMaxAndMinSeqResp) GetMinSeq

func (m *GetMaxAndMinSeqResp) GetMinSeq() uint32

func (*GetMaxAndMinSeqResp) ProtoMessage

func (*GetMaxAndMinSeqResp) ProtoMessage()

func (*GetMaxAndMinSeqResp) Reset

func (m *GetMaxAndMinSeqResp) Reset()

func (*GetMaxAndMinSeqResp) String

func (m *GetMaxAndMinSeqResp) String() string

func (*GetMaxAndMinSeqResp) XXX_DiscardUnknown

func (m *GetMaxAndMinSeqResp) XXX_DiscardUnknown()

func (*GetMaxAndMinSeqResp) XXX_Marshal

func (m *GetMaxAndMinSeqResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMaxAndMinSeqResp) XXX_Merge

func (dst *GetMaxAndMinSeqResp) XXX_Merge(src proto.Message)

func (*GetMaxAndMinSeqResp) XXX_Size

func (m *GetMaxAndMinSeqResp) XXX_Size() int

func (*GetMaxAndMinSeqResp) XXX_Unmarshal

func (m *GetMaxAndMinSeqResp) XXX_Unmarshal(b []byte) error

type GetSelfFriendApplyListReq

type GetSelfFriendApplyListReq struct {
	OperationID string `json:"operationID" binding:"required"`
	FromUserID  string `json:"fromUserID" binding:"required"`
}

type GetSelfFriendApplyListResp

type GetSelfFriendApplyListResp struct {
	CommResp
	FriendRequestList []*FriendRequest
	Data              []map[string]interface{} `json:"data"`
}

type GetSelfUserInfoReq

type GetSelfUserInfoReq struct {
	OperationID string `json:"operationID" binding:"required"`
	UserID      string `json:"userID" binding:"required"`
}

type GetSelfUserInfoResp

type GetSelfUserInfoResp struct {
	CommResp
	UserInfo *UserInfo              `json:"-"`
	Data     map[string]interface{} `json:"data"`
}

type GetSubDepartmentReq

type GetSubDepartmentReq struct {
	OperationID  string `json:"operationID" binding:"required"`
	DepartmentID string `json:"departmentID" binding:"required"`
}

type GetSubDepartmentResp

type GetSubDepartmentResp struct {
	CommResp
	DepartmentList []*Department            `json:"-"`
	Data           []map[string]interface{} `json:"data"`
}

type GetSuperGroupsInfoReq

type GetSuperGroupsInfoReq struct {
	GetGroupInfoReq
}

type GetSuperGroupsInfoResp

type GetSuperGroupsInfoResp struct {
	GetGroupInfoResp
}

type GetUserInDepartmentReq

type GetUserInDepartmentReq struct {
	UserID      string `json:"userID" binding:"required"`
	OperationID string `json:"operationID" binding:"required"`
}

type GetUserInDepartmentResp

type GetUserInDepartmentResp struct {
	CommResp
	UserInDepartment *UserInDepartment      `json:"-"`
	Data             map[string]interface{} `json:"data"`
}

type GetUserReqGroupApplicationListReq

type GetUserReqGroupApplicationListReq struct {
	OperationID string `json:"operationID" binding:"required"`
	UserID      string `json:"userID" binding:"required"`
}

type GetUserRespGroupApplicationResp

type GetUserRespGroupApplicationResp struct {
	CommResp
	GroupRequestList []*GroupRequest `json:"-"`
}

type GetUsersInfoReq

type GetUsersInfoReq struct {
	OperationID string   `json:"operationID" binding:"required"`
	UserIDList  []string `json:"userIDList" binding:"required"`
}

type GetUsersInfoResp

type GetUsersInfoResp struct {
	CommResp
	UserInfoList []*PublicUserInfo
	Data         []map[string]interface{} `json:"data"`
}

type GetUsersOnlineStatusReq

type GetUsersOnlineStatusReq struct {
	OperationID string   `json:"operationID" binding:"required"`
	UserIDList  []string `json:"userIDList" binding:"required,lte=200"`
}

type GetUsersOnlineStatusResp

type GetUsersOnlineStatusResp struct {
	CommResp
	SuccessResult []GetusersonlinestatusrespSuccessresult `json:"data"`
}

type GetusersonlinestatusrespSuccessdetail

type GetusersonlinestatusrespSuccessdetail struct {
	Platform             string   `protobuf:"bytes,1,opt,name=platform" json:"platform,omitempty"`
	Status               string   `protobuf:"bytes,2,opt,name=status" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

type GetusersonlinestatusrespSuccessresult

type GetusersonlinestatusrespSuccessresult struct {
	UserID               string                                   `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
	Status               string                                   `protobuf:"bytes,2,opt,name=status" json:"status,omitempty"`
	DetailPlatformStatus []*GetusersonlinestatusrespSuccessdetail `protobuf:"bytes,3,rep,name=detailPlatformStatus" json:"detailPlatformStatus,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                 `json:"-"`
	XXX_unrecognized     []byte                                   `json:"-"`
	XXX_sizecache        int32                                    `json:"-"`
}

type GroupAddMemberInfo

type GroupAddMemberInfo struct {
	UserID    string `json:"userID" validate:"required"`
	RoleLevel int32  `json:"roleLevel" validate:"required"`
}

type GroupApplicationAcceptedTips

type GroupApplicationAcceptedTips struct {
	Group                *GroupInfo           `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	OpUser               *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	HandleMsg            string               `protobuf:"bytes,4,opt,name=handleMsg" json:"handleMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

OnApplicationGroupAccepted()

func (*GroupApplicationAcceptedTips) Descriptor

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

func (*GroupApplicationAcceptedTips) GetGroup

func (m *GroupApplicationAcceptedTips) GetGroup() *GroupInfo

func (*GroupApplicationAcceptedTips) GetHandleMsg

func (m *GroupApplicationAcceptedTips) GetHandleMsg() string

func (*GroupApplicationAcceptedTips) GetOpUser

func (*GroupApplicationAcceptedTips) ProtoMessage

func (*GroupApplicationAcceptedTips) ProtoMessage()

func (*GroupApplicationAcceptedTips) Reset

func (m *GroupApplicationAcceptedTips) Reset()

func (*GroupApplicationAcceptedTips) String

func (*GroupApplicationAcceptedTips) XXX_DiscardUnknown

func (m *GroupApplicationAcceptedTips) XXX_DiscardUnknown()

func (*GroupApplicationAcceptedTips) XXX_Marshal

func (m *GroupApplicationAcceptedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupApplicationAcceptedTips) XXX_Merge

func (dst *GroupApplicationAcceptedTips) XXX_Merge(src proto.Message)

func (*GroupApplicationAcceptedTips) XXX_Size

func (m *GroupApplicationAcceptedTips) XXX_Size() int

func (*GroupApplicationAcceptedTips) XXX_Unmarshal

func (m *GroupApplicationAcceptedTips) XXX_Unmarshal(b []byte) error

type GroupApplicationRejectedTips

type GroupApplicationRejectedTips struct {
	Group                *GroupInfo           `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	OpUser               *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	HandleMsg            string               `protobuf:"bytes,4,opt,name=handleMsg" json:"handleMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

OnApplicationGroupRejected()

func (*GroupApplicationRejectedTips) Descriptor

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

func (*GroupApplicationRejectedTips) GetGroup

func (m *GroupApplicationRejectedTips) GetGroup() *GroupInfo

func (*GroupApplicationRejectedTips) GetHandleMsg

func (m *GroupApplicationRejectedTips) GetHandleMsg() string

func (*GroupApplicationRejectedTips) GetOpUser

func (*GroupApplicationRejectedTips) ProtoMessage

func (*GroupApplicationRejectedTips) ProtoMessage()

func (*GroupApplicationRejectedTips) Reset

func (m *GroupApplicationRejectedTips) Reset()

func (*GroupApplicationRejectedTips) String

func (*GroupApplicationRejectedTips) XXX_DiscardUnknown

func (m *GroupApplicationRejectedTips) XXX_DiscardUnknown()

func (*GroupApplicationRejectedTips) XXX_Marshal

func (m *GroupApplicationRejectedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupApplicationRejectedTips) XXX_Merge

func (dst *GroupApplicationRejectedTips) XXX_Merge(src proto.Message)

func (*GroupApplicationRejectedTips) XXX_Size

func (m *GroupApplicationRejectedTips) XXX_Size() int

func (*GroupApplicationRejectedTips) XXX_Unmarshal

func (m *GroupApplicationRejectedTips) XXX_Unmarshal(b []byte) error

type GroupCancelMutedTips

type GroupCancelMutedTips struct {
	Group                *GroupInfo           `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	OpUser               *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	OperationTime        int64                `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GroupCancelMutedTips) Descriptor

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

func (*GroupCancelMutedTips) GetGroup

func (m *GroupCancelMutedTips) GetGroup() *GroupInfo

func (*GroupCancelMutedTips) GetOpUser

func (m *GroupCancelMutedTips) GetOpUser() *GroupMemberFullInfo

func (*GroupCancelMutedTips) GetOperationTime

func (m *GroupCancelMutedTips) GetOperationTime() int64

func (*GroupCancelMutedTips) ProtoMessage

func (*GroupCancelMutedTips) ProtoMessage()

func (*GroupCancelMutedTips) Reset

func (m *GroupCancelMutedTips) Reset()

func (*GroupCancelMutedTips) String

func (m *GroupCancelMutedTips) String() string

func (*GroupCancelMutedTips) XXX_DiscardUnknown

func (m *GroupCancelMutedTips) XXX_DiscardUnknown()

func (*GroupCancelMutedTips) XXX_Marshal

func (m *GroupCancelMutedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupCancelMutedTips) XXX_Merge

func (dst *GroupCancelMutedTips) XXX_Merge(src proto.Message)

func (*GroupCancelMutedTips) XXX_Size

func (m *GroupCancelMutedTips) XXX_Size() int

func (*GroupCancelMutedTips) XXX_Unmarshal

func (m *GroupCancelMutedTips) XXX_Unmarshal(b []byte) error

type GroupCreatedTips

type GroupCreatedTips struct {
	Group                *GroupInfo             `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	OpUser               *GroupMemberFullInfo   `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	MemberList           []*GroupMemberFullInfo `protobuf:"bytes,3,rep,name=memberList" json:"memberList,omitempty"`
	OperationTime        int64                  `protobuf:"varint,4,opt,name=operationTime" json:"operationTime,omitempty"`
	GroupOwnerUser       *GroupMemberFullInfo   `protobuf:"bytes,5,opt,name=groupOwnerUser" json:"groupOwnerUser,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

OnGroupCreated()

func (*GroupCreatedTips) Descriptor

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

func (*GroupCreatedTips) GetGroup

func (m *GroupCreatedTips) GetGroup() *GroupInfo

func (*GroupCreatedTips) GetGroupOwnerUser

func (m *GroupCreatedTips) GetGroupOwnerUser() *GroupMemberFullInfo

func (*GroupCreatedTips) GetMemberList

func (m *GroupCreatedTips) GetMemberList() []*GroupMemberFullInfo

func (*GroupCreatedTips) GetOpUser

func (m *GroupCreatedTips) GetOpUser() *GroupMemberFullInfo

func (*GroupCreatedTips) GetOperationTime

func (m *GroupCreatedTips) GetOperationTime() int64

func (*GroupCreatedTips) ProtoMessage

func (*GroupCreatedTips) ProtoMessage()

func (*GroupCreatedTips) Reset

func (m *GroupCreatedTips) Reset()

func (*GroupCreatedTips) String

func (m *GroupCreatedTips) String() string

func (*GroupCreatedTips) XXX_DiscardUnknown

func (m *GroupCreatedTips) XXX_DiscardUnknown()

func (*GroupCreatedTips) XXX_Marshal

func (m *GroupCreatedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupCreatedTips) XXX_Merge

func (dst *GroupCreatedTips) XXX_Merge(src proto.Message)

func (*GroupCreatedTips) XXX_Size

func (m *GroupCreatedTips) XXX_Size() int

func (*GroupCreatedTips) XXX_Unmarshal

func (m *GroupCreatedTips) XXX_Unmarshal(b []byte) error

type GroupDismissedTips

type GroupDismissedTips struct {
	Group                *GroupInfo           `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	OpUser               *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	OperationTime        int64                `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GroupDismissedTips) Descriptor

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

func (*GroupDismissedTips) GetGroup

func (m *GroupDismissedTips) GetGroup() *GroupInfo

func (*GroupDismissedTips) GetOpUser

func (m *GroupDismissedTips) GetOpUser() *GroupMemberFullInfo

func (*GroupDismissedTips) GetOperationTime

func (m *GroupDismissedTips) GetOperationTime() int64

func (*GroupDismissedTips) ProtoMessage

func (*GroupDismissedTips) ProtoMessage()

func (*GroupDismissedTips) Reset

func (m *GroupDismissedTips) Reset()

func (*GroupDismissedTips) String

func (m *GroupDismissedTips) String() string

func (*GroupDismissedTips) XXX_DiscardUnknown

func (m *GroupDismissedTips) XXX_DiscardUnknown()

func (*GroupDismissedTips) XXX_Marshal

func (m *GroupDismissedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupDismissedTips) XXX_Merge

func (dst *GroupDismissedTips) XXX_Merge(src proto.Message)

func (*GroupDismissedTips) XXX_Size

func (m *GroupDismissedTips) XXX_Size() int

func (*GroupDismissedTips) XXX_Unmarshal

func (m *GroupDismissedTips) XXX_Unmarshal(b []byte) error

type GroupInfo

type GroupInfo struct {
	GroupID                string   `protobuf:"bytes,1,opt,name=groupID" json:"groupID,omitempty"`
	GroupName              string   `protobuf:"bytes,2,opt,name=groupName" json:"groupName,omitempty"`
	Notification           string   `protobuf:"bytes,3,opt,name=notification" json:"notification,omitempty"`
	Introduction           string   `protobuf:"bytes,4,opt,name=introduction" json:"introduction,omitempty"`
	FaceURL                string   `protobuf:"bytes,5,opt,name=faceURL" json:"faceURL,omitempty"`
	OwnerUserID            string   `protobuf:"bytes,6,opt,name=ownerUserID" json:"ownerUserID,omitempty"`
	CreateTime             uint32   `protobuf:"varint,7,opt,name=createTime" json:"createTime,omitempty"`
	MemberCount            uint32   `protobuf:"varint,8,opt,name=memberCount" json:"memberCount,omitempty"`
	Ex                     string   `protobuf:"bytes,9,opt,name=ex" json:"ex,omitempty"`
	Status                 int32    `protobuf:"varint,10,opt,name=status" json:"status,omitempty"`
	CreatorUserID          string   `protobuf:"bytes,11,opt,name=creatorUserID" json:"creatorUserID,omitempty"`
	GroupType              int32    `protobuf:"varint,12,opt,name=groupType" json:"groupType,omitempty"`
	NeedVerification       int32    `protobuf:"varint,13,opt,name=needVerification" json:"needVerification,omitempty"`
	LookMemberInfo         int32    `protobuf:"varint,14,opt,name=lookMemberInfo" json:"lookMemberInfo,omitempty"`
	ApplyMemberFriend      int32    `protobuf:"varint,15,opt,name=applyMemberFriend" json:"applyMemberFriend,omitempty"`
	NotificationUpdateTime uint32   `protobuf:"varint,16,opt,name=notificationUpdateTime" json:"notificationUpdateTime,omitempty"`
	NotificationUserID     string   `protobuf:"bytes,17,opt,name=notificationUserID" json:"notificationUserID,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*GroupInfo) Descriptor

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

func (*GroupInfo) GetApplyMemberFriend

func (m *GroupInfo) GetApplyMemberFriend() int32

func (*GroupInfo) GetCreateTime

func (m *GroupInfo) GetCreateTime() uint32

func (*GroupInfo) GetCreatorUserID

func (m *GroupInfo) GetCreatorUserID() string

func (*GroupInfo) GetEx

func (m *GroupInfo) GetEx() string

func (*GroupInfo) GetFaceURL

func (m *GroupInfo) GetFaceURL() string

func (*GroupInfo) GetGroupID

func (m *GroupInfo) GetGroupID() string

func (*GroupInfo) GetGroupName

func (m *GroupInfo) GetGroupName() string

func (*GroupInfo) GetGroupType

func (m *GroupInfo) GetGroupType() int32

func (*GroupInfo) GetIntroduction

func (m *GroupInfo) GetIntroduction() string

func (*GroupInfo) GetLookMemberInfo

func (m *GroupInfo) GetLookMemberInfo() int32

func (*GroupInfo) GetMemberCount

func (m *GroupInfo) GetMemberCount() uint32

func (*GroupInfo) GetNeedVerification

func (m *GroupInfo) GetNeedVerification() int32

func (*GroupInfo) GetNotification

func (m *GroupInfo) GetNotification() string

func (*GroupInfo) GetNotificationUpdateTime

func (m *GroupInfo) GetNotificationUpdateTime() uint32

func (*GroupInfo) GetNotificationUserID

func (m *GroupInfo) GetNotificationUserID() string

func (*GroupInfo) GetOwnerUserID

func (m *GroupInfo) GetOwnerUserID() string

func (*GroupInfo) GetStatus

func (m *GroupInfo) GetStatus() int32

func (*GroupInfo) ProtoMessage

func (*GroupInfo) ProtoMessage()

func (*GroupInfo) Reset

func (m *GroupInfo) Reset()

func (*GroupInfo) String

func (m *GroupInfo) String() string

func (*GroupInfo) XXX_DiscardUnknown

func (m *GroupInfo) XXX_DiscardUnknown()

func (*GroupInfo) XXX_Marshal

func (m *GroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupInfo) XXX_Merge

func (dst *GroupInfo) XXX_Merge(src proto.Message)

func (*GroupInfo) XXX_Size

func (m *GroupInfo) XXX_Size() int

func (*GroupInfo) XXX_Unmarshal

func (m *GroupInfo) XXX_Unmarshal(b []byte) error

type GroupInfoForSet

type GroupInfoForSet struct {
	GroupID              string                 `protobuf:"bytes,1,opt,name=groupID" json:"groupID,omitempty"`
	GroupName            string                 `protobuf:"bytes,2,opt,name=groupName" json:"groupName,omitempty"`
	Notification         string                 `protobuf:"bytes,3,opt,name=notification" json:"notification,omitempty"`
	Introduction         string                 `protobuf:"bytes,4,opt,name=introduction" json:"introduction,omitempty"`
	FaceURL              string                 `protobuf:"bytes,5,opt,name=faceURL" json:"faceURL,omitempty"`
	Ex                   string                 `protobuf:"bytes,6,opt,name=ex" json:"ex,omitempty"`
	NeedVerification     *wrapperspb.Int32Value `protobuf:"bytes,7,opt,name=needVerification" json:"needVerification,omitempty"`
	LookMemberInfo       *wrapperspb.Int32Value `protobuf:"bytes,8,opt,name=lookMemberInfo" json:"lookMemberInfo,omitempty"`
	ApplyMemberFriend    *wrapperspb.Int32Value `protobuf:"bytes,9,opt,name=applyMemberFriend" json:"applyMemberFriend,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GroupInfoForSet) Descriptor

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

func (*GroupInfoForSet) GetApplyMemberFriend

func (m *GroupInfoForSet) GetApplyMemberFriend() *wrapperspb.Int32Value

func (*GroupInfoForSet) GetEx

func (m *GroupInfoForSet) GetEx() string

func (*GroupInfoForSet) GetFaceURL

func (m *GroupInfoForSet) GetFaceURL() string

func (*GroupInfoForSet) GetGroupID

func (m *GroupInfoForSet) GetGroupID() string

func (*GroupInfoForSet) GetGroupName

func (m *GroupInfoForSet) GetGroupName() string

func (*GroupInfoForSet) GetIntroduction

func (m *GroupInfoForSet) GetIntroduction() string

func (*GroupInfoForSet) GetLookMemberInfo

func (m *GroupInfoForSet) GetLookMemberInfo() *wrapperspb.Int32Value

func (*GroupInfoForSet) GetNeedVerification

func (m *GroupInfoForSet) GetNeedVerification() *wrapperspb.Int32Value

func (*GroupInfoForSet) GetNotification

func (m *GroupInfoForSet) GetNotification() string

func (*GroupInfoForSet) ProtoMessage

func (*GroupInfoForSet) ProtoMessage()

func (*GroupInfoForSet) Reset

func (m *GroupInfoForSet) Reset()

func (*GroupInfoForSet) String

func (m *GroupInfoForSet) String() string

func (*GroupInfoForSet) XXX_DiscardUnknown

func (m *GroupInfoForSet) XXX_DiscardUnknown()

func (*GroupInfoForSet) XXX_Marshal

func (m *GroupInfoForSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupInfoForSet) XXX_Merge

func (dst *GroupInfoForSet) XXX_Merge(src proto.Message)

func (*GroupInfoForSet) XXX_Size

func (m *GroupInfoForSet) XXX_Size() int

func (*GroupInfoForSet) XXX_Unmarshal

func (m *GroupInfoForSet) XXX_Unmarshal(b []byte) error

type GroupInfoSetTips

type GroupInfoSetTips struct {
	OpUser               *GroupMemberFullInfo `protobuf:"bytes,1,opt,name=opUser" json:"opUser,omitempty"`
	MuteTime             int64                `protobuf:"varint,2,opt,name=muteTime" json:"muteTime,omitempty"`
	Group                *GroupInfo           `protobuf:"bytes,3,opt,name=group" json:"group,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

OnGroupInfoSet()

func (*GroupInfoSetTips) Descriptor

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

func (*GroupInfoSetTips) GetGroup

func (m *GroupInfoSetTips) GetGroup() *GroupInfo

func (*GroupInfoSetTips) GetMuteTime

func (m *GroupInfoSetTips) GetMuteTime() int64

func (*GroupInfoSetTips) GetOpUser

func (m *GroupInfoSetTips) GetOpUser() *GroupMemberFullInfo

func (*GroupInfoSetTips) ProtoMessage

func (*GroupInfoSetTips) ProtoMessage()

func (*GroupInfoSetTips) Reset

func (m *GroupInfoSetTips) Reset()

func (*GroupInfoSetTips) String

func (m *GroupInfoSetTips) String() string

func (*GroupInfoSetTips) XXX_DiscardUnknown

func (m *GroupInfoSetTips) XXX_DiscardUnknown()

func (*GroupInfoSetTips) XXX_Marshal

func (m *GroupInfoSetTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupInfoSetTips) XXX_Merge

func (dst *GroupInfoSetTips) XXX_Merge(src proto.Message)

func (*GroupInfoSetTips) XXX_Size

func (m *GroupInfoSetTips) XXX_Size() int

func (*GroupInfoSetTips) XXX_Unmarshal

func (m *GroupInfoSetTips) XXX_Unmarshal(b []byte) error

type GroupMemberCancelMutedTips

type GroupMemberCancelMutedTips struct {
	Group                *GroupInfo           `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	OpUser               *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	OperationTime        int64                `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
	MutedUser            *GroupMemberFullInfo `protobuf:"bytes,4,opt,name=mutedUser" json:"mutedUser,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GroupMemberCancelMutedTips) Descriptor

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

func (*GroupMemberCancelMutedTips) GetGroup

func (m *GroupMemberCancelMutedTips) GetGroup() *GroupInfo

func (*GroupMemberCancelMutedTips) GetMutedUser

func (*GroupMemberCancelMutedTips) GetOpUser

func (*GroupMemberCancelMutedTips) GetOperationTime

func (m *GroupMemberCancelMutedTips) GetOperationTime() int64

func (*GroupMemberCancelMutedTips) ProtoMessage

func (*GroupMemberCancelMutedTips) ProtoMessage()

func (*GroupMemberCancelMutedTips) Reset

func (m *GroupMemberCancelMutedTips) Reset()

func (*GroupMemberCancelMutedTips) String

func (m *GroupMemberCancelMutedTips) String() string

func (*GroupMemberCancelMutedTips) XXX_DiscardUnknown

func (m *GroupMemberCancelMutedTips) XXX_DiscardUnknown()

func (*GroupMemberCancelMutedTips) XXX_Marshal

func (m *GroupMemberCancelMutedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMemberCancelMutedTips) XXX_Merge

func (dst *GroupMemberCancelMutedTips) XXX_Merge(src proto.Message)

func (*GroupMemberCancelMutedTips) XXX_Size

func (m *GroupMemberCancelMutedTips) XXX_Size() int

func (*GroupMemberCancelMutedTips) XXX_Unmarshal

func (m *GroupMemberCancelMutedTips) XXX_Unmarshal(b []byte) error

type GroupMemberFullInfo

type GroupMemberFullInfo struct {
	GroupID              string   `protobuf:"bytes,1,opt,name=groupID" json:"groupID,omitempty"`
	UserID               string   `protobuf:"bytes,2,opt,name=userID" json:"userID,omitempty"`
	RoleLevel            int32    `protobuf:"varint,3,opt,name=roleLevel" json:"roleLevel,omitempty"`
	JoinTime             int32    `protobuf:"varint,4,opt,name=joinTime" json:"joinTime,omitempty"`
	Nickname             string   `protobuf:"bytes,5,opt,name=nickname" json:"nickname,omitempty"`
	FaceURL              string   `protobuf:"bytes,6,opt,name=faceURL" json:"faceURL,omitempty"`
	AppMangerLevel       int32    `protobuf:"varint,7,opt,name=appMangerLevel" json:"appMangerLevel,omitempty"`
	JoinSource           int32    `protobuf:"varint,8,opt,name=joinSource" json:"joinSource,omitempty"`
	OperatorUserID       string   `protobuf:"bytes,9,opt,name=operatorUserID" json:"operatorUserID,omitempty"`
	Ex                   string   `protobuf:"bytes,10,opt,name=ex" json:"ex,omitempty"`
	MuteEndTime          uint32   `protobuf:"varint,11,opt,name=muteEndTime" json:"muteEndTime,omitempty"`
	InviterUserID        string   `protobuf:"bytes,12,opt,name=inviterUserID" json:"inviterUserID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GroupMemberFullInfo) Descriptor

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

func (*GroupMemberFullInfo) GetAppMangerLevel

func (m *GroupMemberFullInfo) GetAppMangerLevel() int32

func (*GroupMemberFullInfo) GetEx

func (m *GroupMemberFullInfo) GetEx() string

func (*GroupMemberFullInfo) GetFaceURL

func (m *GroupMemberFullInfo) GetFaceURL() string

func (*GroupMemberFullInfo) GetGroupID

func (m *GroupMemberFullInfo) GetGroupID() string

func (*GroupMemberFullInfo) GetInviterUserID

func (m *GroupMemberFullInfo) GetInviterUserID() string

func (*GroupMemberFullInfo) GetJoinSource

func (m *GroupMemberFullInfo) GetJoinSource() int32

func (*GroupMemberFullInfo) GetJoinTime

func (m *GroupMemberFullInfo) GetJoinTime() int32

func (*GroupMemberFullInfo) GetMuteEndTime

func (m *GroupMemberFullInfo) GetMuteEndTime() uint32

func (*GroupMemberFullInfo) GetNickname

func (m *GroupMemberFullInfo) GetNickname() string

func (*GroupMemberFullInfo) GetOperatorUserID

func (m *GroupMemberFullInfo) GetOperatorUserID() string

func (*GroupMemberFullInfo) GetRoleLevel

func (m *GroupMemberFullInfo) GetRoleLevel() int32

func (*GroupMemberFullInfo) GetUserID

func (m *GroupMemberFullInfo) GetUserID() string

func (*GroupMemberFullInfo) ProtoMessage

func (*GroupMemberFullInfo) ProtoMessage()

func (*GroupMemberFullInfo) Reset

func (m *GroupMemberFullInfo) Reset()

func (*GroupMemberFullInfo) String

func (m *GroupMemberFullInfo) String() string

func (*GroupMemberFullInfo) XXX_DiscardUnknown

func (m *GroupMemberFullInfo) XXX_DiscardUnknown()

func (*GroupMemberFullInfo) XXX_Marshal

func (m *GroupMemberFullInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMemberFullInfo) XXX_Merge

func (dst *GroupMemberFullInfo) XXX_Merge(src proto.Message)

func (*GroupMemberFullInfo) XXX_Size

func (m *GroupMemberFullInfo) XXX_Size() int

func (*GroupMemberFullInfo) XXX_Unmarshal

func (m *GroupMemberFullInfo) XXX_Unmarshal(b []byte) error

type GroupMemberInfoSetTips

type GroupMemberInfoSetTips struct {
	Group                *GroupInfo           `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	OpUser               *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	OperationTime        int64                `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
	ChangedUser          *GroupMemberFullInfo `protobuf:"bytes,4,opt,name=changedUser" json:"changedUser,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GroupMemberInfoSetTips) Descriptor

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

func (*GroupMemberInfoSetTips) GetChangedUser

func (m *GroupMemberInfoSetTips) GetChangedUser() *GroupMemberFullInfo

func (*GroupMemberInfoSetTips) GetGroup

func (m *GroupMemberInfoSetTips) GetGroup() *GroupInfo

func (*GroupMemberInfoSetTips) GetOpUser

func (*GroupMemberInfoSetTips) GetOperationTime

func (m *GroupMemberInfoSetTips) GetOperationTime() int64

func (*GroupMemberInfoSetTips) ProtoMessage

func (*GroupMemberInfoSetTips) ProtoMessage()

func (*GroupMemberInfoSetTips) Reset

func (m *GroupMemberInfoSetTips) Reset()

func (*GroupMemberInfoSetTips) String

func (m *GroupMemberInfoSetTips) String() string

func (*GroupMemberInfoSetTips) XXX_DiscardUnknown

func (m *GroupMemberInfoSetTips) XXX_DiscardUnknown()

func (*GroupMemberInfoSetTips) XXX_Marshal

func (m *GroupMemberInfoSetTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMemberInfoSetTips) XXX_Merge

func (dst *GroupMemberInfoSetTips) XXX_Merge(src proto.Message)

func (*GroupMemberInfoSetTips) XXX_Size

func (m *GroupMemberInfoSetTips) XXX_Size() int

func (*GroupMemberInfoSetTips) XXX_Unmarshal

func (m *GroupMemberInfoSetTips) XXX_Unmarshal(b []byte) error

type GroupMemberMutedTips

type GroupMemberMutedTips struct {
	Group                *GroupInfo           `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	OpUser               *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	OperationTime        int64                `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
	MutedUser            *GroupMemberFullInfo `protobuf:"bytes,4,opt,name=mutedUser" json:"mutedUser,omitempty"`
	MutedSeconds         uint32               `protobuf:"varint,5,opt,name=mutedSeconds" json:"mutedSeconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GroupMemberMutedTips) Descriptor

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

func (*GroupMemberMutedTips) GetGroup

func (m *GroupMemberMutedTips) GetGroup() *GroupInfo

func (*GroupMemberMutedTips) GetMutedSeconds

func (m *GroupMemberMutedTips) GetMutedSeconds() uint32

func (*GroupMemberMutedTips) GetMutedUser

func (m *GroupMemberMutedTips) GetMutedUser() *GroupMemberFullInfo

func (*GroupMemberMutedTips) GetOpUser

func (m *GroupMemberMutedTips) GetOpUser() *GroupMemberFullInfo

func (*GroupMemberMutedTips) GetOperationTime

func (m *GroupMemberMutedTips) GetOperationTime() int64

func (*GroupMemberMutedTips) ProtoMessage

func (*GroupMemberMutedTips) ProtoMessage()

func (*GroupMemberMutedTips) Reset

func (m *GroupMemberMutedTips) Reset()

func (*GroupMemberMutedTips) String

func (m *GroupMemberMutedTips) String() string

func (*GroupMemberMutedTips) XXX_DiscardUnknown

func (m *GroupMemberMutedTips) XXX_DiscardUnknown()

func (*GroupMemberMutedTips) XXX_Marshal

func (m *GroupMemberMutedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMemberMutedTips) XXX_Merge

func (dst *GroupMemberMutedTips) XXX_Merge(src proto.Message)

func (*GroupMemberMutedTips) XXX_Size

func (m *GroupMemberMutedTips) XXX_Size() int

func (*GroupMemberMutedTips) XXX_Unmarshal

func (m *GroupMemberMutedTips) XXX_Unmarshal(b []byte) error

type GroupMutedTips

type GroupMutedTips struct {
	Group                *GroupInfo           `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	OpUser               *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	OperationTime        int64                `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GroupMutedTips) Descriptor

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

func (*GroupMutedTips) GetGroup

func (m *GroupMutedTips) GetGroup() *GroupInfo

func (*GroupMutedTips) GetOpUser

func (m *GroupMutedTips) GetOpUser() *GroupMemberFullInfo

func (*GroupMutedTips) GetOperationTime

func (m *GroupMutedTips) GetOperationTime() int64

func (*GroupMutedTips) ProtoMessage

func (*GroupMutedTips) ProtoMessage()

func (*GroupMutedTips) Reset

func (m *GroupMutedTips) Reset()

func (*GroupMutedTips) String

func (m *GroupMutedTips) String() string

func (*GroupMutedTips) XXX_DiscardUnknown

func (m *GroupMutedTips) XXX_DiscardUnknown()

func (*GroupMutedTips) XXX_Marshal

func (m *GroupMutedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupMutedTips) XXX_Merge

func (dst *GroupMutedTips) XXX_Merge(src proto.Message)

func (*GroupMutedTips) XXX_Size

func (m *GroupMutedTips) XXX_Size() int

func (*GroupMutedTips) XXX_Unmarshal

func (m *GroupMutedTips) XXX_Unmarshal(b []byte) error

type GroupOwnerTransferredTips

type GroupOwnerTransferredTips struct {
	Group                *GroupInfo           `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	OpUser               *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	NewGroupOwner        *GroupMemberFullInfo `protobuf:"bytes,3,opt,name=newGroupOwner" json:"newGroupOwner,omitempty"`
	OperationTime        int64                `protobuf:"varint,4,opt,name=operationTime" json:"operationTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

OnTransferGroupOwner()

func (*GroupOwnerTransferredTips) Descriptor

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

func (*GroupOwnerTransferredTips) GetGroup

func (m *GroupOwnerTransferredTips) GetGroup() *GroupInfo

func (*GroupOwnerTransferredTips) GetNewGroupOwner

func (m *GroupOwnerTransferredTips) GetNewGroupOwner() *GroupMemberFullInfo

func (*GroupOwnerTransferredTips) GetOpUser

func (*GroupOwnerTransferredTips) GetOperationTime

func (m *GroupOwnerTransferredTips) GetOperationTime() int64

func (*GroupOwnerTransferredTips) ProtoMessage

func (*GroupOwnerTransferredTips) ProtoMessage()

func (*GroupOwnerTransferredTips) Reset

func (m *GroupOwnerTransferredTips) Reset()

func (*GroupOwnerTransferredTips) String

func (m *GroupOwnerTransferredTips) String() string

func (*GroupOwnerTransferredTips) XXX_DiscardUnknown

func (m *GroupOwnerTransferredTips) XXX_DiscardUnknown()

func (*GroupOwnerTransferredTips) XXX_Marshal

func (m *GroupOwnerTransferredTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupOwnerTransferredTips) XXX_Merge

func (dst *GroupOwnerTransferredTips) XXX_Merge(src proto.Message)

func (*GroupOwnerTransferredTips) XXX_Size

func (m *GroupOwnerTransferredTips) XXX_Size() int

func (*GroupOwnerTransferredTips) XXX_Unmarshal

func (m *GroupOwnerTransferredTips) XXX_Unmarshal(b []byte) error

type GroupRequest

type GroupRequest struct {
	UserInfo             *PublicUserInfo `protobuf:"bytes,1,opt,name=userInfo" json:"userInfo,omitempty"`
	GroupInfo            *GroupInfo      `protobuf:"bytes,2,opt,name=groupInfo" json:"groupInfo,omitempty"`
	HandleResult         int32           `protobuf:"varint,3,opt,name=handleResult" json:"handleResult,omitempty"`
	ReqMsg               string          `protobuf:"bytes,4,opt,name=reqMsg" json:"reqMsg,omitempty"`
	HandleMsg            string          `protobuf:"bytes,5,opt,name=handleMsg" json:"handleMsg,omitempty"`
	ReqTime              uint32          `protobuf:"varint,6,opt,name=reqTime" json:"reqTime,omitempty"`
	HandleUserID         string          `protobuf:"bytes,7,opt,name=handleUserID" json:"handleUserID,omitempty"`
	HandleTime           uint32          `protobuf:"varint,8,opt,name=handleTime" json:"handleTime,omitempty"`
	Ex                   string          `protobuf:"bytes,9,opt,name=ex" json:"ex,omitempty"`
	JoinSource           int32           `protobuf:"varint,10,opt,name=joinSource" json:"joinSource,omitempty"`
	InviterUserID        string          `protobuf:"bytes,11,opt,name=inviterUserID" json:"inviterUserID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GroupRequest) Descriptor

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

func (*GroupRequest) GetEx

func (m *GroupRequest) GetEx() string

func (*GroupRequest) GetGroupInfo

func (m *GroupRequest) GetGroupInfo() *GroupInfo

func (*GroupRequest) GetHandleMsg

func (m *GroupRequest) GetHandleMsg() string

func (*GroupRequest) GetHandleResult

func (m *GroupRequest) GetHandleResult() int32

func (*GroupRequest) GetHandleTime

func (m *GroupRequest) GetHandleTime() uint32

func (*GroupRequest) GetHandleUserID

func (m *GroupRequest) GetHandleUserID() string

func (*GroupRequest) GetInviterUserID

func (m *GroupRequest) GetInviterUserID() string

func (*GroupRequest) GetJoinSource

func (m *GroupRequest) GetJoinSource() int32

func (*GroupRequest) GetReqMsg

func (m *GroupRequest) GetReqMsg() string

func (*GroupRequest) GetReqTime

func (m *GroupRequest) GetReqTime() uint32

func (*GroupRequest) GetUserInfo

func (m *GroupRequest) GetUserInfo() *PublicUserInfo

func (*GroupRequest) ProtoMessage

func (*GroupRequest) ProtoMessage()

func (*GroupRequest) Reset

func (m *GroupRequest) Reset()

func (*GroupRequest) String

func (m *GroupRequest) String() string

func (*GroupRequest) XXX_DiscardUnknown

func (m *GroupRequest) XXX_DiscardUnknown()

func (*GroupRequest) XXX_Marshal

func (m *GroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GroupRequest) XXX_Merge

func (dst *GroupRequest) XXX_Merge(src proto.Message)

func (*GroupRequest) XXX_Size

func (m *GroupRequest) XXX_Size() int

func (*GroupRequest) XXX_Unmarshal

func (m *GroupRequest) XXX_Unmarshal(b []byte) error

type ImportFriendReq

type ImportFriendReq struct {
	FriendUserIDList []string `json:"friendUserIDList" binding:"required"`
	OperationID      string   `json:"operationID" binding:"required"`
	FromUserID       string   `json:"fromUserID" binding:"required"`
}

type ImportFriendResp

type ImportFriendResp struct {
	CommResp
	UserIDResultList []UserIDResult `json:"data"`
}

type InvitationInfo

type InvitationInfo struct {
	InviterUserID        string   `protobuf:"bytes,1,opt,name=inviterUserID" json:"inviterUserID,omitempty"`
	InviteeUserIDList    []string `protobuf:"bytes,2,rep,name=inviteeUserIDList" json:"inviteeUserIDList,omitempty"`
	CustomData           string   `protobuf:"bytes,3,opt,name=customData" json:"customData,omitempty"`
	GroupID              string   `protobuf:"bytes,4,opt,name=groupID" json:"groupID,omitempty"`
	RoomID               string   `protobuf:"bytes,5,opt,name=roomID" json:"roomID,omitempty"`
	Timeout              int32    `protobuf:"varint,6,opt,name=timeout" json:"timeout,omitempty"`
	MediaType            string   `protobuf:"bytes,7,opt,name=mediaType" json:"mediaType,omitempty"`
	PlatformID           int32    `protobuf:"varint,8,opt,name=platformID" json:"platformID,omitempty"`
	SessionType          int32    `protobuf:"varint,9,opt,name=sessionType" json:"sessionType,omitempty"`
	InitiateTime         int32    `protobuf:"varint,10,opt,name=initiateTime" json:"initiateTime,omitempty"`
	BusyLineUserIDList   []string `protobuf:"bytes,11,rep,name=busyLineUserIDList" json:"busyLineUserIDList,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InvitationInfo) Descriptor

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

func (*InvitationInfo) GetBusyLineUserIDList

func (m *InvitationInfo) GetBusyLineUserIDList() []string

func (*InvitationInfo) GetCustomData

func (m *InvitationInfo) GetCustomData() string

func (*InvitationInfo) GetGroupID

func (m *InvitationInfo) GetGroupID() string

func (*InvitationInfo) GetInitiateTime

func (m *InvitationInfo) GetInitiateTime() int32

func (*InvitationInfo) GetInviteeUserIDList

func (m *InvitationInfo) GetInviteeUserIDList() []string

func (*InvitationInfo) GetInviterUserID

func (m *InvitationInfo) GetInviterUserID() string

func (*InvitationInfo) GetMediaType

func (m *InvitationInfo) GetMediaType() string

func (*InvitationInfo) GetPlatformID

func (m *InvitationInfo) GetPlatformID() int32

func (*InvitationInfo) GetRoomID

func (m *InvitationInfo) GetRoomID() string

func (*InvitationInfo) GetSessionType

func (m *InvitationInfo) GetSessionType() int32

func (*InvitationInfo) GetTimeout

func (m *InvitationInfo) GetTimeout() int32

func (*InvitationInfo) ProtoMessage

func (*InvitationInfo) ProtoMessage()

func (*InvitationInfo) Reset

func (m *InvitationInfo) Reset()

func (*InvitationInfo) String

func (m *InvitationInfo) String() string

func (*InvitationInfo) XXX_DiscardUnknown

func (m *InvitationInfo) XXX_DiscardUnknown()

func (*InvitationInfo) XXX_Marshal

func (m *InvitationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InvitationInfo) XXX_Merge

func (dst *InvitationInfo) XXX_Merge(src proto.Message)

func (*InvitationInfo) XXX_Size

func (m *InvitationInfo) XXX_Size() int

func (*InvitationInfo) XXX_Unmarshal

func (m *InvitationInfo) XXX_Unmarshal(b []byte) error

type InviteUserToGroupReq

type InviteUserToGroupReq struct {
	GroupID           string   `json:"groupID" binding:"required"`
	InvitedUserIDList []string `json:"invitedUserIDList" binding:"required"`
	Reason            string   `json:"reason"`
	OperationID       string   `json:"operationID" binding:"required"`
}

type InviteUserToGroupResp

type InviteUserToGroupResp struct {
	CommResp
	UserIDResultList []*UserIDResult `json:"data"`
}

type IsFriendReq

type IsFriendReq struct {
	ParamsCommFriend
}

type IsFriendResp

type IsFriendResp struct {
	CommResp
	Response Response `json:"data"`
}

type JoinGroupApplicationTips

type JoinGroupApplicationTips struct {
	Group                *GroupInfo      `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	Applicant            *PublicUserInfo `protobuf:"bytes,2,opt,name=applicant" json:"applicant,omitempty"`
	ReqMsg               string          `protobuf:"bytes,3,opt,name=reqMsg" json:"reqMsg,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

OnJoinGroupApplication()

func (*JoinGroupApplicationTips) Descriptor

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

func (*JoinGroupApplicationTips) GetApplicant

func (m *JoinGroupApplicationTips) GetApplicant() *PublicUserInfo

func (*JoinGroupApplicationTips) GetGroup

func (m *JoinGroupApplicationTips) GetGroup() *GroupInfo

func (*JoinGroupApplicationTips) GetReqMsg

func (m *JoinGroupApplicationTips) GetReqMsg() string

func (*JoinGroupApplicationTips) ProtoMessage

func (*JoinGroupApplicationTips) ProtoMessage()

func (*JoinGroupApplicationTips) Reset

func (m *JoinGroupApplicationTips) Reset()

func (*JoinGroupApplicationTips) String

func (m *JoinGroupApplicationTips) String() string

func (*JoinGroupApplicationTips) XXX_DiscardUnknown

func (m *JoinGroupApplicationTips) XXX_DiscardUnknown()

func (*JoinGroupApplicationTips) XXX_Marshal

func (m *JoinGroupApplicationTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*JoinGroupApplicationTips) XXX_Merge

func (dst *JoinGroupApplicationTips) XXX_Merge(src proto.Message)

func (*JoinGroupApplicationTips) XXX_Size

func (m *JoinGroupApplicationTips) XXX_Size() int

func (*JoinGroupApplicationTips) XXX_Unmarshal

func (m *JoinGroupApplicationTips) XXX_Unmarshal(b []byte) error

type JoinGroupReq

type JoinGroupReq struct {
	GroupID       string `json:"groupID" binding:"required"`
	ReqMessage    string `json:"reqMessage"`
	OperationID   string `json:"operationID" binding:"required"`
	JoinSource    int32  `json:"joinSource"`
	InviterUserID string `json:"inviterUserID"`
}

type JoinGroupResp

type JoinGroupResp struct {
	CommResp
}

type KickGroupMemberReq

type KickGroupMemberReq struct {
	GroupID          string   `json:"groupID" binding:"required"`
	KickedUserIDList []string `json:"kickedUserIDList" binding:"required"`
	Reason           string   `json:"reason"`
	OperationID      string   `json:"operationID" binding:"required"`
}

type KickGroupMemberResp

type KickGroupMemberResp struct {
	CommResp
	UserIDResultList []*UserIDResult `json:"data"`
}

type MaxAndMinSeq

type MaxAndMinSeq struct {
	MaxSeq               uint32   `protobuf:"varint,1,opt,name=maxSeq" json:"maxSeq,omitempty"`
	MinSeq               uint32   `protobuf:"varint,2,opt,name=minSeq" json:"minSeq,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MaxAndMinSeq) Descriptor

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

func (*MaxAndMinSeq) GetMaxSeq

func (m *MaxAndMinSeq) GetMaxSeq() uint32

func (*MaxAndMinSeq) GetMinSeq

func (m *MaxAndMinSeq) GetMinSeq() uint32

func (*MaxAndMinSeq) ProtoMessage

func (*MaxAndMinSeq) ProtoMessage()

func (*MaxAndMinSeq) Reset

func (m *MaxAndMinSeq) Reset()

func (*MaxAndMinSeq) String

func (m *MaxAndMinSeq) String() string

func (*MaxAndMinSeq) XXX_DiscardUnknown

func (m *MaxAndMinSeq) XXX_DiscardUnknown()

func (*MaxAndMinSeq) XXX_Marshal

func (m *MaxAndMinSeq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MaxAndMinSeq) XXX_Merge

func (dst *MaxAndMinSeq) XXX_Merge(src proto.Message)

func (*MaxAndMinSeq) XXX_Size

func (m *MaxAndMinSeq) XXX_Size() int

func (*MaxAndMinSeq) XXX_Unmarshal

func (m *MaxAndMinSeq) XXX_Unmarshal(b []byte) error

type MemberEnterTips

type MemberEnterTips struct {
	Group                *GroupInfo           `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	EntrantUser          *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=entrantUser" json:"entrantUser,omitempty"`
	OperationTime        int64                `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Actively join the group

func (*MemberEnterTips) Descriptor

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

func (*MemberEnterTips) GetEntrantUser

func (m *MemberEnterTips) GetEntrantUser() *GroupMemberFullInfo

func (*MemberEnterTips) GetGroup

func (m *MemberEnterTips) GetGroup() *GroupInfo

func (*MemberEnterTips) GetOperationTime

func (m *MemberEnterTips) GetOperationTime() int64

func (*MemberEnterTips) ProtoMessage

func (*MemberEnterTips) ProtoMessage()

func (*MemberEnterTips) Reset

func (m *MemberEnterTips) Reset()

func (*MemberEnterTips) String

func (m *MemberEnterTips) String() string

func (*MemberEnterTips) XXX_DiscardUnknown

func (m *MemberEnterTips) XXX_DiscardUnknown()

func (*MemberEnterTips) XXX_Marshal

func (m *MemberEnterTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MemberEnterTips) XXX_Merge

func (dst *MemberEnterTips) XXX_Merge(src proto.Message)

func (*MemberEnterTips) XXX_Size

func (m *MemberEnterTips) XXX_Size() int

func (*MemberEnterTips) XXX_Unmarshal

func (m *MemberEnterTips) XXX_Unmarshal(b []byte) error

type MemberInvitedTips

type MemberInvitedTips struct {
	Group                *GroupInfo             `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	OpUser               *GroupMemberFullInfo   `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	InvitedUserList      []*GroupMemberFullInfo `protobuf:"bytes,3,rep,name=invitedUserList" json:"invitedUserList,omitempty"`
	OperationTime        int64                  `protobuf:"varint,4,opt,name=operationTime" json:"operationTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

OnMemberInvited()

func (*MemberInvitedTips) Descriptor

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

func (*MemberInvitedTips) GetGroup

func (m *MemberInvitedTips) GetGroup() *GroupInfo

func (*MemberInvitedTips) GetInvitedUserList

func (m *MemberInvitedTips) GetInvitedUserList() []*GroupMemberFullInfo

func (*MemberInvitedTips) GetOpUser

func (m *MemberInvitedTips) GetOpUser() *GroupMemberFullInfo

func (*MemberInvitedTips) GetOperationTime

func (m *MemberInvitedTips) GetOperationTime() int64

func (*MemberInvitedTips) ProtoMessage

func (*MemberInvitedTips) ProtoMessage()

func (*MemberInvitedTips) Reset

func (m *MemberInvitedTips) Reset()

func (*MemberInvitedTips) String

func (m *MemberInvitedTips) String() string

func (*MemberInvitedTips) XXX_DiscardUnknown

func (m *MemberInvitedTips) XXX_DiscardUnknown()

func (*MemberInvitedTips) XXX_Marshal

func (m *MemberInvitedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MemberInvitedTips) XXX_Merge

func (dst *MemberInvitedTips) XXX_Merge(src proto.Message)

func (*MemberInvitedTips) XXX_Size

func (m *MemberInvitedTips) XXX_Size() int

func (*MemberInvitedTips) XXX_Unmarshal

func (m *MemberInvitedTips) XXX_Unmarshal(b []byte) error

type MemberKickedTips

type MemberKickedTips struct {
	Group                *GroupInfo             `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	OpUser               *GroupMemberFullInfo   `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	KickedUserList       []*GroupMemberFullInfo `protobuf:"bytes,3,rep,name=kickedUserList" json:"kickedUserList,omitempty"`
	OperationTime        int64                  `protobuf:"varint,4,opt,name=operationTime" json:"operationTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

OnMemberKicked()

func (*MemberKickedTips) Descriptor

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

func (*MemberKickedTips) GetGroup

func (m *MemberKickedTips) GetGroup() *GroupInfo

func (*MemberKickedTips) GetKickedUserList

func (m *MemberKickedTips) GetKickedUserList() []*GroupMemberFullInfo

func (*MemberKickedTips) GetOpUser

func (m *MemberKickedTips) GetOpUser() *GroupMemberFullInfo

func (*MemberKickedTips) GetOperationTime

func (m *MemberKickedTips) GetOperationTime() int64

func (*MemberKickedTips) ProtoMessage

func (*MemberKickedTips) ProtoMessage()

func (*MemberKickedTips) Reset

func (m *MemberKickedTips) Reset()

func (*MemberKickedTips) String

func (m *MemberKickedTips) String() string

func (*MemberKickedTips) XXX_DiscardUnknown

func (m *MemberKickedTips) XXX_DiscardUnknown()

func (*MemberKickedTips) XXX_Marshal

func (m *MemberKickedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MemberKickedTips) XXX_Merge

func (dst *MemberKickedTips) XXX_Merge(src proto.Message)

func (*MemberKickedTips) XXX_Size

func (m *MemberKickedTips) XXX_Size() int

func (*MemberKickedTips) XXX_Unmarshal

func (m *MemberKickedTips) XXX_Unmarshal(b []byte) error

type MemberQuitTips

type MemberQuitTips struct {
	Group                *GroupInfo           `protobuf:"bytes,1,opt,name=group" json:"group,omitempty"`
	QuitUser             *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=quitUser" json:"quitUser,omitempty"`
	OperationTime        int64                `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}
OnQuitGroup()

Actively leave the group

func (*MemberQuitTips) Descriptor

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

func (*MemberQuitTips) GetGroup

func (m *MemberQuitTips) GetGroup() *GroupInfo

func (*MemberQuitTips) GetOperationTime

func (m *MemberQuitTips) GetOperationTime() int64

func (*MemberQuitTips) GetQuitUser

func (m *MemberQuitTips) GetQuitUser() *GroupMemberFullInfo

func (*MemberQuitTips) ProtoMessage

func (*MemberQuitTips) ProtoMessage()

func (*MemberQuitTips) Reset

func (m *MemberQuitTips) Reset()

func (*MemberQuitTips) String

func (m *MemberQuitTips) String() string

func (*MemberQuitTips) XXX_DiscardUnknown

func (m *MemberQuitTips) XXX_DiscardUnknown()

func (*MemberQuitTips) XXX_Marshal

func (m *MemberQuitTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MemberQuitTips) XXX_Merge

func (dst *MemberQuitTips) XXX_Merge(src proto.Message)

func (*MemberQuitTips) XXX_Size

func (m *MemberQuitTips) XXX_Size() int

func (*MemberQuitTips) XXX_Unmarshal

func (m *MemberQuitTips) XXX_Unmarshal(b []byte) error

type MinioStorageCredentialReq

type MinioStorageCredentialReq struct {
	OperationID string `json:"operationID"`
}

type MinioStorageCredentialResp

type MinioStorageCredentialResp struct {
	CommResp
	SecretAccessKey string `json:"secretAccessKey"`
	AccessKeyID     string `json:"accessKeyID"`
	SessionToken    string `json:"sessionToken"`
	SignerType      int    `json:"signerType"`
	BucketName      string `json:"bucketName"`
	StsEndpointURL  string `json:"stsEndpointURL"`
	StorageTime     int    `json:"storageTime"`
}

type ModifyConversationFieldReq

type ModifyConversationFieldReq struct {
	Conversation
	FieldType   int32    `json:"fieldType" binding:"required"`
	UserIDList  []string `json:"userIDList" binding:"required"`
	OperationID string   `json:"operationID" binding:"required"`
}

type ModifyConversationFieldResp

type ModifyConversationFieldResp struct {
	CommResp
}

type MsgData

type MsgData struct {
	SendID               string           `protobuf:"bytes,1,opt,name=sendID" json:"sendID,omitempty"`
	RecvID               string           `protobuf:"bytes,2,opt,name=recvID" json:"recvID,omitempty"`
	GroupID              string           `protobuf:"bytes,3,opt,name=groupID" json:"groupID,omitempty"`
	ClientMsgID          string           `protobuf:"bytes,4,opt,name=clientMsgID" json:"clientMsgID,omitempty"`
	ServerMsgID          string           `protobuf:"bytes,5,opt,name=serverMsgID" json:"serverMsgID,omitempty"`
	SenderPlatformID     int32            `protobuf:"varint,6,opt,name=senderPlatformID" json:"senderPlatformID,omitempty"`
	SenderNickname       string           `protobuf:"bytes,7,opt,name=senderNickname" json:"senderNickname,omitempty"`
	SenderFaceURL        string           `protobuf:"bytes,8,opt,name=senderFaceURL" json:"senderFaceURL,omitempty"`
	SessionType          int32            `protobuf:"varint,9,opt,name=sessionType" json:"sessionType,omitempty"`
	MsgFrom              int32            `protobuf:"varint,10,opt,name=msgFrom" json:"msgFrom,omitempty"`
	ContentType          int32            `protobuf:"varint,11,opt,name=contentType" json:"contentType,omitempty"`
	Content              []byte           `protobuf:"bytes,12,opt,name=content,proto3" json:"content,omitempty"`
	Seq                  uint32           `protobuf:"varint,14,opt,name=seq" json:"seq,omitempty"`
	SendTime             int64            `protobuf:"varint,15,opt,name=sendTime" json:"sendTime,omitempty"`
	CreateTime           int64            `protobuf:"varint,16,opt,name=createTime" json:"createTime,omitempty"`
	Status               int32            `protobuf:"varint,17,opt,name=status" json:"status,omitempty"`
	Options              map[string]bool  `` /* 136-byte string literal not displayed */
	OfflinePushInfo      *OfflinePushInfo `protobuf:"bytes,19,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
	AtUserIDList         []string         `protobuf:"bytes,20,rep,name=atUserIDList" json:"atUserIDList,omitempty"`
	MsgDataList          []byte           `protobuf:"bytes,21,opt,name=msgDataList,proto3" json:"msgDataList,omitempty"`
	AttachedInfo         string           `protobuf:"bytes,22,opt,name=attachedInfo" json:"attachedInfo,omitempty"`
	Ex                   string           `protobuf:"bytes,23,opt,name=ex" json:"ex,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*MsgData) Descriptor

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

func (*MsgData) GetAtUserIDList

func (m *MsgData) GetAtUserIDList() []string

func (*MsgData) GetAttachedInfo

func (m *MsgData) GetAttachedInfo() string

func (*MsgData) GetClientMsgID

func (m *MsgData) GetClientMsgID() string

func (*MsgData) GetContent

func (m *MsgData) GetContent() []byte

func (*MsgData) GetContentType

func (m *MsgData) GetContentType() int32

func (*MsgData) GetCreateTime

func (m *MsgData) GetCreateTime() int64

func (*MsgData) GetEx

func (m *MsgData) GetEx() string

func (*MsgData) GetGroupID

func (m *MsgData) GetGroupID() string

func (*MsgData) GetMsgDataList

func (m *MsgData) GetMsgDataList() []byte

func (*MsgData) GetMsgFrom

func (m *MsgData) GetMsgFrom() int32

func (*MsgData) GetOfflinePushInfo

func (m *MsgData) GetOfflinePushInfo() *OfflinePushInfo

func (*MsgData) GetOptions

func (m *MsgData) GetOptions() map[string]bool

func (*MsgData) GetRecvID

func (m *MsgData) GetRecvID() string

func (*MsgData) GetSendID

func (m *MsgData) GetSendID() string

func (*MsgData) GetSendTime

func (m *MsgData) GetSendTime() int64

func (*MsgData) GetSenderFaceURL

func (m *MsgData) GetSenderFaceURL() string

func (*MsgData) GetSenderNickname

func (m *MsgData) GetSenderNickname() string

func (*MsgData) GetSenderPlatformID

func (m *MsgData) GetSenderPlatformID() int32

func (*MsgData) GetSeq

func (m *MsgData) GetSeq() uint32

func (*MsgData) GetServerMsgID

func (m *MsgData) GetServerMsgID() string

func (*MsgData) GetSessionType

func (m *MsgData) GetSessionType() int32

func (*MsgData) GetStatus

func (m *MsgData) GetStatus() int32

func (*MsgData) ProtoMessage

func (*MsgData) ProtoMessage()

func (*MsgData) Reset

func (m *MsgData) Reset()

func (*MsgData) String

func (m *MsgData) String() string

func (*MsgData) XXX_DiscardUnknown

func (m *MsgData) XXX_DiscardUnknown()

func (*MsgData) XXX_Marshal

func (m *MsgData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgData) XXX_Merge

func (dst *MsgData) XXX_Merge(src proto.Message)

func (*MsgData) XXX_Size

func (m *MsgData) XXX_Size() int

func (*MsgData) XXX_Unmarshal

func (m *MsgData) XXX_Unmarshal(b []byte) error

type MsgDataList

type MsgDataList struct {
	MsgDataList          []*MsgData `protobuf:"bytes,1,rep,name=msgDataList" json:"msgDataList,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*MsgDataList) Descriptor

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

func (*MsgDataList) GetMsgDataList

func (m *MsgDataList) GetMsgDataList() []*MsgData

func (*MsgDataList) ProtoMessage

func (*MsgDataList) ProtoMessage()

func (*MsgDataList) Reset

func (m *MsgDataList) Reset()

func (*MsgDataList) String

func (m *MsgDataList) String() string

func (*MsgDataList) XXX_DiscardUnknown

func (m *MsgDataList) XXX_DiscardUnknown()

func (*MsgDataList) XXX_Marshal

func (m *MsgDataList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgDataList) XXX_Merge

func (dst *MsgDataList) XXX_Merge(src proto.Message)

func (*MsgDataList) XXX_Size

func (m *MsgDataList) XXX_Size() int

func (*MsgDataList) XXX_Unmarshal

func (m *MsgDataList) XXX_Unmarshal(b []byte) error

type MsgDeleteNotificationElem

type MsgDeleteNotificationElem struct {
	GroupID     string   `json:"groupID"`
	IsAllDelete bool     `json:"isAllDelete"`
	SeqList     []uint32 `json:"seqList"`
}

type MuteGroupMemberReq

type MuteGroupMemberReq struct {
	OperationID  string `json:"operationID" binding:"required"`
	GroupID      string `json:"groupID" binding:"required"`
	UserID       string `json:"userID" binding:"required"`
	MutedSeconds uint32 `json:"mutedSeconds" binding:"required"`
}

type MuteGroupMemberResp

type MuteGroupMemberResp struct {
	CommResp
}

type MuteGroupReq

type MuteGroupReq struct {
	OperationID string `json:"operationID" binding:"required"`
	GroupID     string `json:"groupID" binding:"required"`
}

type MuteGroupResp

type MuteGroupResp struct {
	CommResp
}

type OSSCredentialReq

type OSSCredentialReq struct {
	OperationID string `json:"operationID"`
	Filename    string `json:"filename"`
	FileType    string `json:"file_type"`
}

type OSSCredentialResp

type OSSCredentialResp struct {
	CommResp
	OssData OSSCredentialRespData  `json:"-"`
	Data    map[string]interface{} `json:"data"`
}

type OSSCredentialRespData

type OSSCredentialRespData struct {
	Endpoint        string `json:"endpoint"`
	AccessKeyId     string `json:"access_key_id"`
	AccessKeySecret string `json:"access_key_secret"`
	Token           string `json:"token"`
	Bucket          string `json:"bucket"`
	FinalHost       string `json:"final_host"`
}

type OfflinePushInfo

type OfflinePushInfo struct {
	Title                string   `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Desc                 string   `protobuf:"bytes,2,opt,name=desc" json:"desc,omitempty"`
	Ex                   string   `protobuf:"bytes,3,opt,name=ex" json:"ex,omitempty"`
	IOSPushSound         string   `protobuf:"bytes,4,opt,name=iOSPushSound" json:"iOSPushSound,omitempty"`
	IOSBadgeCount        bool     `protobuf:"varint,5,opt,name=iOSBadgeCount" json:"iOSBadgeCount,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OfflinePushInfo) Descriptor

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

func (*OfflinePushInfo) GetDesc

func (m *OfflinePushInfo) GetDesc() string

func (*OfflinePushInfo) GetEx

func (m *OfflinePushInfo) GetEx() string

func (*OfflinePushInfo) GetIOSBadgeCount

func (m *OfflinePushInfo) GetIOSBadgeCount() bool

func (*OfflinePushInfo) GetIOSPushSound

func (m *OfflinePushInfo) GetIOSPushSound() string

func (*OfflinePushInfo) GetTitle

func (m *OfflinePushInfo) GetTitle() string

func (*OfflinePushInfo) ProtoMessage

func (*OfflinePushInfo) ProtoMessage()

func (*OfflinePushInfo) Reset

func (m *OfflinePushInfo) Reset()

func (*OfflinePushInfo) String

func (m *OfflinePushInfo) String() string

func (*OfflinePushInfo) XXX_DiscardUnknown

func (m *OfflinePushInfo) XXX_DiscardUnknown()

func (*OfflinePushInfo) XXX_Marshal

func (m *OfflinePushInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OfflinePushInfo) XXX_Merge

func (dst *OfflinePushInfo) XXX_Merge(src proto.Message)

func (*OfflinePushInfo) XXX_Size

func (m *OfflinePushInfo) XXX_Size() int

func (*OfflinePushInfo) XXX_Unmarshal

func (m *OfflinePushInfo) XXX_Unmarshal(b []byte) error

type OrganizationChangedTips

type OrganizationChangedTips struct {
	OpUser               *UserInfo `protobuf:"bytes,2,opt,name=opUser" json:"opUser,omitempty"`
	OperationTime        int64     `protobuf:"varint,3,opt,name=operationTime" json:"operationTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*OrganizationChangedTips) Descriptor

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

func (*OrganizationChangedTips) GetOpUser

func (m *OrganizationChangedTips) GetOpUser() *UserInfo

func (*OrganizationChangedTips) GetOperationTime

func (m *OrganizationChangedTips) GetOperationTime() int64

func (*OrganizationChangedTips) ProtoMessage

func (*OrganizationChangedTips) ProtoMessage()

func (*OrganizationChangedTips) Reset

func (m *OrganizationChangedTips) Reset()

func (*OrganizationChangedTips) String

func (m *OrganizationChangedTips) String() string

func (*OrganizationChangedTips) XXX_DiscardUnknown

func (m *OrganizationChangedTips) XXX_DiscardUnknown()

func (*OrganizationChangedTips) XXX_Marshal

func (m *OrganizationChangedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrganizationChangedTips) XXX_Merge

func (dst *OrganizationChangedTips) XXX_Merge(src proto.Message)

func (*OrganizationChangedTips) XXX_Size

func (m *OrganizationChangedTips) XXX_Size() int

func (*OrganizationChangedTips) XXX_Unmarshal

func (m *OrganizationChangedTips) XXX_Unmarshal(b []byte) error

type OrganizationUser

type OrganizationUser struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
	Nickname             string   `protobuf:"bytes,2,opt,name=nickname" json:"nickname,omitempty"`
	EnglishName          string   `protobuf:"bytes,3,opt,name=englishName" json:"englishName,omitempty"`
	FaceURL              string   `protobuf:"bytes,4,opt,name=faceURL" json:"faceURL,omitempty"`
	Gender               int32    `protobuf:"varint,5,opt,name=gender" json:"gender,omitempty"`
	Mobile               string   `protobuf:"bytes,6,opt,name=mobile" json:"mobile,omitempty"`
	Telephone            string   `protobuf:"bytes,7,opt,name=telephone" json:"telephone,omitempty"`
	Birth                uint32   `protobuf:"varint,8,opt,name=birth" json:"birth,omitempty"`
	Email                string   `protobuf:"bytes,9,opt,name=email" json:"email,omitempty"`
	CreateTime           uint32   `protobuf:"varint,10,opt,name=createTime" json:"createTime,omitempty"`
	Ex                   string   `protobuf:"bytes,11,opt,name=ex" json:"ex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrganizationUser) Descriptor

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

func (*OrganizationUser) GetBirth

func (m *OrganizationUser) GetBirth() uint32

func (*OrganizationUser) GetCreateTime

func (m *OrganizationUser) GetCreateTime() uint32

func (*OrganizationUser) GetEmail

func (m *OrganizationUser) GetEmail() string

func (*OrganizationUser) GetEnglishName

func (m *OrganizationUser) GetEnglishName() string

func (*OrganizationUser) GetEx

func (m *OrganizationUser) GetEx() string

func (*OrganizationUser) GetFaceURL

func (m *OrganizationUser) GetFaceURL() string

func (*OrganizationUser) GetGender

func (m *OrganizationUser) GetGender() int32

func (*OrganizationUser) GetMobile

func (m *OrganizationUser) GetMobile() string

func (*OrganizationUser) GetNickname

func (m *OrganizationUser) GetNickname() string

func (*OrganizationUser) GetTelephone

func (m *OrganizationUser) GetTelephone() string

func (*OrganizationUser) GetUserID

func (m *OrganizationUser) GetUserID() string

func (*OrganizationUser) ProtoMessage

func (*OrganizationUser) ProtoMessage()

func (*OrganizationUser) Reset

func (m *OrganizationUser) Reset()

func (*OrganizationUser) String

func (m *OrganizationUser) String() string

func (*OrganizationUser) XXX_DiscardUnknown

func (m *OrganizationUser) XXX_DiscardUnknown()

func (*OrganizationUser) XXX_Marshal

func (m *OrganizationUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OrganizationUser) XXX_Merge

func (dst *OrganizationUser) XXX_Merge(src proto.Message)

func (*OrganizationUser) XXX_Size

func (m *OrganizationUser) XXX_Size() int

func (*OrganizationUser) XXX_Unmarshal

func (m *OrganizationUser) XXX_Unmarshal(b []byte) error

type ParamsCommFriend

type ParamsCommFriend struct {
	OperationID string `json:"operationID" binding:"required"`
	ToUserID    string `json:"toUserID" binding:"required"`
	FromUserID  string `json:"fromUserID" binding:"required"`
}

type ParseTokenReq

type ParseTokenReq struct {
	OperationID string `json:"operationID" binding:"required"`
}

type ParseTokenResp

type ParseTokenResp struct {
	CommResp
	ExpireTime ExpireTime `json:"expireTime"`
}

type ParticipantMetaData

type ParticipantMetaData struct {
	GroupInfo            *GroupInfo           `protobuf:"bytes,1,opt,name=groupInfo" json:"groupInfo,omitempty"`
	GroupMemberInfo      *GroupMemberFullInfo `protobuf:"bytes,2,opt,name=groupMemberInfo" json:"groupMemberInfo,omitempty"`
	UserInfo             *PublicUserInfo      `protobuf:"bytes,3,opt,name=userInfo" json:"userInfo,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ParticipantMetaData) Descriptor

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

func (*ParticipantMetaData) GetGroupInfo

func (m *ParticipantMetaData) GetGroupInfo() *GroupInfo

func (*ParticipantMetaData) GetGroupMemberInfo

func (m *ParticipantMetaData) GetGroupMemberInfo() *GroupMemberFullInfo

func (*ParticipantMetaData) GetUserInfo

func (m *ParticipantMetaData) GetUserInfo() *PublicUserInfo

func (*ParticipantMetaData) ProtoMessage

func (*ParticipantMetaData) ProtoMessage()

func (*ParticipantMetaData) Reset

func (m *ParticipantMetaData) Reset()

func (*ParticipantMetaData) String

func (m *ParticipantMetaData) String() string

func (*ParticipantMetaData) XXX_DiscardUnknown

func (m *ParticipantMetaData) XXX_DiscardUnknown()

func (*ParticipantMetaData) XXX_Marshal

func (m *ParticipantMetaData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ParticipantMetaData) XXX_Merge

func (dst *ParticipantMetaData) XXX_Merge(src proto.Message)

func (*ParticipantMetaData) XXX_Size

func (m *ParticipantMetaData) XXX_Size() int

func (*ParticipantMetaData) XXX_Unmarshal

func (m *ParticipantMetaData) XXX_Unmarshal(b []byte) error

type PublicUserInfo

type PublicUserInfo struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
	Nickname             string   `protobuf:"bytes,2,opt,name=nickname" json:"nickname,omitempty"`
	FaceURL              string   `protobuf:"bytes,3,opt,name=faceURL" json:"faceURL,omitempty"`
	Gender               int32    `protobuf:"varint,4,opt,name=gender" json:"gender,omitempty"`
	Ex                   string   `protobuf:"bytes,5,opt,name=ex" json:"ex,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PublicUserInfo) Descriptor

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

func (*PublicUserInfo) GetEx

func (m *PublicUserInfo) GetEx() string

func (*PublicUserInfo) GetFaceURL

func (m *PublicUserInfo) GetFaceURL() string

func (*PublicUserInfo) GetGender

func (m *PublicUserInfo) GetGender() int32

func (*PublicUserInfo) GetNickname

func (m *PublicUserInfo) GetNickname() string

func (*PublicUserInfo) GetUserID

func (m *PublicUserInfo) GetUserID() string

func (*PublicUserInfo) ProtoMessage

func (*PublicUserInfo) ProtoMessage()

func (*PublicUserInfo) Reset

func (m *PublicUserInfo) Reset()

func (*PublicUserInfo) String

func (m *PublicUserInfo) String() string

func (*PublicUserInfo) XXX_DiscardUnknown

func (m *PublicUserInfo) XXX_DiscardUnknown()

func (*PublicUserInfo) XXX_Marshal

func (m *PublicUserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PublicUserInfo) XXX_Merge

func (dst *PublicUserInfo) XXX_Merge(src proto.Message)

func (*PublicUserInfo) XXX_Size

func (m *PublicUserInfo) XXX_Size() int

func (*PublicUserInfo) XXX_Unmarshal

func (m *PublicUserInfo) XXX_Unmarshal(b []byte) error

type PullMessageBySeqListReq

type PullMessageBySeqListReq struct {
	UserID               string              `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
	OperationID          string              `protobuf:"bytes,2,opt,name=operationID" json:"operationID,omitempty"`
	SeqList              []uint32            `protobuf:"varint,3,rep,packed,name=seqList" json:"seqList,omitempty"`
	GroupSeqList         map[string]*SeqList `` /* 144-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

/////////////////////////////////base end/////////////////////////////////////

func (*PullMessageBySeqListReq) Descriptor

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

func (*PullMessageBySeqListReq) GetGroupSeqList

func (m *PullMessageBySeqListReq) GetGroupSeqList() map[string]*SeqList

func (*PullMessageBySeqListReq) GetOperationID

func (m *PullMessageBySeqListReq) GetOperationID() string

func (*PullMessageBySeqListReq) GetSeqList

func (m *PullMessageBySeqListReq) GetSeqList() []uint32

func (*PullMessageBySeqListReq) GetUserID

func (m *PullMessageBySeqListReq) GetUserID() string

func (*PullMessageBySeqListReq) ProtoMessage

func (*PullMessageBySeqListReq) ProtoMessage()

func (*PullMessageBySeqListReq) Reset

func (m *PullMessageBySeqListReq) Reset()

func (*PullMessageBySeqListReq) String

func (m *PullMessageBySeqListReq) String() string

func (*PullMessageBySeqListReq) XXX_DiscardUnknown

func (m *PullMessageBySeqListReq) XXX_DiscardUnknown()

func (*PullMessageBySeqListReq) XXX_Marshal

func (m *PullMessageBySeqListReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PullMessageBySeqListReq) XXX_Merge

func (dst *PullMessageBySeqListReq) XXX_Merge(src proto.Message)

func (*PullMessageBySeqListReq) XXX_Size

func (m *PullMessageBySeqListReq) XXX_Size() int

func (*PullMessageBySeqListReq) XXX_Unmarshal

func (m *PullMessageBySeqListReq) XXX_Unmarshal(b []byte) error

type PullMessageBySeqListResp

type PullMessageBySeqListResp struct {
	ErrCode              int32                   `protobuf:"varint,1,opt,name=errCode" json:"errCode,omitempty"`
	ErrMsg               string                  `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"`
	List                 []*MsgData              `protobuf:"bytes,3,rep,name=list" json:"list,omitempty"`
	GroupMsgDataList     map[string]*MsgDataList `` /* 152-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*PullMessageBySeqListResp) Descriptor

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

func (*PullMessageBySeqListResp) GetErrCode

func (m *PullMessageBySeqListResp) GetErrCode() int32

func (*PullMessageBySeqListResp) GetErrMsg

func (m *PullMessageBySeqListResp) GetErrMsg() string

func (*PullMessageBySeqListResp) GetGroupMsgDataList

func (m *PullMessageBySeqListResp) GetGroupMsgDataList() map[string]*MsgDataList

func (*PullMessageBySeqListResp) GetList

func (m *PullMessageBySeqListResp) GetList() []*MsgData

func (*PullMessageBySeqListResp) ProtoMessage

func (*PullMessageBySeqListResp) ProtoMessage()

func (*PullMessageBySeqListResp) Reset

func (m *PullMessageBySeqListResp) Reset()

func (*PullMessageBySeqListResp) String

func (m *PullMessageBySeqListResp) String() string

func (*PullMessageBySeqListResp) XXX_DiscardUnknown

func (m *PullMessageBySeqListResp) XXX_DiscardUnknown()

func (*PullMessageBySeqListResp) XXX_Marshal

func (m *PullMessageBySeqListResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PullMessageBySeqListResp) XXX_Merge

func (dst *PullMessageBySeqListResp) XXX_Merge(src proto.Message)

func (*PullMessageBySeqListResp) XXX_Size

func (m *PullMessageBySeqListResp) XXX_Size() int

func (*PullMessageBySeqListResp) XXX_Unmarshal

func (m *PullMessageBySeqListResp) XXX_Unmarshal(b []byte) error

type QuitGroupReq

type QuitGroupReq struct {
	GroupID     string `json:"groupID" binding:"required"`
	OperationID string `json:"operationID" binding:"required"`
}

type QuitGroupResp

type QuitGroupResp struct {
	CommResp
}

type RemoveBlackListReq

type RemoveBlackListReq struct {
	ParamsCommFriend
}

type RemoveBlackListResp

type RemoveBlackListResp struct {
	CommResp
}

type RequestPagination

type RequestPagination struct {
	PageNumber           int32    `protobuf:"varint,1,opt,name=pageNumber" json:"pageNumber,omitempty"`
	ShowNumber           int32    `protobuf:"varint,2,opt,name=showNumber" json:"showNumber,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

/cms

func (*RequestPagination) Descriptor

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

func (*RequestPagination) GetPageNumber

func (m *RequestPagination) GetPageNumber() int32

func (*RequestPagination) GetShowNumber

func (m *RequestPagination) GetShowNumber() int32

func (*RequestPagination) ProtoMessage

func (*RequestPagination) ProtoMessage()

func (*RequestPagination) Reset

func (m *RequestPagination) Reset()

func (*RequestPagination) String

func (m *RequestPagination) String() string

func (*RequestPagination) XXX_DiscardUnknown

func (m *RequestPagination) XXX_DiscardUnknown()

func (*RequestPagination) XXX_Marshal

func (m *RequestPagination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RequestPagination) XXX_Merge

func (dst *RequestPagination) XXX_Merge(src proto.Message)

func (*RequestPagination) XXX_Size

func (m *RequestPagination) XXX_Size() int

func (*RequestPagination) XXX_Unmarshal

func (m *RequestPagination) XXX_Unmarshal(b []byte) error

type Response

type Response struct {
	Friend bool `json:"isFriend"`
}

type ResponsePagination

type ResponsePagination struct {
	CurrentPage          int32    `protobuf:"varint,5,opt,name=CurrentPage" json:"CurrentPage,omitempty"`
	ShowNumber           int32    `protobuf:"varint,6,opt,name=ShowNumber" json:"ShowNumber,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ResponsePagination) Descriptor

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

func (*ResponsePagination) GetCurrentPage

func (m *ResponsePagination) GetCurrentPage() int32

func (*ResponsePagination) GetShowNumber

func (m *ResponsePagination) GetShowNumber() int32

func (*ResponsePagination) ProtoMessage

func (*ResponsePagination) ProtoMessage()

func (*ResponsePagination) Reset

func (m *ResponsePagination) Reset()

func (*ResponsePagination) String

func (m *ResponsePagination) String() string

func (*ResponsePagination) XXX_DiscardUnknown

func (m *ResponsePagination) XXX_DiscardUnknown()

func (*ResponsePagination) XXX_Marshal

func (m *ResponsePagination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResponsePagination) XXX_Merge

func (dst *ResponsePagination) XXX_Merge(src proto.Message)

func (*ResponsePagination) XXX_Size

func (m *ResponsePagination) XXX_Size() int

func (*ResponsePagination) XXX_Unmarshal

func (m *ResponsePagination) XXX_Unmarshal(b []byte) error

type SeqList

type SeqList struct {
	SeqList              []uint32 `protobuf:"varint,1,rep,packed,name=seqList" json:"seqList,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SeqList) Descriptor

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

func (*SeqList) GetSeqList

func (m *SeqList) GetSeqList() []uint32

func (*SeqList) ProtoMessage

func (*SeqList) ProtoMessage()

func (*SeqList) Reset

func (m *SeqList) Reset()

func (*SeqList) String

func (m *SeqList) String() string

func (*SeqList) XXX_DiscardUnknown

func (m *SeqList) XXX_DiscardUnknown()

func (*SeqList) XXX_Marshal

func (m *SeqList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SeqList) XXX_Merge

func (dst *SeqList) XXX_Merge(src proto.Message)

func (*SeqList) XXX_Size

func (m *SeqList) XXX_Size() int

func (*SeqList) XXX_Unmarshal

func (m *SeqList) XXX_Unmarshal(b []byte) error

type SetAppBadgeReq

type SetAppBadgeReq struct {
	OperationID    string `json:"operationID" binding:"required"`
	FromUserID     string `json:"fromUserID" binding:"required"`
	AppUnreadCount int32  `json:"appUnreadCount" binding:"required"`
}

type SetAppBadgeResp

type SetAppBadgeResp struct {
	CommResp
}

type SetConversationReq

type SetConversationReq struct {
	Conversation
	NotificationType int    `json:"notificationType"`
	OperationID      string `json:"operationID" binding:"required"`
}

type SetConversationResp

type SetConversationResp struct {
}

type SetFriendRemarkReq

type SetFriendRemarkReq struct {
	ParamsCommFriend
	Remark string `json:"remark" binding:"required"`
}

type SetFriendRemarkResp

type SetFriendRemarkResp struct {
	CommResp
}

type SetGlobalRecvMessageOptReq

type SetGlobalRecvMessageOptReq struct {
	OperationID      string `json:"operationID" binding:"required"`
	GlobalRecvMsgOpt *int32 `json:"globalRecvMsgOpt" binding:"omitempty,oneof=0 1 2"`
}

type SetGlobalRecvMessageOptResp

type SetGlobalRecvMessageOptResp struct {
	CommResp
}

type SetGroupInfoReq

type SetGroupInfoReq struct {
	GroupID           string `json:"groupID" binding:"required"`
	GroupName         string `json:"groupName"`
	Notification      string `json:"notification"`
	Introduction      string `json:"introduction"`
	FaceURL           string `json:"faceURL"`
	Ex                string `json:"ex"`
	OperationID       string `json:"operationID" binding:"required"`
	NeedVerification  *int32 `json:"needVerification" binding:"oneof=0 1 2"`
	LookMemberInfo    *int32 `json:"lookMemberInfo" binding:"oneof=0 1"`
	ApplyMemberFriend *int32 `json:"applyMemberFriend" binding:"oneof=0 1"`
}

type SetGroupInfoResp

type SetGroupInfoResp struct {
	CommResp
}

type SetGroupMemberInfoReq

type SetGroupMemberInfoReq struct {
	OperationID string `json:"operationID" binding:"required"`
	GroupID     string `json:"groupID" binding:"required"`
	UserID      string `json:"userID" binding:"required"`
}

type SetGroupMemberNicknameReq

type SetGroupMemberNicknameReq struct {
	OperationID string `json:"operationID" binding:"required"`
	GroupID     string `json:"groupID" binding:"required"`
	UserID      string `json:"userID" binding:"required"`
	Nickname    string `json:"nickname"`
}

type SetGroupMemberNicknameResp

type SetGroupMemberNicknameResp struct {
	CommResp
}

type SetGroupMemberRoleLevelReq

type SetGroupMemberRoleLevelReq struct {
	SetGroupMemberInfoReq
	RoleLevel int `json:"roleLevel"`
}

type SetGroupMemberRoleLevelResp

type SetGroupMemberRoleLevelResp struct {
	CommResp
}

type SignalAcceptReply

type SignalAcceptReply struct {
	Token                string   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	RoomID               string   `protobuf:"bytes,2,opt,name=roomID" json:"roomID,omitempty"`
	LiveURL              string   `protobuf:"bytes,3,opt,name=liveURL" json:"liveURL,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignalAcceptReply) Descriptor

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

func (*SignalAcceptReply) GetLiveURL

func (m *SignalAcceptReply) GetLiveURL() string

func (*SignalAcceptReply) GetRoomID

func (m *SignalAcceptReply) GetRoomID() string

func (*SignalAcceptReply) GetToken

func (m *SignalAcceptReply) GetToken() string

func (*SignalAcceptReply) ProtoMessage

func (*SignalAcceptReply) ProtoMessage()

func (*SignalAcceptReply) Reset

func (m *SignalAcceptReply) Reset()

func (*SignalAcceptReply) String

func (m *SignalAcceptReply) String() string

func (*SignalAcceptReply) XXX_DiscardUnknown

func (m *SignalAcceptReply) XXX_DiscardUnknown()

func (*SignalAcceptReply) XXX_Marshal

func (m *SignalAcceptReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalAcceptReply) XXX_Merge

func (dst *SignalAcceptReply) XXX_Merge(src proto.Message)

func (*SignalAcceptReply) XXX_Size

func (m *SignalAcceptReply) XXX_Size() int

func (*SignalAcceptReply) XXX_Unmarshal

func (m *SignalAcceptReply) XXX_Unmarshal(b []byte) error

type SignalAcceptReq

type SignalAcceptReq struct {
	OpUserID             string               `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
	Invitation           *InvitationInfo      `protobuf:"bytes,2,opt,name=invitation" json:"invitation,omitempty"`
	OfflinePushInfo      *OfflinePushInfo     `protobuf:"bytes,3,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
	Participant          *ParticipantMetaData `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
	OpUserPlatformID     int32                `protobuf:"varint,5,opt,name=opUserPlatformID" json:"opUserPlatformID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SignalAcceptReq) Descriptor

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

func (*SignalAcceptReq) GetInvitation

func (m *SignalAcceptReq) GetInvitation() *InvitationInfo

func (*SignalAcceptReq) GetOfflinePushInfo

func (m *SignalAcceptReq) GetOfflinePushInfo() *OfflinePushInfo

func (*SignalAcceptReq) GetOpUserID

func (m *SignalAcceptReq) GetOpUserID() string

func (*SignalAcceptReq) GetOpUserPlatformID

func (m *SignalAcceptReq) GetOpUserPlatformID() int32

func (*SignalAcceptReq) GetParticipant

func (m *SignalAcceptReq) GetParticipant() *ParticipantMetaData

func (*SignalAcceptReq) ProtoMessage

func (*SignalAcceptReq) ProtoMessage()

func (*SignalAcceptReq) Reset

func (m *SignalAcceptReq) Reset()

func (*SignalAcceptReq) String

func (m *SignalAcceptReq) String() string

func (*SignalAcceptReq) XXX_DiscardUnknown

func (m *SignalAcceptReq) XXX_DiscardUnknown()

func (*SignalAcceptReq) XXX_Marshal

func (m *SignalAcceptReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalAcceptReq) XXX_Merge

func (dst *SignalAcceptReq) XXX_Merge(src proto.Message)

func (*SignalAcceptReq) XXX_Size

func (m *SignalAcceptReq) XXX_Size() int

func (*SignalAcceptReq) XXX_Unmarshal

func (m *SignalAcceptReq) XXX_Unmarshal(b []byte) error

type SignalCancelReply

type SignalCancelReply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignalCancelReply) Descriptor

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

func (*SignalCancelReply) ProtoMessage

func (*SignalCancelReply) ProtoMessage()

func (*SignalCancelReply) Reset

func (m *SignalCancelReply) Reset()

func (*SignalCancelReply) String

func (m *SignalCancelReply) String() string

func (*SignalCancelReply) XXX_DiscardUnknown

func (m *SignalCancelReply) XXX_DiscardUnknown()

func (*SignalCancelReply) XXX_Marshal

func (m *SignalCancelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalCancelReply) XXX_Merge

func (dst *SignalCancelReply) XXX_Merge(src proto.Message)

func (*SignalCancelReply) XXX_Size

func (m *SignalCancelReply) XXX_Size() int

func (*SignalCancelReply) XXX_Unmarshal

func (m *SignalCancelReply) XXX_Unmarshal(b []byte) error

type SignalCancelReq

type SignalCancelReq struct {
	OpUserID             string               `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
	Invitation           *InvitationInfo      `protobuf:"bytes,2,opt,name=invitation" json:"invitation,omitempty"`
	OfflinePushInfo      *OfflinePushInfo     `protobuf:"bytes,3,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
	Participant          *ParticipantMetaData `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SignalCancelReq) Descriptor

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

func (*SignalCancelReq) GetInvitation

func (m *SignalCancelReq) GetInvitation() *InvitationInfo

func (*SignalCancelReq) GetOfflinePushInfo

func (m *SignalCancelReq) GetOfflinePushInfo() *OfflinePushInfo

func (*SignalCancelReq) GetOpUserID

func (m *SignalCancelReq) GetOpUserID() string

func (*SignalCancelReq) GetParticipant

func (m *SignalCancelReq) GetParticipant() *ParticipantMetaData

func (*SignalCancelReq) ProtoMessage

func (*SignalCancelReq) ProtoMessage()

func (*SignalCancelReq) Reset

func (m *SignalCancelReq) Reset()

func (*SignalCancelReq) String

func (m *SignalCancelReq) String() string

func (*SignalCancelReq) XXX_DiscardUnknown

func (m *SignalCancelReq) XXX_DiscardUnknown()

func (*SignalCancelReq) XXX_Marshal

func (m *SignalCancelReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalCancelReq) XXX_Merge

func (dst *SignalCancelReq) XXX_Merge(src proto.Message)

func (*SignalCancelReq) XXX_Size

func (m *SignalCancelReq) XXX_Size() int

func (*SignalCancelReq) XXX_Unmarshal

func (m *SignalCancelReq) XXX_Unmarshal(b []byte) error

type SignalGetRoomByGroupIDReply

type SignalGetRoomByGroupIDReply struct {
	Invitation           *InvitationInfo        `protobuf:"bytes,1,opt,name=invitation" json:"invitation,omitempty"`
	Participant          []*ParticipantMetaData `protobuf:"bytes,2,rep,name=participant" json:"participant,omitempty"`
	Token                string                 `protobuf:"bytes,3,opt,name=token" json:"token,omitempty"`
	RoomID               string                 `protobuf:"bytes,4,opt,name=roomID" json:"roomID,omitempty"`
	LiveURL              string                 `protobuf:"bytes,5,opt,name=liveURL" json:"liveURL,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*SignalGetRoomByGroupIDReply) Descriptor

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

func (*SignalGetRoomByGroupIDReply) GetInvitation

func (m *SignalGetRoomByGroupIDReply) GetInvitation() *InvitationInfo

func (*SignalGetRoomByGroupIDReply) GetLiveURL

func (m *SignalGetRoomByGroupIDReply) GetLiveURL() string

func (*SignalGetRoomByGroupIDReply) GetParticipant

func (m *SignalGetRoomByGroupIDReply) GetParticipant() []*ParticipantMetaData

func (*SignalGetRoomByGroupIDReply) GetRoomID

func (m *SignalGetRoomByGroupIDReply) GetRoomID() string

func (*SignalGetRoomByGroupIDReply) GetToken

func (m *SignalGetRoomByGroupIDReply) GetToken() string

func (*SignalGetRoomByGroupIDReply) ProtoMessage

func (*SignalGetRoomByGroupIDReply) ProtoMessage()

func (*SignalGetRoomByGroupIDReply) Reset

func (m *SignalGetRoomByGroupIDReply) Reset()

func (*SignalGetRoomByGroupIDReply) String

func (m *SignalGetRoomByGroupIDReply) String() string

func (*SignalGetRoomByGroupIDReply) XXX_DiscardUnknown

func (m *SignalGetRoomByGroupIDReply) XXX_DiscardUnknown()

func (*SignalGetRoomByGroupIDReply) XXX_Marshal

func (m *SignalGetRoomByGroupIDReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalGetRoomByGroupIDReply) XXX_Merge

func (dst *SignalGetRoomByGroupIDReply) XXX_Merge(src proto.Message)

func (*SignalGetRoomByGroupIDReply) XXX_Size

func (m *SignalGetRoomByGroupIDReply) XXX_Size() int

func (*SignalGetRoomByGroupIDReply) XXX_Unmarshal

func (m *SignalGetRoomByGroupIDReply) XXX_Unmarshal(b []byte) error

type SignalGetRoomByGroupIDReq

type SignalGetRoomByGroupIDReq struct {
	OpUserID             string               `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
	GroupID              string               `protobuf:"bytes,2,opt,name=groupID" json:"groupID,omitempty"`
	Participant          *ParticipantMetaData `protobuf:"bytes,3,opt,name=participant" json:"participant,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SignalGetRoomByGroupIDReq) Descriptor

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

func (*SignalGetRoomByGroupIDReq) GetGroupID

func (m *SignalGetRoomByGroupIDReq) GetGroupID() string

func (*SignalGetRoomByGroupIDReq) GetOpUserID

func (m *SignalGetRoomByGroupIDReq) GetOpUserID() string

func (*SignalGetRoomByGroupIDReq) GetParticipant

func (m *SignalGetRoomByGroupIDReq) GetParticipant() *ParticipantMetaData

func (*SignalGetRoomByGroupIDReq) ProtoMessage

func (*SignalGetRoomByGroupIDReq) ProtoMessage()

func (*SignalGetRoomByGroupIDReq) Reset

func (m *SignalGetRoomByGroupIDReq) Reset()

func (*SignalGetRoomByGroupIDReq) String

func (m *SignalGetRoomByGroupIDReq) String() string

func (*SignalGetRoomByGroupIDReq) XXX_DiscardUnknown

func (m *SignalGetRoomByGroupIDReq) XXX_DiscardUnknown()

func (*SignalGetRoomByGroupIDReq) XXX_Marshal

func (m *SignalGetRoomByGroupIDReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalGetRoomByGroupIDReq) XXX_Merge

func (dst *SignalGetRoomByGroupIDReq) XXX_Merge(src proto.Message)

func (*SignalGetRoomByGroupIDReq) XXX_Size

func (m *SignalGetRoomByGroupIDReq) XXX_Size() int

func (*SignalGetRoomByGroupIDReq) XXX_Unmarshal

func (m *SignalGetRoomByGroupIDReq) XXX_Unmarshal(b []byte) error

type SignalHungUpReply

type SignalHungUpReply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignalHungUpReply) Descriptor

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

func (*SignalHungUpReply) ProtoMessage

func (*SignalHungUpReply) ProtoMessage()

func (*SignalHungUpReply) Reset

func (m *SignalHungUpReply) Reset()

func (*SignalHungUpReply) String

func (m *SignalHungUpReply) String() string

func (*SignalHungUpReply) XXX_DiscardUnknown

func (m *SignalHungUpReply) XXX_DiscardUnknown()

func (*SignalHungUpReply) XXX_Marshal

func (m *SignalHungUpReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalHungUpReply) XXX_Merge

func (dst *SignalHungUpReply) XXX_Merge(src proto.Message)

func (*SignalHungUpReply) XXX_Size

func (m *SignalHungUpReply) XXX_Size() int

func (*SignalHungUpReply) XXX_Unmarshal

func (m *SignalHungUpReply) XXX_Unmarshal(b []byte) error

type SignalHungUpReq

type SignalHungUpReq struct {
	OpUserID             string           `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
	Invitation           *InvitationInfo  `protobuf:"bytes,2,opt,name=invitation" json:"invitation,omitempty"`
	OfflinePushInfo      *OfflinePushInfo `protobuf:"bytes,3,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*SignalHungUpReq) Descriptor

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

func (*SignalHungUpReq) GetInvitation

func (m *SignalHungUpReq) GetInvitation() *InvitationInfo

func (*SignalHungUpReq) GetOfflinePushInfo

func (m *SignalHungUpReq) GetOfflinePushInfo() *OfflinePushInfo

func (*SignalHungUpReq) GetOpUserID

func (m *SignalHungUpReq) GetOpUserID() string

func (*SignalHungUpReq) ProtoMessage

func (*SignalHungUpReq) ProtoMessage()

func (*SignalHungUpReq) Reset

func (m *SignalHungUpReq) Reset()

func (*SignalHungUpReq) String

func (m *SignalHungUpReq) String() string

func (*SignalHungUpReq) XXX_DiscardUnknown

func (m *SignalHungUpReq) XXX_DiscardUnknown()

func (*SignalHungUpReq) XXX_Marshal

func (m *SignalHungUpReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalHungUpReq) XXX_Merge

func (dst *SignalHungUpReq) XXX_Merge(src proto.Message)

func (*SignalHungUpReq) XXX_Size

func (m *SignalHungUpReq) XXX_Size() int

func (*SignalHungUpReq) XXX_Unmarshal

func (m *SignalHungUpReq) XXX_Unmarshal(b []byte) error

type SignalInviteInGroupReply

type SignalInviteInGroupReply struct {
	Token                string   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	RoomID               string   `protobuf:"bytes,2,opt,name=roomID" json:"roomID,omitempty"`
	LiveURL              string   `protobuf:"bytes,3,opt,name=liveURL" json:"liveURL,omitempty"`
	BusyLineUserIDList   []string `protobuf:"bytes,4,rep,name=busyLineUserIDList" json:"busyLineUserIDList,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignalInviteInGroupReply) Descriptor

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

func (*SignalInviteInGroupReply) GetBusyLineUserIDList

func (m *SignalInviteInGroupReply) GetBusyLineUserIDList() []string

func (*SignalInviteInGroupReply) GetLiveURL

func (m *SignalInviteInGroupReply) GetLiveURL() string

func (*SignalInviteInGroupReply) GetRoomID

func (m *SignalInviteInGroupReply) GetRoomID() string

func (*SignalInviteInGroupReply) GetToken

func (m *SignalInviteInGroupReply) GetToken() string

func (*SignalInviteInGroupReply) ProtoMessage

func (*SignalInviteInGroupReply) ProtoMessage()

func (*SignalInviteInGroupReply) Reset

func (m *SignalInviteInGroupReply) Reset()

func (*SignalInviteInGroupReply) String

func (m *SignalInviteInGroupReply) String() string

func (*SignalInviteInGroupReply) XXX_DiscardUnknown

func (m *SignalInviteInGroupReply) XXX_DiscardUnknown()

func (*SignalInviteInGroupReply) XXX_Marshal

func (m *SignalInviteInGroupReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalInviteInGroupReply) XXX_Merge

func (dst *SignalInviteInGroupReply) XXX_Merge(src proto.Message)

func (*SignalInviteInGroupReply) XXX_Size

func (m *SignalInviteInGroupReply) XXX_Size() int

func (*SignalInviteInGroupReply) XXX_Unmarshal

func (m *SignalInviteInGroupReply) XXX_Unmarshal(b []byte) error

type SignalInviteInGroupReq

type SignalInviteInGroupReq struct {
	OpUserID             string               `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
	Invitation           *InvitationInfo      `protobuf:"bytes,2,opt,name=invitation" json:"invitation,omitempty"`
	OfflinePushInfo      *OfflinePushInfo     `protobuf:"bytes,3,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
	Participant          *ParticipantMetaData `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SignalInviteInGroupReq) Descriptor

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

func (*SignalInviteInGroupReq) GetInvitation

func (m *SignalInviteInGroupReq) GetInvitation() *InvitationInfo

func (*SignalInviteInGroupReq) GetOfflinePushInfo

func (m *SignalInviteInGroupReq) GetOfflinePushInfo() *OfflinePushInfo

func (*SignalInviteInGroupReq) GetOpUserID

func (m *SignalInviteInGroupReq) GetOpUserID() string

func (*SignalInviteInGroupReq) GetParticipant

func (m *SignalInviteInGroupReq) GetParticipant() *ParticipantMetaData

func (*SignalInviteInGroupReq) ProtoMessage

func (*SignalInviteInGroupReq) ProtoMessage()

func (*SignalInviteInGroupReq) Reset

func (m *SignalInviteInGroupReq) Reset()

func (*SignalInviteInGroupReq) String

func (m *SignalInviteInGroupReq) String() string

func (*SignalInviteInGroupReq) XXX_DiscardUnknown

func (m *SignalInviteInGroupReq) XXX_DiscardUnknown()

func (*SignalInviteInGroupReq) XXX_Marshal

func (m *SignalInviteInGroupReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalInviteInGroupReq) XXX_Merge

func (dst *SignalInviteInGroupReq) XXX_Merge(src proto.Message)

func (*SignalInviteInGroupReq) XXX_Size

func (m *SignalInviteInGroupReq) XXX_Size() int

func (*SignalInviteInGroupReq) XXX_Unmarshal

func (m *SignalInviteInGroupReq) XXX_Unmarshal(b []byte) error

type SignalInviteReply

type SignalInviteReply struct {
	Token                string   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	RoomID               string   `protobuf:"bytes,2,opt,name=roomID" json:"roomID,omitempty"`
	LiveURL              string   `protobuf:"bytes,3,opt,name=liveURL" json:"liveURL,omitempty"`
	BusyLineUserIDList   []string `protobuf:"bytes,4,rep,name=busyLineUserIDList" json:"busyLineUserIDList,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignalInviteReply) Descriptor

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

func (*SignalInviteReply) GetBusyLineUserIDList

func (m *SignalInviteReply) GetBusyLineUserIDList() []string

func (*SignalInviteReply) GetLiveURL

func (m *SignalInviteReply) GetLiveURL() string

func (*SignalInviteReply) GetRoomID

func (m *SignalInviteReply) GetRoomID() string

func (*SignalInviteReply) GetToken

func (m *SignalInviteReply) GetToken() string

func (*SignalInviteReply) ProtoMessage

func (*SignalInviteReply) ProtoMessage()

func (*SignalInviteReply) Reset

func (m *SignalInviteReply) Reset()

func (*SignalInviteReply) String

func (m *SignalInviteReply) String() string

func (*SignalInviteReply) XXX_DiscardUnknown

func (m *SignalInviteReply) XXX_DiscardUnknown()

func (*SignalInviteReply) XXX_Marshal

func (m *SignalInviteReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalInviteReply) XXX_Merge

func (dst *SignalInviteReply) XXX_Merge(src proto.Message)

func (*SignalInviteReply) XXX_Size

func (m *SignalInviteReply) XXX_Size() int

func (*SignalInviteReply) XXX_Unmarshal

func (m *SignalInviteReply) XXX_Unmarshal(b []byte) error

type SignalInviteReq

type SignalInviteReq struct {
	OpUserID             string               `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
	Invitation           *InvitationInfo      `protobuf:"bytes,2,opt,name=invitation" json:"invitation,omitempty"`
	OfflinePushInfo      *OfflinePushInfo     `protobuf:"bytes,3,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
	Participant          *ParticipantMetaData `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SignalInviteReq) Descriptor

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

func (*SignalInviteReq) GetInvitation

func (m *SignalInviteReq) GetInvitation() *InvitationInfo

func (*SignalInviteReq) GetOfflinePushInfo

func (m *SignalInviteReq) GetOfflinePushInfo() *OfflinePushInfo

func (*SignalInviteReq) GetOpUserID

func (m *SignalInviteReq) GetOpUserID() string

func (*SignalInviteReq) GetParticipant

func (m *SignalInviteReq) GetParticipant() *ParticipantMetaData

func (*SignalInviteReq) ProtoMessage

func (*SignalInviteReq) ProtoMessage()

func (*SignalInviteReq) Reset

func (m *SignalInviteReq) Reset()

func (*SignalInviteReq) String

func (m *SignalInviteReq) String() string

func (*SignalInviteReq) XXX_DiscardUnknown

func (m *SignalInviteReq) XXX_DiscardUnknown()

func (*SignalInviteReq) XXX_Marshal

func (m *SignalInviteReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalInviteReq) XXX_Merge

func (dst *SignalInviteReq) XXX_Merge(src proto.Message)

func (*SignalInviteReq) XXX_Size

func (m *SignalInviteReq) XXX_Size() int

func (*SignalInviteReq) XXX_Unmarshal

func (m *SignalInviteReq) XXX_Unmarshal(b []byte) error

type SignalOnRoomParticipantConnectedReq

type SignalOnRoomParticipantConnectedReq struct {
	Invitation           *InvitationInfo        `protobuf:"bytes,1,opt,name=invitation" json:"invitation,omitempty"`
	Participant          []*ParticipantMetaData `protobuf:"bytes,2,rep,name=participant" json:"participant,omitempty"`
	GroupID              string                 `protobuf:"bytes,3,opt,name=groupID" json:"groupID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*SignalOnRoomParticipantConnectedReq) Descriptor

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

func (*SignalOnRoomParticipantConnectedReq) GetGroupID

func (*SignalOnRoomParticipantConnectedReq) GetInvitation

func (*SignalOnRoomParticipantConnectedReq) GetParticipant

func (*SignalOnRoomParticipantConnectedReq) ProtoMessage

func (*SignalOnRoomParticipantConnectedReq) ProtoMessage()

func (*SignalOnRoomParticipantConnectedReq) Reset

func (*SignalOnRoomParticipantConnectedReq) String

func (*SignalOnRoomParticipantConnectedReq) XXX_DiscardUnknown

func (m *SignalOnRoomParticipantConnectedReq) XXX_DiscardUnknown()

func (*SignalOnRoomParticipantConnectedReq) XXX_Marshal

func (m *SignalOnRoomParticipantConnectedReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalOnRoomParticipantConnectedReq) XXX_Merge

func (*SignalOnRoomParticipantConnectedReq) XXX_Size

func (*SignalOnRoomParticipantConnectedReq) XXX_Unmarshal

func (m *SignalOnRoomParticipantConnectedReq) XXX_Unmarshal(b []byte) error

type SignalOnRoomParticipantDisconnectedReq

type SignalOnRoomParticipantDisconnectedReq struct {
	Invitation           *InvitationInfo        `protobuf:"bytes,1,opt,name=invitation" json:"invitation,omitempty"`
	Participant          []*ParticipantMetaData `protobuf:"bytes,2,rep,name=participant" json:"participant,omitempty"`
	GroupID              string                 `protobuf:"bytes,3,opt,name=groupID" json:"groupID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*SignalOnRoomParticipantDisconnectedReq) Descriptor

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

func (*SignalOnRoomParticipantDisconnectedReq) GetGroupID

func (*SignalOnRoomParticipantDisconnectedReq) GetInvitation

func (*SignalOnRoomParticipantDisconnectedReq) GetParticipant

func (*SignalOnRoomParticipantDisconnectedReq) ProtoMessage

func (*SignalOnRoomParticipantDisconnectedReq) Reset

func (*SignalOnRoomParticipantDisconnectedReq) String

func (*SignalOnRoomParticipantDisconnectedReq) XXX_DiscardUnknown

func (m *SignalOnRoomParticipantDisconnectedReq) XXX_DiscardUnknown()

func (*SignalOnRoomParticipantDisconnectedReq) XXX_Marshal

func (m *SignalOnRoomParticipantDisconnectedReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalOnRoomParticipantDisconnectedReq) XXX_Merge

func (*SignalOnRoomParticipantDisconnectedReq) XXX_Size

func (*SignalOnRoomParticipantDisconnectedReq) XXX_Unmarshal

func (m *SignalOnRoomParticipantDisconnectedReq) XXX_Unmarshal(b []byte) error

type SignalRejectReply

type SignalRejectReply struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignalRejectReply) Descriptor

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

func (*SignalRejectReply) ProtoMessage

func (*SignalRejectReply) ProtoMessage()

func (*SignalRejectReply) Reset

func (m *SignalRejectReply) Reset()

func (*SignalRejectReply) String

func (m *SignalRejectReply) String() string

func (*SignalRejectReply) XXX_DiscardUnknown

func (m *SignalRejectReply) XXX_DiscardUnknown()

func (*SignalRejectReply) XXX_Marshal

func (m *SignalRejectReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalRejectReply) XXX_Merge

func (dst *SignalRejectReply) XXX_Merge(src proto.Message)

func (*SignalRejectReply) XXX_Size

func (m *SignalRejectReply) XXX_Size() int

func (*SignalRejectReply) XXX_Unmarshal

func (m *SignalRejectReply) XXX_Unmarshal(b []byte) error

type SignalRejectReq

type SignalRejectReq struct {
	OpUserID             string               `protobuf:"bytes,1,opt,name=opUserID" json:"opUserID,omitempty"`
	Invitation           *InvitationInfo      `protobuf:"bytes,2,opt,name=invitation" json:"invitation,omitempty"`
	OfflinePushInfo      *OfflinePushInfo     `protobuf:"bytes,3,opt,name=offlinePushInfo" json:"offlinePushInfo,omitempty"`
	Participant          *ParticipantMetaData `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
	OpUserPlatformID     int32                `protobuf:"varint,5,opt,name=opUserPlatformID" json:"opUserPlatformID,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SignalRejectReq) Descriptor

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

func (*SignalRejectReq) GetInvitation

func (m *SignalRejectReq) GetInvitation() *InvitationInfo

func (*SignalRejectReq) GetOfflinePushInfo

func (m *SignalRejectReq) GetOfflinePushInfo() *OfflinePushInfo

func (*SignalRejectReq) GetOpUserID

func (m *SignalRejectReq) GetOpUserID() string

func (*SignalRejectReq) GetOpUserPlatformID

func (m *SignalRejectReq) GetOpUserPlatformID() int32

func (*SignalRejectReq) GetParticipant

func (m *SignalRejectReq) GetParticipant() *ParticipantMetaData

func (*SignalRejectReq) ProtoMessage

func (*SignalRejectReq) ProtoMessage()

func (*SignalRejectReq) Reset

func (m *SignalRejectReq) Reset()

func (*SignalRejectReq) String

func (m *SignalRejectReq) String() string

func (*SignalRejectReq) XXX_DiscardUnknown

func (m *SignalRejectReq) XXX_DiscardUnknown()

func (*SignalRejectReq) XXX_Marshal

func (m *SignalRejectReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalRejectReq) XXX_Merge

func (dst *SignalRejectReq) XXX_Merge(src proto.Message)

func (*SignalRejectReq) XXX_Size

func (m *SignalRejectReq) XXX_Size() int

func (*SignalRejectReq) XXX_Unmarshal

func (m *SignalRejectReq) XXX_Unmarshal(b []byte) error

type SignalReq

type SignalReq struct {
	// Types that are valid to be assigned to Payload:
	//	*SignalReq_Invite
	//	*SignalReq_InviteInGroup
	//	*SignalReq_Cancel
	//	*SignalReq_Accept
	//	*SignalReq_HungUp
	//	*SignalReq_Reject
	//	*SignalReq_GetRoomByGroupID
	//	*SignalReq_SignalOnRoomParticipantConnectedReq
	//	*SignalReq_SignalOnRoomParticipantDisconnectedReq
	Payload              isSignalReq_Payload `protobuf_oneof:"payload"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

/////////////////signal//////////////

func (*SignalReq) Descriptor

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

func (*SignalReq) GetAccept

func (m *SignalReq) GetAccept() *SignalAcceptReq

func (*SignalReq) GetCancel

func (m *SignalReq) GetCancel() *SignalCancelReq

func (*SignalReq) GetGetRoomByGroupID

func (m *SignalReq) GetGetRoomByGroupID() *SignalGetRoomByGroupIDReq

func (*SignalReq) GetHungUp

func (m *SignalReq) GetHungUp() *SignalHungUpReq

func (*SignalReq) GetInvite

func (m *SignalReq) GetInvite() *SignalInviteReq

func (*SignalReq) GetInviteInGroup

func (m *SignalReq) GetInviteInGroup() *SignalInviteInGroupReq

func (*SignalReq) GetPayload

func (m *SignalReq) GetPayload() isSignalReq_Payload

func (*SignalReq) GetReject

func (m *SignalReq) GetReject() *SignalRejectReq

func (*SignalReq) GetSignalOnRoomParticipantConnectedReq

func (m *SignalReq) GetSignalOnRoomParticipantConnectedReq() *SignalOnRoomParticipantConnectedReq

func (*SignalReq) GetSignalOnRoomParticipantDisconnectedReq

func (m *SignalReq) GetSignalOnRoomParticipantDisconnectedReq() *SignalOnRoomParticipantDisconnectedReq

func (*SignalReq) ProtoMessage

func (*SignalReq) ProtoMessage()

func (*SignalReq) Reset

func (m *SignalReq) Reset()

func (*SignalReq) String

func (m *SignalReq) String() string

func (*SignalReq) XXX_DiscardUnknown

func (m *SignalReq) XXX_DiscardUnknown()

func (*SignalReq) XXX_Marshal

func (m *SignalReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalReq) XXX_Merge

func (dst *SignalReq) XXX_Merge(src proto.Message)

func (*SignalReq) XXX_OneofFuncs

func (*SignalReq) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*SignalReq) XXX_Size

func (m *SignalReq) XXX_Size() int

func (*SignalReq) XXX_Unmarshal

func (m *SignalReq) XXX_Unmarshal(b []byte) error

type SignalReq_Accept

type SignalReq_Accept struct {
	Accept *SignalAcceptReq `protobuf:"bytes,4,opt,name=accept,oneof"`
}

type SignalReq_Cancel

type SignalReq_Cancel struct {
	Cancel *SignalCancelReq `protobuf:"bytes,3,opt,name=cancel,oneof"`
}

type SignalReq_GetRoomByGroupID

type SignalReq_GetRoomByGroupID struct {
	GetRoomByGroupID *SignalGetRoomByGroupIDReq `protobuf:"bytes,7,opt,name=GetRoomByGroupID,oneof"`
}

type SignalReq_HungUp

type SignalReq_HungUp struct {
	HungUp *SignalHungUpReq `protobuf:"bytes,5,opt,name=hungUp,oneof"`
}

type SignalReq_Invite

type SignalReq_Invite struct {
	Invite *SignalInviteReq `protobuf:"bytes,1,opt,name=invite,oneof"`
}

type SignalReq_InviteInGroup

type SignalReq_InviteInGroup struct {
	InviteInGroup *SignalInviteInGroupReq `protobuf:"bytes,2,opt,name=inviteInGroup,oneof"`
}

type SignalReq_Reject

type SignalReq_Reject struct {
	Reject *SignalRejectReq `protobuf:"bytes,6,opt,name=reject,oneof"`
}

type SignalReq_SignalOnRoomParticipantConnectedReq

type SignalReq_SignalOnRoomParticipantConnectedReq struct {
	SignalOnRoomParticipantConnectedReq *SignalOnRoomParticipantConnectedReq `protobuf:"bytes,8,opt,name=signalOnRoomParticipantConnectedReq,oneof"`
}

type SignalReq_SignalOnRoomParticipantDisconnectedReq

type SignalReq_SignalOnRoomParticipantDisconnectedReq struct {
	SignalOnRoomParticipantDisconnectedReq *SignalOnRoomParticipantDisconnectedReq `protobuf:"bytes,9,opt,name=signalOnRoomParticipantDisconnectedReq,oneof"`
}

type SignalResp

type SignalResp struct {
	// Types that are valid to be assigned to Payload:
	//	*SignalResp_Invite
	//	*SignalResp_InviteInGroup
	//	*SignalResp_Cancel
	//	*SignalResp_Accept
	//	*SignalResp_HungUp
	//	*SignalResp_Reject
	//	*SignalResp_GetRoomByGroupID
	Payload              isSignalResp_Payload `protobuf_oneof:"payload"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SignalResp) Descriptor

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

func (*SignalResp) GetAccept

func (m *SignalResp) GetAccept() *SignalAcceptReply

func (*SignalResp) GetCancel

func (m *SignalResp) GetCancel() *SignalCancelReply

func (*SignalResp) GetGetRoomByGroupID

func (m *SignalResp) GetGetRoomByGroupID() *SignalGetRoomByGroupIDReply

func (*SignalResp) GetHungUp

func (m *SignalResp) GetHungUp() *SignalHungUpReply

func (*SignalResp) GetInvite

func (m *SignalResp) GetInvite() *SignalInviteReply

func (*SignalResp) GetInviteInGroup

func (m *SignalResp) GetInviteInGroup() *SignalInviteInGroupReply

func (*SignalResp) GetPayload

func (m *SignalResp) GetPayload() isSignalResp_Payload

func (*SignalResp) GetReject

func (m *SignalResp) GetReject() *SignalRejectReply

func (*SignalResp) ProtoMessage

func (*SignalResp) ProtoMessage()

func (*SignalResp) Reset

func (m *SignalResp) Reset()

func (*SignalResp) String

func (m *SignalResp) String() string

func (*SignalResp) XXX_DiscardUnknown

func (m *SignalResp) XXX_DiscardUnknown()

func (*SignalResp) XXX_Marshal

func (m *SignalResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignalResp) XXX_Merge

func (dst *SignalResp) XXX_Merge(src proto.Message)

func (*SignalResp) XXX_OneofFuncs

func (*SignalResp) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*SignalResp) XXX_Size

func (m *SignalResp) XXX_Size() int

func (*SignalResp) XXX_Unmarshal

func (m *SignalResp) XXX_Unmarshal(b []byte) error

type SignalResp_Accept

type SignalResp_Accept struct {
	Accept *SignalAcceptReply `protobuf:"bytes,4,opt,name=accept,oneof"`
}

type SignalResp_Cancel

type SignalResp_Cancel struct {
	Cancel *SignalCancelReply `protobuf:"bytes,3,opt,name=cancel,oneof"`
}

type SignalResp_GetRoomByGroupID

type SignalResp_GetRoomByGroupID struct {
	GetRoomByGroupID *SignalGetRoomByGroupIDReply `protobuf:"bytes,7,opt,name=GetRoomByGroupID,oneof"`
}

type SignalResp_HungUp

type SignalResp_HungUp struct {
	HungUp *SignalHungUpReply `protobuf:"bytes,5,opt,name=hungUp,oneof"`
}

type SignalResp_Invite

type SignalResp_Invite struct {
	Invite *SignalInviteReply `protobuf:"bytes,1,opt,name=invite,oneof"`
}

type SignalResp_InviteInGroup

type SignalResp_InviteInGroup struct {
	InviteInGroup *SignalInviteInGroupReply `protobuf:"bytes,2,opt,name=inviteInGroup,oneof"`
}

type SignalResp_Reject

type SignalResp_Reject struct {
	Reject *SignalRejectReply `protobuf:"bytes,6,opt,name=reject,oneof"`
}

type TencentCloudStorageCredentialReq

type TencentCloudStorageCredentialReq struct {
	OperationID string `json:"operationID"`
}

type TencentCloudStorageCredentialResp

type TencentCloudStorageCredentialResp struct {
	CommResp
	CosData TencentCloudStorageCredentialRespData `json:"-"`
	Data    map[string]interface{}                `json:"data"`
}

type TencentCloudStorageCredentialRespData

type TencentCloudStorageCredentialRespData struct {
	*sts.CredentialResult
	Region string `json:"region"`
	Bucket string `json:"bucket"`
}

type TipsComm

type TipsComm struct {
	Detail               []byte   `protobuf:"bytes,1,opt,name=detail,proto3" json:"detail,omitempty"`
	DefaultTips          string   `protobuf:"bytes,2,opt,name=defaultTips" json:"defaultTips,omitempty"`
	JsonDetail           string   `protobuf:"bytes,3,opt,name=jsonDetail" json:"jsonDetail,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TipsComm) Descriptor

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

func (*TipsComm) GetDefaultTips

func (m *TipsComm) GetDefaultTips() string

func (*TipsComm) GetDetail

func (m *TipsComm) GetDetail() []byte

func (*TipsComm) GetJsonDetail

func (m *TipsComm) GetJsonDetail() string

func (*TipsComm) ProtoMessage

func (*TipsComm) ProtoMessage()

func (*TipsComm) Reset

func (m *TipsComm) Reset()

func (*TipsComm) String

func (m *TipsComm) String() string

func (*TipsComm) XXX_DiscardUnknown

func (m *TipsComm) XXX_DiscardUnknown()

func (*TipsComm) XXX_Marshal

func (m *TipsComm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TipsComm) XXX_Merge

func (dst *TipsComm) XXX_Merge(src proto.Message)

func (*TipsComm) XXX_Size

func (m *TipsComm) XXX_Size() int

func (*TipsComm) XXX_Unmarshal

func (m *TipsComm) XXX_Unmarshal(b []byte) error

type TransferGroupOwnerReq

type TransferGroupOwnerReq struct {
	GroupID        string `json:"groupID" binding:"required"`
	OldOwnerUserID string `json:"oldOwnerUserID" binding:"required"`
	NewOwnerUserID string `json:"newOwnerUserID" binding:"required"`
	OperationID    string `json:"operationID" binding:"required"`
}

type TransferGroupOwnerResp

type TransferGroupOwnerResp struct {
	CommResp
}

type UpdateDepartmentReq

type UpdateDepartmentReq struct {
	*Department
	DepartmentID string `json:"departmentID" binding:"required"`
	OperationID  string `json:"operationID" binding:"required"`
}

type UpdateDepartmentResp

type UpdateDepartmentResp struct {
	CommResp
}

type UpdateOrganizationUserReq

type UpdateOrganizationUserReq struct {
	OperationID string `json:"operationID" binding:"required"`
	*OrganizationUser
}

type UpdateOrganizationUserResp

type UpdateOrganizationUserResp struct {
	CommResp
}

type UpdateSelfUserInfoReq

type UpdateSelfUserInfoReq struct {
	ApiUserInfo
	OperationID string `json:"operationID" binding:"required"`
}

type UpdateUserInDepartmentReq

type UpdateUserInDepartmentReq struct {
	OperationID string `json:"operationID" binding:"required"`
	*DepartmentMember
}

type UpdateUserInDepartmentResp

type UpdateUserInDepartmentResp struct {
	CommResp
}

type UpdateUserInfoResp

type UpdateUserInfoResp struct {
	CommResp
}

type UserDepartmentMember

type UserDepartmentMember struct {
	OrganizationUser     *OrganizationUser `protobuf:"bytes,1,opt,name=organizationUser" json:"organizationUser,omitempty"`
	DepartmentMember     *DepartmentMember `protobuf:"bytes,2,opt,name=departmentMember" json:"departmentMember,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*UserDepartmentMember) Descriptor

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

func (*UserDepartmentMember) GetDepartmentMember

func (m *UserDepartmentMember) GetDepartmentMember() *DepartmentMember

func (*UserDepartmentMember) GetOrganizationUser

func (m *UserDepartmentMember) GetOrganizationUser() *OrganizationUser

func (*UserDepartmentMember) ProtoMessage

func (*UserDepartmentMember) ProtoMessage()

func (*UserDepartmentMember) Reset

func (m *UserDepartmentMember) Reset()

func (*UserDepartmentMember) String

func (m *UserDepartmentMember) String() string

func (*UserDepartmentMember) XXX_DiscardUnknown

func (m *UserDepartmentMember) XXX_DiscardUnknown()

func (*UserDepartmentMember) XXX_Marshal

func (m *UserDepartmentMember) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserDepartmentMember) XXX_Merge

func (dst *UserDepartmentMember) XXX_Merge(src proto.Message)

func (*UserDepartmentMember) XXX_Size

func (m *UserDepartmentMember) XXX_Size() int

func (*UserDepartmentMember) XXX_Unmarshal

func (m *UserDepartmentMember) XXX_Unmarshal(b []byte) error

type UserIDResult

type UserIDResult struct {
	UserID string `json:"userID""`
	Result int32  `json:"result"`
}

type UserInDepartment

type UserInDepartment struct {
	OrganizationUser     *OrganizationUser   `protobuf:"bytes,1,opt,name=organizationUser" json:"organizationUser,omitempty"`
	DepartmentMemberList []*DepartmentMember `protobuf:"bytes,2,rep,name=departmentMemberList" json:"departmentMemberList,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*UserInDepartment) Descriptor

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

func (*UserInDepartment) GetDepartmentMemberList

func (m *UserInDepartment) GetDepartmentMemberList() []*DepartmentMember

func (*UserInDepartment) GetOrganizationUser

func (m *UserInDepartment) GetOrganizationUser() *OrganizationUser

func (*UserInDepartment) ProtoMessage

func (*UserInDepartment) ProtoMessage()

func (*UserInDepartment) Reset

func (m *UserInDepartment) Reset()

func (*UserInDepartment) String

func (m *UserInDepartment) String() string

func (*UserInDepartment) XXX_DiscardUnknown

func (m *UserInDepartment) XXX_DiscardUnknown()

func (*UserInDepartment) XXX_Marshal

func (m *UserInDepartment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserInDepartment) XXX_Merge

func (dst *UserInDepartment) XXX_Merge(src proto.Message)

func (*UserInDepartment) XXX_Size

func (m *UserInDepartment) XXX_Size() int

func (*UserInDepartment) XXX_Unmarshal

func (m *UserInDepartment) XXX_Unmarshal(b []byte) error

type UserInfo

type UserInfo struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
	Nickname             string   `protobuf:"bytes,2,opt,name=nickname" json:"nickname,omitempty"`
	FaceURL              string   `protobuf:"bytes,3,opt,name=faceURL" json:"faceURL,omitempty"`
	Gender               int32    `protobuf:"varint,4,opt,name=gender" json:"gender,omitempty"`
	PhoneNumber          string   `protobuf:"bytes,5,opt,name=phoneNumber" json:"phoneNumber,omitempty"`
	Birth                uint32   `protobuf:"varint,6,opt,name=birth" json:"birth,omitempty"`
	Email                string   `protobuf:"bytes,7,opt,name=email" json:"email,omitempty"`
	Ex                   string   `protobuf:"bytes,8,opt,name=ex" json:"ex,omitempty"`
	CreateTime           uint32   `protobuf:"varint,9,opt,name=createTime" json:"createTime,omitempty"`
	AppMangerLevel       int32    `protobuf:"varint,10,opt,name=appMangerLevel" json:"appMangerLevel,omitempty"`
	GlobalRecvMsgOpt     int32    `protobuf:"varint,11,opt,name=globalRecvMsgOpt" json:"globalRecvMsgOpt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserInfo) Descriptor

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

func (*UserInfo) GetAppMangerLevel

func (m *UserInfo) GetAppMangerLevel() int32

func (*UserInfo) GetBirth

func (m *UserInfo) GetBirth() uint32

func (*UserInfo) GetCreateTime

func (m *UserInfo) GetCreateTime() uint32

func (*UserInfo) GetEmail

func (m *UserInfo) GetEmail() string

func (*UserInfo) GetEx

func (m *UserInfo) GetEx() string

func (*UserInfo) GetFaceURL

func (m *UserInfo) GetFaceURL() string

func (*UserInfo) GetGender

func (m *UserInfo) GetGender() int32

func (*UserInfo) GetGlobalRecvMsgOpt

func (m *UserInfo) GetGlobalRecvMsgOpt() int32

func (*UserInfo) GetNickname

func (m *UserInfo) GetNickname() string

func (*UserInfo) GetPhoneNumber

func (m *UserInfo) GetPhoneNumber() string

func (*UserInfo) GetUserID

func (m *UserInfo) GetUserID() string

func (*UserInfo) ProtoMessage

func (*UserInfo) ProtoMessage()

func (*UserInfo) Reset

func (m *UserInfo) Reset()

func (*UserInfo) String

func (m *UserInfo) String() string

func (*UserInfo) XXX_DiscardUnknown

func (m *UserInfo) XXX_DiscardUnknown()

func (*UserInfo) XXX_Marshal

func (m *UserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserInfo) XXX_Merge

func (dst *UserInfo) XXX_Merge(src proto.Message)

func (*UserInfo) XXX_Size

func (m *UserInfo) XXX_Size() int

func (*UserInfo) XXX_Unmarshal

func (m *UserInfo) XXX_Unmarshal(b []byte) error

type UserInfoUpdatedTips

type UserInfoUpdatedTips struct {
	UserID               string   `protobuf:"bytes,1,opt,name=userID" json:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

////////////////////user/////////////////////

func (*UserInfoUpdatedTips) Descriptor

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

func (*UserInfoUpdatedTips) GetUserID

func (m *UserInfoUpdatedTips) GetUserID() string

func (*UserInfoUpdatedTips) ProtoMessage

func (*UserInfoUpdatedTips) ProtoMessage()

func (*UserInfoUpdatedTips) Reset

func (m *UserInfoUpdatedTips) Reset()

func (*UserInfoUpdatedTips) String

func (m *UserInfoUpdatedTips) String() string

func (*UserInfoUpdatedTips) XXX_DiscardUnknown

func (m *UserInfoUpdatedTips) XXX_DiscardUnknown()

func (*UserInfoUpdatedTips) XXX_Marshal

func (m *UserInfoUpdatedTips) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserInfoUpdatedTips) XXX_Merge

func (dst *UserInfoUpdatedTips) XXX_Merge(src proto.Message)

func (*UserInfoUpdatedTips) XXX_Size

func (m *UserInfoUpdatedTips) XXX_Size() int

func (*UserInfoUpdatedTips) XXX_Unmarshal

func (m *UserInfoUpdatedTips) XXX_Unmarshal(b []byte) error

type UserRegisterReq

type UserRegisterReq struct {
	Secret   string `json:"secret" binding:"required,max=32"`
	Platform int32  `json:"platform" binding:"required,min=1,max=7"`
	UserInfo
	OperationID string `json:"operationID" binding:"required"`
}

type UserRegisterResp

type UserRegisterResp struct {
	CommResp
	UserToken UserTokenInfo `json:"data"`
}

type UserSendMsgResp

type UserSendMsgResp struct {
	ServerMsgID          string   `protobuf:"bytes,1,opt,name=serverMsgID" json:"serverMsgID,omitempty"`
	ClientMsgID          string   `protobuf:"bytes,2,opt,name=clientMsgID" json:"clientMsgID,omitempty"`
	SendTime             int64    `protobuf:"varint,3,opt,name=sendTime" json:"sendTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserSendMsgResp) Descriptor

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

func (*UserSendMsgResp) GetClientMsgID

func (m *UserSendMsgResp) GetClientMsgID() string

func (*UserSendMsgResp) GetSendTime

func (m *UserSendMsgResp) GetSendTime() int64

func (*UserSendMsgResp) GetServerMsgID

func (m *UserSendMsgResp) GetServerMsgID() string

func (*UserSendMsgResp) ProtoMessage

func (*UserSendMsgResp) ProtoMessage()

func (*UserSendMsgResp) Reset

func (m *UserSendMsgResp) Reset()

func (*UserSendMsgResp) String

func (m *UserSendMsgResp) String() string

func (*UserSendMsgResp) XXX_DiscardUnknown

func (m *UserSendMsgResp) XXX_DiscardUnknown()

func (*UserSendMsgResp) XXX_Marshal

func (m *UserSendMsgResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UserSendMsgResp) XXX_Merge

func (dst *UserSendMsgResp) XXX_Merge(src proto.Message)

func (*UserSendMsgResp) XXX_Size

func (m *UserSendMsgResp) XXX_Size() int

func (*UserSendMsgResp) XXX_Unmarshal

func (m *UserSendMsgResp) XXX_Unmarshal(b []byte) error

type UserTokenInfo

type UserTokenInfo struct {
	UserID      string `json:"userID"`
	Token       string `json:"token"`
	ExpiredTime int64  `json:"expiredTime"`
}

type UserTokenReq

type UserTokenReq struct {
	Secret      string `json:"secret" binding:"required,max=32"`
	Platform    int32  `json:"platform" binding:"required,min=1,max=8"`
	UserID      string `json:"userID" binding:"required,min=1,max=64"`
	OperationID string `json:"operationID" binding:"required"`
}

type UserTokenResp

type UserTokenResp struct {
	CommResp
	UserToken UserTokenInfo `json:"data"`
}

Jump to

Keyboard shortcuts

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