Files
wechat_ipad_pro/protobuf/wechat/friendgroup.pb.go
2026-02-17 13:06:23 +08:00

3370 lines
119 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// source: friendgroup.proto
package wechat
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type SnsUserPageRequest struct {
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=baseRequest" json:"baseRequest,omitempty"`
FirstPageMd5 *string `protobuf:"bytes,2,opt,name=firstPageMd5" json:"firstPageMd5,omitempty"`
Username *string `protobuf:"bytes,3,opt,name=username" json:"username,omitempty"`
MaxId *uint64 `protobuf:"varint,4,opt,name=maxId" json:"maxId,omitempty"`
Source *uint32 `protobuf:"varint,5,opt,name=source" json:"source,omitempty"`
MinFilterId *uint64 `protobuf:"varint,6,opt,name=minFilterId" json:"minFilterId,omitempty"`
LastRequestTime *uint32 `protobuf:"varint,7,opt,name=lastRequestTime" json:"lastRequestTime,omitempty"`
FilterType *uint32 `protobuf:"varint,8,opt,name=filterType" json:"filterType,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsUserPageRequest) Reset() { *m = SnsUserPageRequest{} }
func (m *SnsUserPageRequest) String() string { return proto.CompactTextString(m) }
func (*SnsUserPageRequest) ProtoMessage() {}
func (*SnsUserPageRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{0}
}
func (m *SnsUserPageRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsUserPageRequest.Unmarshal(m, b)
}
func (m *SnsUserPageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsUserPageRequest.Marshal(b, m, deterministic)
}
func (m *SnsUserPageRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsUserPageRequest.Merge(m, src)
}
func (m *SnsUserPageRequest) XXX_Size() int {
return xxx_messageInfo_SnsUserPageRequest.Size(m)
}
func (m *SnsUserPageRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SnsUserPageRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SnsUserPageRequest proto.InternalMessageInfo
func (m *SnsUserPageRequest) GetBaseRequest() *BaseRequest {
if m != nil {
return m.BaseRequest
}
return nil
}
func (m *SnsUserPageRequest) GetFirstPageMd5() string {
if m != nil && m.FirstPageMd5 != nil {
return *m.FirstPageMd5
}
return ""
}
func (m *SnsUserPageRequest) GetUsername() string {
if m != nil && m.Username != nil {
return *m.Username
}
return ""
}
func (m *SnsUserPageRequest) GetMaxId() uint64 {
if m != nil && m.MaxId != nil {
return *m.MaxId
}
return 0
}
func (m *SnsUserPageRequest) GetSource() uint32 {
if m != nil && m.Source != nil {
return *m.Source
}
return 0
}
func (m *SnsUserPageRequest) GetMinFilterId() uint64 {
if m != nil && m.MinFilterId != nil {
return *m.MinFilterId
}
return 0
}
func (m *SnsUserPageRequest) GetLastRequestTime() uint32 {
if m != nil && m.LastRequestTime != nil {
return *m.LastRequestTime
}
return 0
}
func (m *SnsUserPageRequest) GetFilterType() uint32 {
if m != nil && m.FilterType != nil {
return *m.FilterType
}
return 0
}
type SnsUserPageResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
FirstPageMd5 *string `protobuf:"bytes,2,opt,name=firstPageMd5" json:"firstPageMd5,omitempty"`
ObjectCount *uint32 `protobuf:"varint,3,opt,name=objectCount" json:"objectCount,omitempty"`
ObjectList []*SnsObject `protobuf:"bytes,4,rep,name=objectList" json:"objectList,omitempty"`
ObjectTotalCount *uint32 `protobuf:"varint,5,opt,name=objectTotalCount" json:"objectTotalCount,omitempty"`
SnsUserInfo *SnsUserInfo `protobuf:"bytes,6,opt,name=snsUserInfo" json:"snsUserInfo,omitempty"`
NewRequestTime *uint32 `protobuf:"varint,7,opt,name=newRequestTime" json:"newRequestTime,omitempty"`
ObjectCountForSameMd5 *uint32 `protobuf:"varint,8,opt,name=objectCountForSameMd5" json:"objectCountForSameMd5,omitempty"`
ServerConfig *SnsServerConfig `protobuf:"bytes,9,opt,name=serverConfig" json:"serverConfig,omitempty"`
LimitedId *int64 `protobuf:"varint,10,opt,name=limitedId" json:"limitedId,omitempty"`
ContinueId *int64 `protobuf:"varint,11,opt,name=continueId" json:"continueId,omitempty"`
RetTips *string `protobuf:"bytes,12,opt,name=retTips" json:"retTips,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsUserPageResponse) Reset() { *m = SnsUserPageResponse{} }
func (m *SnsUserPageResponse) String() string { return proto.CompactTextString(m) }
func (*SnsUserPageResponse) ProtoMessage() {}
func (*SnsUserPageResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{1}
}
func (m *SnsUserPageResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsUserPageResponse.Unmarshal(m, b)
}
func (m *SnsUserPageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsUserPageResponse.Marshal(b, m, deterministic)
}
func (m *SnsUserPageResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsUserPageResponse.Merge(m, src)
}
func (m *SnsUserPageResponse) XXX_Size() int {
return xxx_messageInfo_SnsUserPageResponse.Size(m)
}
func (m *SnsUserPageResponse) XXX_DiscardUnknown() {
xxx_messageInfo_SnsUserPageResponse.DiscardUnknown(m)
}
var xxx_messageInfo_SnsUserPageResponse proto.InternalMessageInfo
func (m *SnsUserPageResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *SnsUserPageResponse) GetFirstPageMd5() string {
if m != nil && m.FirstPageMd5 != nil {
return *m.FirstPageMd5
}
return ""
}
func (m *SnsUserPageResponse) GetObjectCount() uint32 {
if m != nil && m.ObjectCount != nil {
return *m.ObjectCount
}
return 0
}
func (m *SnsUserPageResponse) GetObjectList() []*SnsObject {
if m != nil {
return m.ObjectList
}
return nil
}
func (m *SnsUserPageResponse) GetObjectTotalCount() uint32 {
if m != nil && m.ObjectTotalCount != nil {
return *m.ObjectTotalCount
}
return 0
}
func (m *SnsUserPageResponse) GetSnsUserInfo() *SnsUserInfo {
if m != nil {
return m.SnsUserInfo
}
return nil
}
func (m *SnsUserPageResponse) GetNewRequestTime() uint32 {
if m != nil && m.NewRequestTime != nil {
return *m.NewRequestTime
}
return 0
}
func (m *SnsUserPageResponse) GetObjectCountForSameMd5() uint32 {
if m != nil && m.ObjectCountForSameMd5 != nil {
return *m.ObjectCountForSameMd5
}
return 0
}
func (m *SnsUserPageResponse) GetServerConfig() *SnsServerConfig {
if m != nil {
return m.ServerConfig
}
return nil
}
func (m *SnsUserPageResponse) GetLimitedId() int64 {
if m != nil && m.LimitedId != nil {
return *m.LimitedId
}
return 0
}
func (m *SnsUserPageResponse) GetContinueId() int64 {
if m != nil && m.ContinueId != nil {
return *m.ContinueId
}
return 0
}
func (m *SnsUserPageResponse) GetRetTips() string {
if m != nil && m.RetTips != nil {
return *m.RetTips
}
return ""
}
type SnsServerConfig struct {
PostMentionLimit *uint32 `protobuf:"varint,1,opt,name=postMentionLimit" json:"postMentionLimit,omitempty"`
CopyAndPasteWordLimit *uint32 `protobuf:"varint,2,opt,name=copyAndPasteWordLimit" json:"copyAndPasteWordLimit,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsServerConfig) Reset() { *m = SnsServerConfig{} }
func (m *SnsServerConfig) String() string { return proto.CompactTextString(m) }
func (*SnsServerConfig) ProtoMessage() {}
func (*SnsServerConfig) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{2}
}
func (m *SnsServerConfig) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsServerConfig.Unmarshal(m, b)
}
func (m *SnsServerConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsServerConfig.Marshal(b, m, deterministic)
}
func (m *SnsServerConfig) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsServerConfig.Merge(m, src)
}
func (m *SnsServerConfig) XXX_Size() int {
return xxx_messageInfo_SnsServerConfig.Size(m)
}
func (m *SnsServerConfig) XXX_DiscardUnknown() {
xxx_messageInfo_SnsServerConfig.DiscardUnknown(m)
}
var xxx_messageInfo_SnsServerConfig proto.InternalMessageInfo
func (m *SnsServerConfig) GetPostMentionLimit() uint32 {
if m != nil && m.PostMentionLimit != nil {
return *m.PostMentionLimit
}
return 0
}
func (m *SnsServerConfig) GetCopyAndPasteWordLimit() uint32 {
if m != nil && m.CopyAndPasteWordLimit != nil {
return *m.CopyAndPasteWordLimit
}
return 0
}
type SnsObject struct {
Id *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
Username *string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
Nickname *string `protobuf:"bytes,3,opt,name=nickname" json:"nickname,omitempty"`
CreateTime *uint32 `protobuf:"varint,4,opt,name=createTime" json:"createTime,omitempty"`
ObjectDesc *SKBuiltinString_ `protobuf:"bytes,5,opt,name=objectDesc" json:"objectDesc,omitempty"`
LikeFlag *uint32 `protobuf:"varint,6,opt,name=likeFlag" json:"likeFlag,omitempty"`
LikeCount *uint32 `protobuf:"varint,7,opt,name=likeCount" json:"likeCount,omitempty"`
LikeUserListCount *uint32 `protobuf:"varint,8,opt,name=likeUserListCount" json:"likeUserListCount,omitempty"`
// 点赞好友列表
LikeUserList []*SnsCommentInfo `protobuf:"bytes,9,rep,name=likeUserList" json:"likeUserList,omitempty"`
CommentCount *uint32 `protobuf:"varint,10,opt,name=commentCount" json:"commentCount,omitempty"`
CommentUserListCount *uint32 `protobuf:"varint,11,opt,name=commentUserListCount" json:"commentUserListCount,omitempty"`
// 评论好友列表
CommentUserList []*SnsCommentInfo `protobuf:"bytes,12,rep,name=commentUserList" json:"commentUserList,omitempty"`
WithUserCount *uint32 `protobuf:"varint,13,opt,name=withUserCount" json:"withUserCount,omitempty"`
WithUserListCount *uint32 `protobuf:"varint,14,opt,name=withUserListCount" json:"withUserListCount,omitempty"`
// 发送朋友圈时,提到的用户列表
WithUserList []*SnsCommentInfo `protobuf:"bytes,15,rep,name=withUserList" json:"withUserList,omitempty"`
ExtFlag *uint32 `protobuf:"varint,16,opt,name=extFlag" json:"extFlag,omitempty"`
NoChange *uint32 `protobuf:"varint,17,opt,name=noChange" json:"noChange,omitempty"`
GroupCount *uint32 `protobuf:"varint,18,opt,name=groupCount" json:"groupCount,omitempty"`
// 暂时不知道做什么用
GroupList []*SnsGroup `protobuf:"bytes,19,rep,name=groupList" json:"groupList,omitempty"`
IsNotRichText *uint32 `protobuf:"varint,20,opt,name=isNotRichText" json:"isNotRichText,omitempty"`
ReferUsername *string `protobuf:"bytes,21,opt,name=referUsername" json:"referUsername,omitempty"`
ReferId *uint64 `protobuf:"varint,22,opt,name=referId" json:"referId,omitempty"`
BlackListCount *uint32 `protobuf:"varint,23,opt,name=blackListCount" json:"blackListCount,omitempty"`
// 不可见的朋友
BlackList []*SKBuiltinString `protobuf:"bytes,24,rep,name=blackList" json:"blackList,omitempty"`
DeleteFlag *uint32 `protobuf:"varint,25,opt,name=deleteFlag" json:"deleteFlag,omitempty"`
GroupUserCount *uint32 `protobuf:"varint,26,opt,name=groupUserCount" json:"groupUserCount,omitempty"`
// 可见的朋友
GroupUser []*SKBuiltinString `protobuf:"bytes,27,rep,name=groupUser" json:"groupUser,omitempty"`
ObjectOperations *SKBuiltinString_ `protobuf:"bytes,28,opt,name=objectOperations" json:"objectOperations,omitempty"`
SnsRedEnvelops *SnsRedEnvelops `protobuf:"bytes,29,opt,name=snsRedEnvelops" json:"snsRedEnvelops,omitempty"`
PreDownloadInfo *PreDownloadInfo `protobuf:"bytes,30,opt,name=preDownloadInfo" json:"preDownloadInfo,omitempty"`
WeAppInfo *SnsWeAppInfo `protobuf:"bytes,31,opt,name=weAppInfo" json:"weAppInfo,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
// 获取朋友圈接口解析后返回到前端
ObjectDescStr *string `protobuf:"bytes,32,opt,name=objectDescStr" json:"objectDescStr,omitempty"`
}
func (m *SnsObject) Reset() { *m = SnsObject{} }
func (m *SnsObject) String() string { return proto.CompactTextString(m) }
func (*SnsObject) ProtoMessage() {}
func (*SnsObject) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{3}
}
func (m *SnsObject) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsObject.Unmarshal(m, b)
}
func (m *SnsObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsObject.Marshal(b, m, deterministic)
}
func (m *SnsObject) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsObject.Merge(m, src)
}
func (m *SnsObject) XXX_Size() int {
return xxx_messageInfo_SnsObject.Size(m)
}
func (m *SnsObject) XXX_DiscardUnknown() {
xxx_messageInfo_SnsObject.DiscardUnknown(m)
}
var xxx_messageInfo_SnsObject proto.InternalMessageInfo
func (m *SnsObject) GetId() uint64 {
if m != nil && m.Id != nil {
return *m.Id
}
return 0
}
func (m *SnsObject) GetUsername() string {
if m != nil && m.Username != nil {
return *m.Username
}
return ""
}
func (m *SnsObject) GetNickname() string {
if m != nil && m.Nickname != nil {
return *m.Nickname
}
return ""
}
func (m *SnsObject) GetCreateTime() uint32 {
if m != nil && m.CreateTime != nil {
return *m.CreateTime
}
return 0
}
func (m *SnsObject) GetObjectDesc() *SKBuiltinString_ {
if m != nil {
return m.ObjectDesc
}
return nil
}
func (m *SnsObject) GetObjectDescStr() *string {
if m != nil {
if m.ObjectDesc != nil {
if m.ObjectDesc.Buffer != nil {
ObjectDescStr := string(m.ObjectDesc.Buffer)
return &ObjectDescStr
}
}
}
return nil
}
func (m *SnsObject) SetObjectDescStr(descStr []byte) {
if m != nil {
ObjectDescStr := string(descStr)
m.ObjectDescStr = &ObjectDescStr
}
}
func (m *SnsObject) GetLikeFlag() uint32 {
if m != nil && m.LikeFlag != nil {
return *m.LikeFlag
}
return 0
}
func (m *SnsObject) GetLikeCount() uint32 {
if m != nil && m.LikeCount != nil {
return *m.LikeCount
}
return 0
}
func (m *SnsObject) GetLikeUserListCount() uint32 {
if m != nil && m.LikeUserListCount != nil {
return *m.LikeUserListCount
}
return 0
}
func (m *SnsObject) GetLikeUserList() []*SnsCommentInfo {
if m != nil {
return m.LikeUserList
}
return nil
}
func (m *SnsObject) GetCommentCount() uint32 {
if m != nil && m.CommentCount != nil {
return *m.CommentCount
}
return 0
}
func (m *SnsObject) GetCommentUserListCount() uint32 {
if m != nil && m.CommentUserListCount != nil {
return *m.CommentUserListCount
}
return 0
}
func (m *SnsObject) GetCommentUserList() []*SnsCommentInfo {
if m != nil {
return m.CommentUserList
}
return nil
}
func (m *SnsObject) GetWithUserCount() uint32 {
if m != nil && m.WithUserCount != nil {
return *m.WithUserCount
}
return 0
}
func (m *SnsObject) GetWithUserListCount() uint32 {
if m != nil && m.WithUserListCount != nil {
return *m.WithUserListCount
}
return 0
}
func (m *SnsObject) GetWithUserList() []*SnsCommentInfo {
if m != nil {
return m.WithUserList
}
return nil
}
func (m *SnsObject) GetExtFlag() uint32 {
if m != nil && m.ExtFlag != nil {
return *m.ExtFlag
}
return 0
}
func (m *SnsObject) GetNoChange() uint32 {
if m != nil && m.NoChange != nil {
return *m.NoChange
}
return 0
}
func (m *SnsObject) GetGroupCount() uint32 {
if m != nil && m.GroupCount != nil {
return *m.GroupCount
}
return 0
}
func (m *SnsObject) GetGroupList() []*SnsGroup {
if m != nil {
return m.GroupList
}
return nil
}
func (m *SnsObject) GetIsNotRichText() uint32 {
if m != nil && m.IsNotRichText != nil {
return *m.IsNotRichText
}
return 0
}
func (m *SnsObject) GetReferUsername() string {
if m != nil && m.ReferUsername != nil {
return *m.ReferUsername
}
return ""
}
func (m *SnsObject) GetReferId() uint64 {
if m != nil && m.ReferId != nil {
return *m.ReferId
}
return 0
}
func (m *SnsObject) GetBlackListCount() uint32 {
if m != nil && m.BlackListCount != nil {
return *m.BlackListCount
}
return 0
}
func (m *SnsObject) GetBlackList() []*SKBuiltinString {
if m != nil {
return m.BlackList
}
return nil
}
func (m *SnsObject) GetDeleteFlag() uint32 {
if m != nil && m.DeleteFlag != nil {
return *m.DeleteFlag
}
return 0
}
func (m *SnsObject) GetGroupUserCount() uint32 {
if m != nil && m.GroupUserCount != nil {
return *m.GroupUserCount
}
return 0
}
func (m *SnsObject) GetGroupUser() []*SKBuiltinString {
if m != nil {
return m.GroupUser
}
return nil
}
func (m *SnsObject) GetObjectOperations() *SKBuiltinString_ {
if m != nil {
return m.ObjectOperations
}
return nil
}
func (m *SnsObject) GetSnsRedEnvelops() *SnsRedEnvelops {
if m != nil {
return m.SnsRedEnvelops
}
return nil
}
func (m *SnsObject) GetPreDownloadInfo() *PreDownloadInfo {
if m != nil {
return m.PreDownloadInfo
}
return nil
}
func (m *SnsObject) GetWeAppInfo() *SnsWeAppInfo {
if m != nil {
return m.WeAppInfo
}
return nil
}
type SnsRedEnvelops struct {
RewardCount *uint32 `protobuf:"varint,1,opt,name=rewardCount" json:"rewardCount,omitempty"`
RewardUserList []*SnsHBUserInfo `protobuf:"bytes,2,rep,name=rewardUserList" json:"rewardUserList,omitempty"`
ResourceId *uint32 `protobuf:"varint,3,opt,name=resourceId" json:"resourceId,omitempty"`
ReportId *uint32 `protobuf:"varint,4,opt,name=reportId" json:"reportId,omitempty"`
ReportKey *uint32 `protobuf:"varint,5,opt,name=reportKey" json:"reportKey,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsRedEnvelops) Reset() { *m = SnsRedEnvelops{} }
func (m *SnsRedEnvelops) String() string { return proto.CompactTextString(m) }
func (*SnsRedEnvelops) ProtoMessage() {}
func (*SnsRedEnvelops) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{4}
}
func (m *SnsRedEnvelops) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsRedEnvelops.Unmarshal(m, b)
}
func (m *SnsRedEnvelops) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsRedEnvelops.Marshal(b, m, deterministic)
}
func (m *SnsRedEnvelops) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsRedEnvelops.Merge(m, src)
}
func (m *SnsRedEnvelops) XXX_Size() int {
return xxx_messageInfo_SnsRedEnvelops.Size(m)
}
func (m *SnsRedEnvelops) XXX_DiscardUnknown() {
xxx_messageInfo_SnsRedEnvelops.DiscardUnknown(m)
}
var xxx_messageInfo_SnsRedEnvelops proto.InternalMessageInfo
func (m *SnsRedEnvelops) GetRewardCount() uint32 {
if m != nil && m.RewardCount != nil {
return *m.RewardCount
}
return 0
}
func (m *SnsRedEnvelops) GetRewardUserList() []*SnsHBUserInfo {
if m != nil {
return m.RewardUserList
}
return nil
}
func (m *SnsRedEnvelops) GetResourceId() uint32 {
if m != nil && m.ResourceId != nil {
return *m.ResourceId
}
return 0
}
func (m *SnsRedEnvelops) GetReportId() uint32 {
if m != nil && m.ReportId != nil {
return *m.ReportId
}
return 0
}
func (m *SnsRedEnvelops) GetReportKey() uint32 {
if m != nil && m.ReportKey != nil {
return *m.ReportKey
}
return 0
}
type PreDownloadInfo struct {
PreDownloadPercent *uint32 `protobuf:"varint,1,opt,name=preDownloadPercent" json:"preDownloadPercent,omitempty"`
PreDownloadNetType *uint32 `protobuf:"varint,2,opt,name=preDownloadNetType" json:"preDownloadNetType,omitempty"`
NoPreDownloadRange *string `protobuf:"bytes,3,opt,name=noPreDownloadRange" json:"noPreDownloadRange,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PreDownloadInfo) Reset() { *m = PreDownloadInfo{} }
func (m *PreDownloadInfo) String() string { return proto.CompactTextString(m) }
func (*PreDownloadInfo) ProtoMessage() {}
func (*PreDownloadInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{5}
}
func (m *PreDownloadInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PreDownloadInfo.Unmarshal(m, b)
}
func (m *PreDownloadInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PreDownloadInfo.Marshal(b, m, deterministic)
}
func (m *PreDownloadInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_PreDownloadInfo.Merge(m, src)
}
func (m *PreDownloadInfo) XXX_Size() int {
return xxx_messageInfo_PreDownloadInfo.Size(m)
}
func (m *PreDownloadInfo) XXX_DiscardUnknown() {
xxx_messageInfo_PreDownloadInfo.DiscardUnknown(m)
}
var xxx_messageInfo_PreDownloadInfo proto.InternalMessageInfo
func (m *PreDownloadInfo) GetPreDownloadPercent() uint32 {
if m != nil && m.PreDownloadPercent != nil {
return *m.PreDownloadPercent
}
return 0
}
func (m *PreDownloadInfo) GetPreDownloadNetType() uint32 {
if m != nil && m.PreDownloadNetType != nil {
return *m.PreDownloadNetType
}
return 0
}
func (m *PreDownloadInfo) GetNoPreDownloadRange() string {
if m != nil && m.NoPreDownloadRange != nil {
return *m.NoPreDownloadRange
}
return ""
}
type SnsWeAppInfo struct {
MapPoiId *string `protobuf:"bytes,1,opt,name=mapPoiId" json:"mapPoiId,omitempty"`
AppId *uint32 `protobuf:"varint,2,opt,name=appId" json:"appId,omitempty"`
UserName *string `protobuf:"bytes,3,opt,name=userName" json:"userName,omitempty"`
RedirectUrl *string `protobuf:"bytes,4,opt,name=redirectUrl" json:"redirectUrl,omitempty"`
ShowType *uint32 `protobuf:"varint,5,opt,name=showType" json:"showType,omitempty"`
Score *uint32 `protobuf:"varint,6,opt,name=score" json:"score,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsWeAppInfo) Reset() { *m = SnsWeAppInfo{} }
func (m *SnsWeAppInfo) String() string { return proto.CompactTextString(m) }
func (*SnsWeAppInfo) ProtoMessage() {}
func (*SnsWeAppInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{6}
}
func (m *SnsWeAppInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsWeAppInfo.Unmarshal(m, b)
}
func (m *SnsWeAppInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsWeAppInfo.Marshal(b, m, deterministic)
}
func (m *SnsWeAppInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsWeAppInfo.Merge(m, src)
}
func (m *SnsWeAppInfo) XXX_Size() int {
return xxx_messageInfo_SnsWeAppInfo.Size(m)
}
func (m *SnsWeAppInfo) XXX_DiscardUnknown() {
xxx_messageInfo_SnsWeAppInfo.DiscardUnknown(m)
}
var xxx_messageInfo_SnsWeAppInfo proto.InternalMessageInfo
func (m *SnsWeAppInfo) GetMapPoiId() string {
if m != nil && m.MapPoiId != nil {
return *m.MapPoiId
}
return ""
}
func (m *SnsWeAppInfo) GetAppId() uint32 {
if m != nil && m.AppId != nil {
return *m.AppId
}
return 0
}
func (m *SnsWeAppInfo) GetUserName() string {
if m != nil && m.UserName != nil {
return *m.UserName
}
return ""
}
func (m *SnsWeAppInfo) GetRedirectUrl() string {
if m != nil && m.RedirectUrl != nil {
return *m.RedirectUrl
}
return ""
}
func (m *SnsWeAppInfo) GetShowType() uint32 {
if m != nil && m.ShowType != nil {
return *m.ShowType
}
return 0
}
func (m *SnsWeAppInfo) GetScore() uint32 {
if m != nil && m.Score != nil {
return *m.Score
}
return 0
}
type SnsCommentInfo struct {
Username *string `protobuf:"bytes,1,opt,name=username" json:"username,omitempty"`
Nickname *string `protobuf:"bytes,2,opt,name=nickname" json:"nickname,omitempty"`
Source *uint32 `protobuf:"varint,3,opt,name=source" json:"source,omitempty"`
Type *uint32 `protobuf:"varint,4,opt,name=type" json:"type,omitempty"`
Content *string `protobuf:"bytes,5,opt,name=content" json:"content,omitempty"`
CreateTime *uint32 `protobuf:"varint,6,opt,name=createTime" json:"createTime,omitempty"`
CommentId *uint32 `protobuf:"varint,7,opt,name=commentId" json:"commentId,omitempty"`
ReplyCommentId *uint32 `protobuf:"varint,8,opt,name=replyCommentId" json:"replyCommentId,omitempty"`
ReplyUsername *string `protobuf:"bytes,9,opt,name=replyUsername" json:"replyUsername,omitempty"`
IsNotRichText *uint32 `protobuf:"varint,10,opt,name=isNotRichText" json:"isNotRichText,omitempty"`
ReplyCommentId2 *uint64 `protobuf:"varint,11,opt,name=replyCommentId2" json:"replyCommentId2,omitempty"`
CommentId2 *uint64 `protobuf:"varint,12,opt,name=commentId2" json:"commentId2,omitempty"`
DeleteFlag *uint32 `protobuf:"varint,13,opt,name=deleteFlag" json:"deleteFlag,omitempty"`
CommentFlag *uint32 `protobuf:"varint,14,opt,name=commentFlag" json:"commentFlag,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsCommentInfo) Reset() { *m = SnsCommentInfo{} }
func (m *SnsCommentInfo) String() string { return proto.CompactTextString(m) }
func (*SnsCommentInfo) ProtoMessage() {}
func (*SnsCommentInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{7}
}
func (m *SnsCommentInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsCommentInfo.Unmarshal(m, b)
}
func (m *SnsCommentInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsCommentInfo.Marshal(b, m, deterministic)
}
func (m *SnsCommentInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsCommentInfo.Merge(m, src)
}
func (m *SnsCommentInfo) XXX_Size() int {
return xxx_messageInfo_SnsCommentInfo.Size(m)
}
func (m *SnsCommentInfo) XXX_DiscardUnknown() {
xxx_messageInfo_SnsCommentInfo.DiscardUnknown(m)
}
var xxx_messageInfo_SnsCommentInfo proto.InternalMessageInfo
func (m *SnsCommentInfo) GetUsername() string {
if m != nil && m.Username != nil {
return *m.Username
}
return ""
}
func (m *SnsCommentInfo) GetNickname() string {
if m != nil && m.Nickname != nil {
return *m.Nickname
}
return ""
}
func (m *SnsCommentInfo) GetSource() uint32 {
if m != nil && m.Source != nil {
return *m.Source
}
return 0
}
func (m *SnsCommentInfo) GetType() uint32 {
if m != nil && m.Type != nil {
return *m.Type
}
return 0
}
func (m *SnsCommentInfo) GetContent() string {
if m != nil && m.Content != nil {
return *m.Content
}
return ""
}
func (m *SnsCommentInfo) GetCreateTime() uint32 {
if m != nil && m.CreateTime != nil {
return *m.CreateTime
}
return 0
}
func (m *SnsCommentInfo) GetCommentId() uint32 {
if m != nil && m.CommentId != nil {
return *m.CommentId
}
return 0
}
func (m *SnsCommentInfo) GetReplyCommentId() uint32 {
if m != nil && m.ReplyCommentId != nil {
return *m.ReplyCommentId
}
return 0
}
func (m *SnsCommentInfo) GetReplyUsername() string {
if m != nil && m.ReplyUsername != nil {
return *m.ReplyUsername
}
return ""
}
func (m *SnsCommentInfo) GetIsNotRichText() uint32 {
if m != nil && m.IsNotRichText != nil {
return *m.IsNotRichText
}
return 0
}
func (m *SnsCommentInfo) GetReplyCommentId2() uint64 {
if m != nil && m.ReplyCommentId2 != nil {
return *m.ReplyCommentId2
}
return 0
}
func (m *SnsCommentInfo) GetCommentId2() uint64 {
if m != nil && m.CommentId2 != nil {
return *m.CommentId2
}
return 0
}
func (m *SnsCommentInfo) GetDeleteFlag() uint32 {
if m != nil && m.DeleteFlag != nil {
return *m.DeleteFlag
}
return 0
}
func (m *SnsCommentInfo) GetCommentFlag() uint32 {
if m != nil && m.CommentFlag != nil {
return *m.CommentFlag
}
return 0
}
type SnsGroup struct {
GroupId *uint64 `protobuf:"varint,1,opt,name=groupId" json:"groupId,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsGroup) Reset() { *m = SnsGroup{} }
func (m *SnsGroup) String() string { return proto.CompactTextString(m) }
func (*SnsGroup) ProtoMessage() {}
func (*SnsGroup) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{8}
}
func (m *SnsGroup) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsGroup.Unmarshal(m, b)
}
func (m *SnsGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsGroup.Marshal(b, m, deterministic)
}
func (m *SnsGroup) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsGroup.Merge(m, src)
}
func (m *SnsGroup) XXX_Size() int {
return xxx_messageInfo_SnsGroup.Size(m)
}
func (m *SnsGroup) XXX_DiscardUnknown() {
xxx_messageInfo_SnsGroup.DiscardUnknown(m)
}
var xxx_messageInfo_SnsGroup proto.InternalMessageInfo
func (m *SnsGroup) GetGroupId() uint64 {
if m != nil && m.GroupId != nil {
return *m.GroupId
}
return 0
}
type SnsHBUserInfo struct {
Username *string `protobuf:"bytes,1,opt,name=username" json:"username,omitempty"`
CreateTime *uint32 `protobuf:"varint,2,opt,name=createTime" json:"createTime,omitempty"`
Hbbuffer *SKBuiltinString_ `protobuf:"bytes,3,opt,name=hbbuffer" json:"hbbuffer,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsHBUserInfo) Reset() { *m = SnsHBUserInfo{} }
func (m *SnsHBUserInfo) String() string { return proto.CompactTextString(m) }
func (*SnsHBUserInfo) ProtoMessage() {}
func (*SnsHBUserInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{9}
}
func (m *SnsHBUserInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsHBUserInfo.Unmarshal(m, b)
}
func (m *SnsHBUserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsHBUserInfo.Marshal(b, m, deterministic)
}
func (m *SnsHBUserInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsHBUserInfo.Merge(m, src)
}
func (m *SnsHBUserInfo) XXX_Size() int {
return xxx_messageInfo_SnsHBUserInfo.Size(m)
}
func (m *SnsHBUserInfo) XXX_DiscardUnknown() {
xxx_messageInfo_SnsHBUserInfo.DiscardUnknown(m)
}
var xxx_messageInfo_SnsHBUserInfo proto.InternalMessageInfo
func (m *SnsHBUserInfo) GetUsername() string {
if m != nil && m.Username != nil {
return *m.Username
}
return ""
}
func (m *SnsHBUserInfo) GetCreateTime() uint32 {
if m != nil && m.CreateTime != nil {
return *m.CreateTime
}
return 0
}
func (m *SnsHBUserInfo) GetHbbuffer() *SKBuiltinString_ {
if m != nil {
return m.Hbbuffer
}
return nil
}
type SnsPostRequest struct {
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=baseRequest" json:"baseRequest,omitempty"`
ObjectDesc *SKBuiltinString_ `protobuf:"bytes,2,opt,name=objectDesc" json:"objectDesc,omitempty"`
WithUserListCount *uint32 `protobuf:"varint,3,opt,name=withUserListCount" json:"withUserListCount,omitempty"`
WithUserList []*SKBuiltinString `protobuf:"bytes,4,rep,name=withUserList" json:"withUserList,omitempty"`
Privacy *uint32 `protobuf:"varint,5,opt,name=privacy" json:"privacy,omitempty"`
SyncFlag *uint32 `protobuf:"varint,6,opt,name=syncFlag" json:"syncFlag,omitempty"`
ClientId *string `protobuf:"bytes,7,opt,name=clientId" json:"clientId,omitempty"`
PostBgimgType *uint32 `protobuf:"varint,8,opt,name=postBgimgType" json:"postBgimgType,omitempty"`
GroupCount *uint32 `protobuf:"varint,9,opt,name=groupCount" json:"groupCount,omitempty"`
GroupIds []*SnsGroup `protobuf:"bytes,10,rep,name=groupIds" json:"groupIds,omitempty"`
ObjectSource *uint32 `protobuf:"varint,11,opt,name=objectSource" json:"objectSource,omitempty"`
ReferId *uint64 `protobuf:"varint,12,opt,name=referId" json:"referId,omitempty"`
BlackListCount *uint32 `protobuf:"varint,13,opt,name=blackListCount" json:"blackListCount,omitempty"`
BlackList []*SKBuiltinString `protobuf:"bytes,14,rep,name=blackList" json:"blackList,omitempty"`
TwitterInfo *TwitterInfo `protobuf:"bytes,15,opt,name=twitterInfo" json:"twitterInfo,omitempty"`
GroupUserCount *uint32 `protobuf:"varint,16,opt,name=groupUserCount" json:"groupUserCount,omitempty"`
GroupUser []*SKBuiltinString `protobuf:"bytes,17,rep,name=groupUser" json:"groupUser,omitempty"`
CtocUploadInfo *SnsPostCtocUploadInfo `protobuf:"bytes,18,opt,name=ctocUploadInfo" json:"ctocUploadInfo,omitempty"`
SnsPostOperationFields *SnsPostOperationFields `protobuf:"bytes,19,opt,name=snsPostOperationFields" json:"snsPostOperationFields,omitempty"`
SnsRedEnvelops *SnsRedEnvelops `protobuf:"bytes,20,opt,name=snsRedEnvelops" json:"snsRedEnvelops,omitempty"`
PoiInfo *SKBuiltinString_ `protobuf:"bytes,21,opt,name=poiInfo" json:"poiInfo,omitempty"`
FromScene *string `protobuf:"bytes,22,opt,name=fromScene" json:"fromScene,omitempty"`
CanvasInfo *CanvasInfo `protobuf:"bytes,23,opt,name=canvasInfo" json:"canvasInfo,omitempty"`
MediaInfoCount *uint32 `protobuf:"varint,24,opt,name=mediaInfoCount" json:"mediaInfoCount,omitempty"`
MediaInfo []*MediaInfo `protobuf:"bytes,25,rep,name=mediaInfo" json:"mediaInfo,omitempty"`
WeAppInfo *SnsWeAppInfo `protobuf:"bytes,26,opt,name=weAppInfo" json:"weAppInfo,omitempty"`
ClientCheckData *SKBuiltinString_ `protobuf:"bytes,27,opt,name=clientCheckData" json:"clientCheckData,omitempty"`
ExtSpamInfo *SKBuiltinString_ `protobuf:"bytes,28,opt,name=extSpamInfo" json:"extSpamInfo,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsPostRequest) Reset() { *m = SnsPostRequest{} }
func (m *SnsPostRequest) String() string { return proto.CompactTextString(m) }
func (*SnsPostRequest) ProtoMessage() {}
func (*SnsPostRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{10}
}
func (m *SnsPostRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsPostRequest.Unmarshal(m, b)
}
func (m *SnsPostRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsPostRequest.Marshal(b, m, deterministic)
}
func (m *SnsPostRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsPostRequest.Merge(m, src)
}
func (m *SnsPostRequest) XXX_Size() int {
return xxx_messageInfo_SnsPostRequest.Size(m)
}
func (m *SnsPostRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SnsPostRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SnsPostRequest proto.InternalMessageInfo
func (m *SnsPostRequest) GetBaseRequest() *BaseRequest {
if m != nil {
return m.BaseRequest
}
return nil
}
func (m *SnsPostRequest) GetObjectDesc() *SKBuiltinString_ {
if m != nil {
return m.ObjectDesc
}
return nil
}
func (m *SnsPostRequest) GetWithUserListCount() uint32 {
if m != nil && m.WithUserListCount != nil {
return *m.WithUserListCount
}
return 0
}
func (m *SnsPostRequest) GetWithUserList() []*SKBuiltinString {
if m != nil {
return m.WithUserList
}
return nil
}
func (m *SnsPostRequest) GetPrivacy() uint32 {
if m != nil && m.Privacy != nil {
return *m.Privacy
}
return 0
}
func (m *SnsPostRequest) GetSyncFlag() uint32 {
if m != nil && m.SyncFlag != nil {
return *m.SyncFlag
}
return 0
}
func (m *SnsPostRequest) GetClientId() string {
if m != nil && m.ClientId != nil {
return *m.ClientId
}
return ""
}
func (m *SnsPostRequest) GetPostBgimgType() uint32 {
if m != nil && m.PostBgimgType != nil {
return *m.PostBgimgType
}
return 0
}
func (m *SnsPostRequest) GetGroupCount() uint32 {
if m != nil && m.GroupCount != nil {
return *m.GroupCount
}
return 0
}
func (m *SnsPostRequest) GetGroupIds() []*SnsGroup {
if m != nil {
return m.GroupIds
}
return nil
}
func (m *SnsPostRequest) GetObjectSource() uint32 {
if m != nil && m.ObjectSource != nil {
return *m.ObjectSource
}
return 0
}
func (m *SnsPostRequest) GetReferId() uint64 {
if m != nil && m.ReferId != nil {
return *m.ReferId
}
return 0
}
func (m *SnsPostRequest) GetBlackListCount() uint32 {
if m != nil && m.BlackListCount != nil {
return *m.BlackListCount
}
return 0
}
func (m *SnsPostRequest) GetBlackList() []*SKBuiltinString {
if m != nil {
return m.BlackList
}
return nil
}
func (m *SnsPostRequest) GetTwitterInfo() *TwitterInfo {
if m != nil {
return m.TwitterInfo
}
return nil
}
func (m *SnsPostRequest) GetGroupUserCount() uint32 {
if m != nil && m.GroupUserCount != nil {
return *m.GroupUserCount
}
return 0
}
func (m *SnsPostRequest) GetGroupUser() []*SKBuiltinString {
if m != nil {
return m.GroupUser
}
return nil
}
func (m *SnsPostRequest) GetCtocUploadInfo() *SnsPostCtocUploadInfo {
if m != nil {
return m.CtocUploadInfo
}
return nil
}
func (m *SnsPostRequest) GetSnsPostOperationFields() *SnsPostOperationFields {
if m != nil {
return m.SnsPostOperationFields
}
return nil
}
func (m *SnsPostRequest) GetSnsRedEnvelops() *SnsRedEnvelops {
if m != nil {
return m.SnsRedEnvelops
}
return nil
}
func (m *SnsPostRequest) GetPoiInfo() *SKBuiltinString_ {
if m != nil {
return m.PoiInfo
}
return nil
}
func (m *SnsPostRequest) GetFromScene() string {
if m != nil && m.FromScene != nil {
return *m.FromScene
}
return ""
}
func (m *SnsPostRequest) GetCanvasInfo() *CanvasInfo {
if m != nil {
return m.CanvasInfo
}
return nil
}
func (m *SnsPostRequest) GetMediaInfoCount() uint32 {
if m != nil && m.MediaInfoCount != nil {
return *m.MediaInfoCount
}
return 0
}
func (m *SnsPostRequest) GetMediaInfo() []*MediaInfo {
if m != nil {
return m.MediaInfo
}
return nil
}
func (m *SnsPostRequest) GetWeAppInfo() *SnsWeAppInfo {
if m != nil {
return m.WeAppInfo
}
return nil
}
func (m *SnsPostRequest) GetClientCheckData() *SKBuiltinString_ {
if m != nil {
return m.ClientCheckData
}
return nil
}
func (m *SnsPostRequest) GetExtSpamInfo() *SKBuiltinString_ {
if m != nil {
return m.ExtSpamInfo
}
return nil
}
type TwitterInfo struct {
OauthToken *string `protobuf:"bytes,1,opt,name=oauthToken" json:"oauthToken,omitempty"`
OauthTokenSecret *string `protobuf:"bytes,2,opt,name=oauthTokenSecret" json:"oauthTokenSecret,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *TwitterInfo) Reset() { *m = TwitterInfo{} }
func (m *TwitterInfo) String() string { return proto.CompactTextString(m) }
func (*TwitterInfo) ProtoMessage() {}
func (*TwitterInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{11}
}
func (m *TwitterInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TwitterInfo.Unmarshal(m, b)
}
func (m *TwitterInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_TwitterInfo.Marshal(b, m, deterministic)
}
func (m *TwitterInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_TwitterInfo.Merge(m, src)
}
func (m *TwitterInfo) XXX_Size() int {
return xxx_messageInfo_TwitterInfo.Size(m)
}
func (m *TwitterInfo) XXX_DiscardUnknown() {
xxx_messageInfo_TwitterInfo.DiscardUnknown(m)
}
var xxx_messageInfo_TwitterInfo proto.InternalMessageInfo
func (m *TwitterInfo) GetOauthToken() string {
if m != nil && m.OauthToken != nil {
return *m.OauthToken
}
return ""
}
func (m *TwitterInfo) GetOauthTokenSecret() string {
if m != nil && m.OauthTokenSecret != nil {
return *m.OauthTokenSecret
}
return ""
}
type SnsPostCtocUploadInfo struct {
Flag *uint32 `protobuf:"varint,1,opt,name=flag" json:"flag,omitempty"`
PhotoCount *uint32 `protobuf:"varint,2,opt,name=photoCount" json:"photoCount,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsPostCtocUploadInfo) Reset() { *m = SnsPostCtocUploadInfo{} }
func (m *SnsPostCtocUploadInfo) String() string { return proto.CompactTextString(m) }
func (*SnsPostCtocUploadInfo) ProtoMessage() {}
func (*SnsPostCtocUploadInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{12}
}
func (m *SnsPostCtocUploadInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsPostCtocUploadInfo.Unmarshal(m, b)
}
func (m *SnsPostCtocUploadInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsPostCtocUploadInfo.Marshal(b, m, deterministic)
}
func (m *SnsPostCtocUploadInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsPostCtocUploadInfo.Merge(m, src)
}
func (m *SnsPostCtocUploadInfo) XXX_Size() int {
return xxx_messageInfo_SnsPostCtocUploadInfo.Size(m)
}
func (m *SnsPostCtocUploadInfo) XXX_DiscardUnknown() {
xxx_messageInfo_SnsPostCtocUploadInfo.DiscardUnknown(m)
}
var xxx_messageInfo_SnsPostCtocUploadInfo proto.InternalMessageInfo
func (m *SnsPostCtocUploadInfo) GetFlag() uint32 {
if m != nil && m.Flag != nil {
return *m.Flag
}
return 0
}
func (m *SnsPostCtocUploadInfo) GetPhotoCount() uint32 {
if m != nil && m.PhotoCount != nil {
return *m.PhotoCount
}
return 0
}
type SnsPostOperationFields struct {
ShareUrlOriginal *string `protobuf:"bytes,1,opt,name=shareUrlOriginal" json:"shareUrlOriginal,omitempty"`
ShareUrlOpen *string `protobuf:"bytes,2,opt,name=shareUrlOpen" json:"shareUrlOpen,omitempty"`
JsAppId *string `protobuf:"bytes,3,opt,name=jsAppId" json:"jsAppId,omitempty"`
ContactTagCount *uint32 `protobuf:"varint,4,opt,name=contactTagCount" json:"contactTagCount,omitempty"`
TempUserCount *uint32 `protobuf:"varint,5,opt,name=tempUserCount" json:"tempUserCount,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsPostOperationFields) Reset() { *m = SnsPostOperationFields{} }
func (m *SnsPostOperationFields) String() string { return proto.CompactTextString(m) }
func (*SnsPostOperationFields) ProtoMessage() {}
func (*SnsPostOperationFields) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{13}
}
func (m *SnsPostOperationFields) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsPostOperationFields.Unmarshal(m, b)
}
func (m *SnsPostOperationFields) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsPostOperationFields.Marshal(b, m, deterministic)
}
func (m *SnsPostOperationFields) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsPostOperationFields.Merge(m, src)
}
func (m *SnsPostOperationFields) XXX_Size() int {
return xxx_messageInfo_SnsPostOperationFields.Size(m)
}
func (m *SnsPostOperationFields) XXX_DiscardUnknown() {
xxx_messageInfo_SnsPostOperationFields.DiscardUnknown(m)
}
var xxx_messageInfo_SnsPostOperationFields proto.InternalMessageInfo
func (m *SnsPostOperationFields) GetShareUrlOriginal() string {
if m != nil && m.ShareUrlOriginal != nil {
return *m.ShareUrlOriginal
}
return ""
}
func (m *SnsPostOperationFields) GetShareUrlOpen() string {
if m != nil && m.ShareUrlOpen != nil {
return *m.ShareUrlOpen
}
return ""
}
func (m *SnsPostOperationFields) GetJsAppId() string {
if m != nil && m.JsAppId != nil {
return *m.JsAppId
}
return ""
}
func (m *SnsPostOperationFields) GetContactTagCount() uint32 {
if m != nil && m.ContactTagCount != nil {
return *m.ContactTagCount
}
return 0
}
func (m *SnsPostOperationFields) GetTempUserCount() uint32 {
if m != nil && m.TempUserCount != nil {
return *m.TempUserCount
}
return 0
}
type CanvasInfo struct {
DataBuffer *string `protobuf:"bytes,1,opt,name=dataBuffer" json:"dataBuffer,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CanvasInfo) Reset() { *m = CanvasInfo{} }
func (m *CanvasInfo) String() string { return proto.CompactTextString(m) }
func (*CanvasInfo) ProtoMessage() {}
func (*CanvasInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{14}
}
func (m *CanvasInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CanvasInfo.Unmarshal(m, b)
}
func (m *CanvasInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CanvasInfo.Marshal(b, m, deterministic)
}
func (m *CanvasInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_CanvasInfo.Merge(m, src)
}
func (m *CanvasInfo) XXX_Size() int {
return xxx_messageInfo_CanvasInfo.Size(m)
}
func (m *CanvasInfo) XXX_DiscardUnknown() {
xxx_messageInfo_CanvasInfo.DiscardUnknown(m)
}
var xxx_messageInfo_CanvasInfo proto.InternalMessageInfo
func (m *CanvasInfo) GetDataBuffer() string {
if m != nil && m.DataBuffer != nil {
return *m.DataBuffer
}
return ""
}
type MediaInfo struct {
Source *uint32 `protobuf:"varint,1,opt,name=source" json:"source,omitempty"`
MediaType *uint32 `protobuf:"varint,2,opt,name=mediaType" json:"mediaType,omitempty"`
VideoPlayLength *uint32 `protobuf:"varint,3,opt,name=videoPlayLength" json:"videoPlayLength,omitempty"`
SessionId *string `protobuf:"bytes,4,opt,name=sessionId" json:"sessionId,omitempty"`
StartTime *uint32 `protobuf:"varint,5,opt,name=startTime" json:"startTime,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *MediaInfo) Reset() { *m = MediaInfo{} }
func (m *MediaInfo) String() string { return proto.CompactTextString(m) }
func (*MediaInfo) ProtoMessage() {}
func (*MediaInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{15}
}
func (m *MediaInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_MediaInfo.Unmarshal(m, b)
}
func (m *MediaInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_MediaInfo.Marshal(b, m, deterministic)
}
func (m *MediaInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_MediaInfo.Merge(m, src)
}
func (m *MediaInfo) XXX_Size() int {
return xxx_messageInfo_MediaInfo.Size(m)
}
func (m *MediaInfo) XXX_DiscardUnknown() {
xxx_messageInfo_MediaInfo.DiscardUnknown(m)
}
var xxx_messageInfo_MediaInfo proto.InternalMessageInfo
func (m *MediaInfo) GetSource() uint32 {
if m != nil && m.Source != nil {
return *m.Source
}
return 0
}
func (m *MediaInfo) GetMediaType() uint32 {
if m != nil && m.MediaType != nil {
return *m.MediaType
}
return 0
}
func (m *MediaInfo) GetVideoPlayLength() uint32 {
if m != nil && m.VideoPlayLength != nil {
return *m.VideoPlayLength
}
return 0
}
func (m *MediaInfo) GetSessionId() string {
if m != nil && m.SessionId != nil {
return *m.SessionId
}
return ""
}
func (m *MediaInfo) GetStartTime() uint32 {
if m != nil && m.StartTime != nil {
return *m.StartTime
}
return 0
}
type SnsPostResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
SnsObject *SnsObject `protobuf:"bytes,2,opt,name=snsObject" json:"snsObject,omitempty"`
SpamTips *string `protobuf:"bytes,3,opt,name=spamTips" json:"spamTips,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsPostResponse) Reset() { *m = SnsPostResponse{} }
func (m *SnsPostResponse) String() string { return proto.CompactTextString(m) }
func (*SnsPostResponse) ProtoMessage() {}
func (*SnsPostResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{16}
}
func (m *SnsPostResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsPostResponse.Unmarshal(m, b)
}
func (m *SnsPostResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsPostResponse.Marshal(b, m, deterministic)
}
func (m *SnsPostResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsPostResponse.Merge(m, src)
}
func (m *SnsPostResponse) XXX_Size() int {
return xxx_messageInfo_SnsPostResponse.Size(m)
}
func (m *SnsPostResponse) XXX_DiscardUnknown() {
xxx_messageInfo_SnsPostResponse.DiscardUnknown(m)
}
var xxx_messageInfo_SnsPostResponse proto.InternalMessageInfo
func (m *SnsPostResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *SnsPostResponse) GetSnsObject() *SnsObject {
if m != nil {
return m.SnsObject
}
return nil
}
func (m *SnsPostResponse) GetSpamTips() string {
if m != nil && m.SpamTips != nil {
return *m.SpamTips
}
return ""
}
type SnsObjectOpRequest struct {
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=baseRequest" json:"baseRequest,omitempty"`
OpCount *uint32 `protobuf:"varint,2,opt,name=opCount" json:"opCount,omitempty"`
OpList []*SnsObjectOp `protobuf:"bytes,3,rep,name=opList" json:"opList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsObjectOpRequest) Reset() { *m = SnsObjectOpRequest{} }
func (m *SnsObjectOpRequest) String() string { return proto.CompactTextString(m) }
func (*SnsObjectOpRequest) ProtoMessage() {}
func (*SnsObjectOpRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{17}
}
func (m *SnsObjectOpRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsObjectOpRequest.Unmarshal(m, b)
}
func (m *SnsObjectOpRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsObjectOpRequest.Marshal(b, m, deterministic)
}
func (m *SnsObjectOpRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsObjectOpRequest.Merge(m, src)
}
func (m *SnsObjectOpRequest) XXX_Size() int {
return xxx_messageInfo_SnsObjectOpRequest.Size(m)
}
func (m *SnsObjectOpRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SnsObjectOpRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SnsObjectOpRequest proto.InternalMessageInfo
func (m *SnsObjectOpRequest) GetBaseRequest() *BaseRequest {
if m != nil {
return m.BaseRequest
}
return nil
}
func (m *SnsObjectOpRequest) GetOpCount() uint32 {
if m != nil && m.OpCount != nil {
return *m.OpCount
}
return 0
}
func (m *SnsObjectOpRequest) GetOpList() []*SnsObjectOp {
if m != nil {
return m.OpList
}
return nil
}
type SnsObjectOpResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
OpCount *uint32 `protobuf:"varint,2,opt,name=opCount" json:"opCount,omitempty"`
OpRetList []int32 `protobuf:"varint,3,rep,name=opRetList" json:"opRetList,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsObjectOpResponse) Reset() { *m = SnsObjectOpResponse{} }
func (m *SnsObjectOpResponse) String() string { return proto.CompactTextString(m) }
func (*SnsObjectOpResponse) ProtoMessage() {}
func (*SnsObjectOpResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{18}
}
func (m *SnsObjectOpResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsObjectOpResponse.Unmarshal(m, b)
}
func (m *SnsObjectOpResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsObjectOpResponse.Marshal(b, m, deterministic)
}
func (m *SnsObjectOpResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsObjectOpResponse.Merge(m, src)
}
func (m *SnsObjectOpResponse) XXX_Size() int {
return xxx_messageInfo_SnsObjectOpResponse.Size(m)
}
func (m *SnsObjectOpResponse) XXX_DiscardUnknown() {
xxx_messageInfo_SnsObjectOpResponse.DiscardUnknown(m)
}
var xxx_messageInfo_SnsObjectOpResponse proto.InternalMessageInfo
func (m *SnsObjectOpResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *SnsObjectOpResponse) GetOpCount() uint32 {
if m != nil && m.OpCount != nil {
return *m.OpCount
}
return 0
}
func (m *SnsObjectOpResponse) GetOpRetList() []int32 {
if m != nil {
return m.OpRetList
}
return nil
}
type SnsObjectOp struct {
Id *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
OpType *uint32 `protobuf:"varint,2,opt,name=opType" json:"opType,omitempty"`
Ext *SKBuiltinString_ `protobuf:"bytes,3,opt,name=ext" json:"ext,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsObjectOp) Reset() { *m = SnsObjectOp{} }
func (m *SnsObjectOp) String() string { return proto.CompactTextString(m) }
func (*SnsObjectOp) ProtoMessage() {}
func (*SnsObjectOp) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{19}
}
func (m *SnsObjectOp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsObjectOp.Unmarshal(m, b)
}
func (m *SnsObjectOp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsObjectOp.Marshal(b, m, deterministic)
}
func (m *SnsObjectOp) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsObjectOp.Merge(m, src)
}
func (m *SnsObjectOp) XXX_Size() int {
return xxx_messageInfo_SnsObjectOp.Size(m)
}
func (m *SnsObjectOp) XXX_DiscardUnknown() {
xxx_messageInfo_SnsObjectOp.DiscardUnknown(m)
}
var xxx_messageInfo_SnsObjectOp proto.InternalMessageInfo
func (m *SnsObjectOp) GetId() uint64 {
if m != nil && m.Id != nil {
return *m.Id
}
return 0
}
func (m *SnsObjectOp) GetOpType() uint32 {
if m != nil && m.OpType != nil {
return *m.OpType
}
return 0
}
func (m *SnsObjectOp) GetExt() *SKBuiltinString_ {
if m != nil {
return m.Ext
}
return nil
}
type SnsObjectOpDeleteComment struct {
CommentId *uint32 `protobuf:"varint,1,opt,name=commentId" json:"commentId,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsObjectOpDeleteComment) Reset() { *m = SnsObjectOpDeleteComment{} }
func (m *SnsObjectOpDeleteComment) String() string { return proto.CompactTextString(m) }
func (*SnsObjectOpDeleteComment) ProtoMessage() {}
func (*SnsObjectOpDeleteComment) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{20}
}
func (m *SnsObjectOpDeleteComment) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsObjectOpDeleteComment.Unmarshal(m, b)
}
func (m *SnsObjectOpDeleteComment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsObjectOpDeleteComment.Marshal(b, m, deterministic)
}
func (m *SnsObjectOpDeleteComment) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsObjectOpDeleteComment.Merge(m, src)
}
func (m *SnsObjectOpDeleteComment) XXX_Size() int {
return xxx_messageInfo_SnsObjectOpDeleteComment.Size(m)
}
func (m *SnsObjectOpDeleteComment) XXX_DiscardUnknown() {
xxx_messageInfo_SnsObjectOpDeleteComment.DiscardUnknown(m)
}
var xxx_messageInfo_SnsObjectOpDeleteComment proto.InternalMessageInfo
func (m *SnsObjectOpDeleteComment) GetCommentId() uint32 {
if m != nil && m.CommentId != nil {
return *m.CommentId
}
return 0
}
type SnsCommentRequest struct {
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=baseRequest" json:"baseRequest,omitempty"`
Action *SnsActionGroup `protobuf:"bytes,2,opt,name=action" json:"action,omitempty"`
ClientId *string `protobuf:"bytes,3,opt,name=clientId" json:"clientId,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsCommentRequest) Reset() { *m = SnsCommentRequest{} }
func (m *SnsCommentRequest) String() string { return proto.CompactTextString(m) }
func (*SnsCommentRequest) ProtoMessage() {}
func (*SnsCommentRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{21}
}
func (m *SnsCommentRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsCommentRequest.Unmarshal(m, b)
}
func (m *SnsCommentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsCommentRequest.Marshal(b, m, deterministic)
}
func (m *SnsCommentRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsCommentRequest.Merge(m, src)
}
func (m *SnsCommentRequest) XXX_Size() int {
return xxx_messageInfo_SnsCommentRequest.Size(m)
}
func (m *SnsCommentRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SnsCommentRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SnsCommentRequest proto.InternalMessageInfo
func (m *SnsCommentRequest) GetBaseRequest() *BaseRequest {
if m != nil {
return m.BaseRequest
}
return nil
}
func (m *SnsCommentRequest) GetAction() *SnsActionGroup {
if m != nil {
return m.Action
}
return nil
}
func (m *SnsCommentRequest) GetClientId() string {
if m != nil && m.ClientId != nil {
return *m.ClientId
}
return ""
}
type SnsCommentResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
SnsObject *SnsObject `protobuf:"bytes,2,opt,name=snsObject" json:"snsObject,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsCommentResponse) Reset() { *m = SnsCommentResponse{} }
func (m *SnsCommentResponse) String() string { return proto.CompactTextString(m) }
func (*SnsCommentResponse) ProtoMessage() {}
func (*SnsCommentResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{22}
}
func (m *SnsCommentResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsCommentResponse.Unmarshal(m, b)
}
func (m *SnsCommentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsCommentResponse.Marshal(b, m, deterministic)
}
func (m *SnsCommentResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsCommentResponse.Merge(m, src)
}
func (m *SnsCommentResponse) XXX_Size() int {
return xxx_messageInfo_SnsCommentResponse.Size(m)
}
func (m *SnsCommentResponse) XXX_DiscardUnknown() {
xxx_messageInfo_SnsCommentResponse.DiscardUnknown(m)
}
var xxx_messageInfo_SnsCommentResponse proto.InternalMessageInfo
func (m *SnsCommentResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *SnsCommentResponse) GetSnsObject() *SnsObject {
if m != nil {
return m.SnsObject
}
return nil
}
type ModSnsBlackList struct {
ContactUsername *string `protobuf:"bytes,1,opt,name=contactUsername" json:"contactUsername,omitempty"`
ModType *uint32 `protobuf:"varint,2,opt,name=modType" json:"modType,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ModSnsBlackList) Reset() { *m = ModSnsBlackList{} }
func (m *ModSnsBlackList) String() string { return proto.CompactTextString(m) }
func (*ModSnsBlackList) ProtoMessage() {}
func (*ModSnsBlackList) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{23}
}
func (m *ModSnsBlackList) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ModSnsBlackList.Unmarshal(m, b)
}
func (m *ModSnsBlackList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ModSnsBlackList.Marshal(b, m, deterministic)
}
func (m *ModSnsBlackList) XXX_Merge(src proto.Message) {
xxx_messageInfo_ModSnsBlackList.Merge(m, src)
}
func (m *ModSnsBlackList) XXX_Size() int {
return xxx_messageInfo_ModSnsBlackList.Size(m)
}
func (m *ModSnsBlackList) XXX_DiscardUnknown() {
xxx_messageInfo_ModSnsBlackList.DiscardUnknown(m)
}
var xxx_messageInfo_ModSnsBlackList proto.InternalMessageInfo
func (m *ModSnsBlackList) GetContactUsername() string {
if m != nil && m.ContactUsername != nil {
return *m.ContactUsername
}
return ""
}
func (m *ModSnsBlackList) GetModType() uint32 {
if m != nil && m.ModType != nil {
return *m.ModType
}
return 0
}
type SnsTagMemberOptionRequest struct {
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=baseRequest" json:"baseRequest,omitempty"`
OpCode *uint32 `protobuf:"varint,2,opt,name=opCode" json:"opCode,omitempty"`
TagId *uint64 `protobuf:"varint,3,opt,name=tagId" json:"tagId,omitempty"`
TagName *string `protobuf:"bytes,4,opt,name=tagName" json:"tagName,omitempty"`
Count *uint32 `protobuf:"varint,5,opt,name=count" json:"count,omitempty"`
List []*SKBuiltinString `protobuf:"bytes,6,rep,name=list" json:"list,omitempty"`
Scene *uint32 `protobuf:"varint,7,opt,name=scene" json:"scene,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsTagMemberOptionRequest) Reset() { *m = SnsTagMemberOptionRequest{} }
func (m *SnsTagMemberOptionRequest) String() string { return proto.CompactTextString(m) }
func (*SnsTagMemberOptionRequest) ProtoMessage() {}
func (*SnsTagMemberOptionRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{24}
}
func (m *SnsTagMemberOptionRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsTagMemberOptionRequest.Unmarshal(m, b)
}
func (m *SnsTagMemberOptionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsTagMemberOptionRequest.Marshal(b, m, deterministic)
}
func (m *SnsTagMemberOptionRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsTagMemberOptionRequest.Merge(m, src)
}
func (m *SnsTagMemberOptionRequest) XXX_Size() int {
return xxx_messageInfo_SnsTagMemberOptionRequest.Size(m)
}
func (m *SnsTagMemberOptionRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SnsTagMemberOptionRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SnsTagMemberOptionRequest proto.InternalMessageInfo
func (m *SnsTagMemberOptionRequest) GetBaseRequest() *BaseRequest {
if m != nil {
return m.BaseRequest
}
return nil
}
func (m *SnsTagMemberOptionRequest) GetOpCode() uint32 {
if m != nil && m.OpCode != nil {
return *m.OpCode
}
return 0
}
func (m *SnsTagMemberOptionRequest) GetTagId() uint64 {
if m != nil && m.TagId != nil {
return *m.TagId
}
return 0
}
func (m *SnsTagMemberOptionRequest) GetTagName() string {
if m != nil && m.TagName != nil {
return *m.TagName
}
return ""
}
func (m *SnsTagMemberOptionRequest) GetCount() uint32 {
if m != nil && m.Count != nil {
return *m.Count
}
return 0
}
func (m *SnsTagMemberOptionRequest) GetList() []*SKBuiltinString {
if m != nil {
return m.List
}
return nil
}
func (m *SnsTagMemberOptionRequest) GetScene() uint32 {
if m != nil && m.Scene != nil {
return *m.Scene
}
return 0
}
type SnsTagMemberOptionResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
SnsTag *SnsTag `protobuf:"bytes,2,opt,name=snsTag" json:"snsTag,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsTagMemberOptionResponse) Reset() { *m = SnsTagMemberOptionResponse{} }
func (m *SnsTagMemberOptionResponse) String() string { return proto.CompactTextString(m) }
func (*SnsTagMemberOptionResponse) ProtoMessage() {}
func (*SnsTagMemberOptionResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{25}
}
func (m *SnsTagMemberOptionResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsTagMemberOptionResponse.Unmarshal(m, b)
}
func (m *SnsTagMemberOptionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsTagMemberOptionResponse.Marshal(b, m, deterministic)
}
func (m *SnsTagMemberOptionResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsTagMemberOptionResponse.Merge(m, src)
}
func (m *SnsTagMemberOptionResponse) XXX_Size() int {
return xxx_messageInfo_SnsTagMemberOptionResponse.Size(m)
}
func (m *SnsTagMemberOptionResponse) XXX_DiscardUnknown() {
xxx_messageInfo_SnsTagMemberOptionResponse.DiscardUnknown(m)
}
var xxx_messageInfo_SnsTagMemberOptionResponse proto.InternalMessageInfo
func (m *SnsTagMemberOptionResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *SnsTagMemberOptionResponse) GetSnsTag() *SnsTag {
if m != nil {
return m.SnsTag
}
return nil
}
type SnsTag struct {
TagId *uint64 `protobuf:"varint,1,opt,name=tagId" json:"tagId,omitempty"`
TagName *string `protobuf:"bytes,2,opt,name=tagName" json:"tagName,omitempty"`
Count *uint32 `protobuf:"varint,3,opt,name=count" json:"count,omitempty"`
List []*SKBuiltinString `protobuf:"bytes,4,rep,name=list" json:"list,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsTag) Reset() { *m = SnsTag{} }
func (m *SnsTag) String() string { return proto.CompactTextString(m) }
func (*SnsTag) ProtoMessage() {}
func (*SnsTag) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{26}
}
func (m *SnsTag) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsTag.Unmarshal(m, b)
}
func (m *SnsTag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsTag.Marshal(b, m, deterministic)
}
func (m *SnsTag) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsTag.Merge(m, src)
}
func (m *SnsTag) XXX_Size() int {
return xxx_messageInfo_SnsTag.Size(m)
}
func (m *SnsTag) XXX_DiscardUnknown() {
xxx_messageInfo_SnsTag.DiscardUnknown(m)
}
var xxx_messageInfo_SnsTag proto.InternalMessageInfo
func (m *SnsTag) GetTagId() uint64 {
if m != nil && m.TagId != nil {
return *m.TagId
}
return 0
}
func (m *SnsTag) GetTagName() string {
if m != nil && m.TagName != nil {
return *m.TagName
}
return ""
}
func (m *SnsTag) GetCount() uint32 {
if m != nil && m.Count != nil {
return *m.Count
}
return 0
}
func (m *SnsTag) GetList() []*SKBuiltinString {
if m != nil {
return m.List
}
return nil
}
type SnsTagListRequest struct {
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=baseRequest" json:"baseRequest,omitempty"`
OpCode *uint32 `protobuf:"varint,2,opt,name=opCode" json:"opCode,omitempty"`
TagListMd5 *string `protobuf:"bytes,3,opt,name=tagListMd5" json:"tagListMd5,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsTagListRequest) Reset() { *m = SnsTagListRequest{} }
func (m *SnsTagListRequest) String() string { return proto.CompactTextString(m) }
func (*SnsTagListRequest) ProtoMessage() {}
func (*SnsTagListRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{27}
}
func (m *SnsTagListRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsTagListRequest.Unmarshal(m, b)
}
func (m *SnsTagListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsTagListRequest.Marshal(b, m, deterministic)
}
func (m *SnsTagListRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsTagListRequest.Merge(m, src)
}
func (m *SnsTagListRequest) XXX_Size() int {
return xxx_messageInfo_SnsTagListRequest.Size(m)
}
func (m *SnsTagListRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SnsTagListRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SnsTagListRequest proto.InternalMessageInfo
func (m *SnsTagListRequest) GetBaseRequest() *BaseRequest {
if m != nil {
return m.BaseRequest
}
return nil
}
func (m *SnsTagListRequest) GetOpCode() uint32 {
if m != nil && m.OpCode != nil {
return *m.OpCode
}
return 0
}
func (m *SnsTagListRequest) GetTagListMd5() string {
if m != nil && m.TagListMd5 != nil {
return *m.TagListMd5
}
return ""
}
type SnsTagListResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
OpCode *uint32 `protobuf:"varint,2,opt,name=opCode" json:"opCode,omitempty"`
TagListMd5 *string `protobuf:"bytes,3,opt,name=tagListMd5" json:"tagListMd5,omitempty"`
Count *uint32 `protobuf:"varint,4,opt,name=count" json:"count,omitempty"`
List []*SnsTag `protobuf:"bytes,5,rep,name=list" json:"list,omitempty"`
State *uint32 `protobuf:"varint,6,opt,name=state" json:"state,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsTagListResponse) Reset() { *m = SnsTagListResponse{} }
func (m *SnsTagListResponse) String() string { return proto.CompactTextString(m) }
func (*SnsTagListResponse) ProtoMessage() {}
func (*SnsTagListResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{28}
}
func (m *SnsTagListResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsTagListResponse.Unmarshal(m, b)
}
func (m *SnsTagListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsTagListResponse.Marshal(b, m, deterministic)
}
func (m *SnsTagListResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsTagListResponse.Merge(m, src)
}
func (m *SnsTagListResponse) XXX_Size() int {
return xxx_messageInfo_SnsTagListResponse.Size(m)
}
func (m *SnsTagListResponse) XXX_DiscardUnknown() {
xxx_messageInfo_SnsTagListResponse.DiscardUnknown(m)
}
var xxx_messageInfo_SnsTagListResponse proto.InternalMessageInfo
func (m *SnsTagListResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *SnsTagListResponse) GetOpCode() uint32 {
if m != nil && m.OpCode != nil {
return *m.OpCode
}
return 0
}
func (m *SnsTagListResponse) GetTagListMd5() string {
if m != nil && m.TagListMd5 != nil {
return *m.TagListMd5
}
return ""
}
func (m *SnsTagListResponse) GetCount() uint32 {
if m != nil && m.Count != nil {
return *m.Count
}
return 0
}
func (m *SnsTagListResponse) GetList() []*SnsTag {
if m != nil {
return m.List
}
return nil
}
func (m *SnsTagListResponse) GetState() uint32 {
if m != nil && m.State != nil {
return *m.State
}
return 0
}
type SnsTimeLineRequest struct {
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=baseRequest" json:"baseRequest,omitempty"`
FirstPageMd5 *string `protobuf:"bytes,2,opt,name=firstPageMd5" json:"firstPageMd5,omitempty"`
MaxId *uint64 `protobuf:"varint,3,opt,name=maxId" json:"maxId,omitempty"`
MinFilterId *uint64 `protobuf:"varint,4,opt,name=minFilterId" json:"minFilterId,omitempty"`
LastRequestTime *uint32 `protobuf:"varint,5,opt,name=lastRequestTime" json:"lastRequestTime,omitempty"`
ClientLatestId *uint64 `protobuf:"varint,6,opt,name=clientLatestId" json:"clientLatestId,omitempty"`
Session *SKBuiltinString_ `protobuf:"bytes,7,opt,name=session" json:"session,omitempty"`
NetworkType *uint32 `protobuf:"varint,8,opt,name=networkType" json:"networkType,omitempty"`
Adexpinfo *SnsAdExpInfo `protobuf:"bytes,10,opt,name=adexpinfo" json:"adexpinfo,omitempty"`
RealFeedExposureIdsCount *uint32 `protobuf:"varint,11,opt,name=realFeedExposureIdsCount" json:"realFeedExposureIdsCount,omitempty"`
RealFeedExposureIds []uint64 `protobuf:"varint,12,rep,name=realFeedExposureIds" json:"realFeedExposureIds,omitempty"`
UpdateTimelineScene *uint32 `protobuf:"varint,13,opt,name=updateTimelineScene" json:"updateTimelineScene,omitempty"`
PullType *uint32 `protobuf:"varint,14,opt,name=pullType" json:"pullType,omitempty"`
MinIdForGetPrePage *uint64 `protobuf:"varint,15,opt,name=minIdForGetPrePage" json:"minIdForGetPrePage,omitempty"`
MinIdForCheckUnread *uint64 `protobuf:"varint,16,opt,name=minIdForCheckUnread" json:"minIdForCheckUnread,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsTimeLineRequest) Reset() { *m = SnsTimeLineRequest{} }
func (m *SnsTimeLineRequest) String() string { return proto.CompactTextString(m) }
func (*SnsTimeLineRequest) ProtoMessage() {}
func (*SnsTimeLineRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{29}
}
func (m *SnsTimeLineRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsTimeLineRequest.Unmarshal(m, b)
}
func (m *SnsTimeLineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsTimeLineRequest.Marshal(b, m, deterministic)
}
func (m *SnsTimeLineRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsTimeLineRequest.Merge(m, src)
}
func (m *SnsTimeLineRequest) XXX_Size() int {
return xxx_messageInfo_SnsTimeLineRequest.Size(m)
}
func (m *SnsTimeLineRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SnsTimeLineRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SnsTimeLineRequest proto.InternalMessageInfo
func (m *SnsTimeLineRequest) GetBaseRequest() *BaseRequest {
if m != nil {
return m.BaseRequest
}
return nil
}
func (m *SnsTimeLineRequest) GetFirstPageMd5() string {
if m != nil && m.FirstPageMd5 != nil {
return *m.FirstPageMd5
}
return ""
}
func (m *SnsTimeLineRequest) GetMaxId() uint64 {
if m != nil && m.MaxId != nil {
return *m.MaxId
}
return 0
}
func (m *SnsTimeLineRequest) GetMinFilterId() uint64 {
if m != nil && m.MinFilterId != nil {
return *m.MinFilterId
}
return 0
}
func (m *SnsTimeLineRequest) GetLastRequestTime() uint32 {
if m != nil && m.LastRequestTime != nil {
return *m.LastRequestTime
}
return 0
}
func (m *SnsTimeLineRequest) GetClientLatestId() uint64 {
if m != nil && m.ClientLatestId != nil {
return *m.ClientLatestId
}
return 0
}
func (m *SnsTimeLineRequest) GetSession() *SKBuiltinString_ {
if m != nil {
return m.Session
}
return nil
}
func (m *SnsTimeLineRequest) GetNetworkType() uint32 {
if m != nil && m.NetworkType != nil {
return *m.NetworkType
}
return 0
}
func (m *SnsTimeLineRequest) GetAdexpinfo() *SnsAdExpInfo {
if m != nil {
return m.Adexpinfo
}
return nil
}
func (m *SnsTimeLineRequest) GetRealFeedExposureIdsCount() uint32 {
if m != nil && m.RealFeedExposureIdsCount != nil {
return *m.RealFeedExposureIdsCount
}
return 0
}
func (m *SnsTimeLineRequest) GetRealFeedExposureIds() []uint64 {
if m != nil {
return m.RealFeedExposureIds
}
return nil
}
func (m *SnsTimeLineRequest) GetUpdateTimelineScene() uint32 {
if m != nil && m.UpdateTimelineScene != nil {
return *m.UpdateTimelineScene
}
return 0
}
func (m *SnsTimeLineRequest) GetPullType() uint32 {
if m != nil && m.PullType != nil {
return *m.PullType
}
return 0
}
func (m *SnsTimeLineRequest) GetMinIdForGetPrePage() uint64 {
if m != nil && m.MinIdForGetPrePage != nil {
return *m.MinIdForGetPrePage
}
return 0
}
func (m *SnsTimeLineRequest) GetMinIdForCheckUnread() uint64 {
if m != nil && m.MinIdForCheckUnread != nil {
return *m.MinIdForCheckUnread
}
return 0
}
type SnsAdExpInfo struct {
HateFeedid *uint64 `protobuf:"varint,1,opt,name=hateFeedid" json:"hateFeedid,omitempty"`
HateTimestamp *uint32 `protobuf:"varint,2,opt,name=hateTimestamp" json:"hateTimestamp,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsAdExpInfo) Reset() { *m = SnsAdExpInfo{} }
func (m *SnsAdExpInfo) String() string { return proto.CompactTextString(m) }
func (*SnsAdExpInfo) ProtoMessage() {}
func (*SnsAdExpInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{30}
}
func (m *SnsAdExpInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsAdExpInfo.Unmarshal(m, b)
}
func (m *SnsAdExpInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsAdExpInfo.Marshal(b, m, deterministic)
}
func (m *SnsAdExpInfo) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsAdExpInfo.Merge(m, src)
}
func (m *SnsAdExpInfo) XXX_Size() int {
return xxx_messageInfo_SnsAdExpInfo.Size(m)
}
func (m *SnsAdExpInfo) XXX_DiscardUnknown() {
xxx_messageInfo_SnsAdExpInfo.DiscardUnknown(m)
}
var xxx_messageInfo_SnsAdExpInfo proto.InternalMessageInfo
func (m *SnsAdExpInfo) GetHateFeedid() uint64 {
if m != nil && m.HateFeedid != nil {
return *m.HateFeedid
}
return 0
}
func (m *SnsAdExpInfo) GetHateTimestamp() uint32 {
if m != nil && m.HateTimestamp != nil {
return *m.HateTimestamp
}
return 0
}
type SnsTimeLineResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
FirstPageMd5 *string `protobuf:"bytes,2,opt,name=firstPageMd5" json:"firstPageMd5,omitempty"`
ObjectCount *uint32 `protobuf:"varint,3,opt,name=objectCount" json:"objectCount,omitempty"`
ObjectList []*SnsObject `protobuf:"bytes,4,rep,name=objectList" json:"objectList,omitempty"`
NewRequestTime *uint32 `protobuf:"varint,5,opt,name=newRequestTime" json:"newRequestTime,omitempty"`
ObjectCountForSameMd5 *uint32 `protobuf:"varint,6,opt,name=objectCountForSameMd5" json:"objectCountForSameMd5,omitempty"`
ControlFlag *uint32 `protobuf:"varint,7,opt,name=controlFlag" json:"controlFlag,omitempty"`
ServerConfig *SnsServerConfig `protobuf:"bytes,8,opt,name=serverConfig" json:"serverConfig,omitempty"`
AdvertiseCount *uint32 `protobuf:"varint,9,opt,name=advertiseCount" json:"advertiseCount,omitempty"`
AdvertiseList []*AdvertiseObject `protobuf:"bytes,10,rep,name=advertiseList" json:"advertiseList,omitempty"`
Session *SKBuiltinString_ `protobuf:"bytes,11,opt,name=session" json:"session,omitempty"`
RecCount *uint32 `protobuf:"varint,12,opt,name=recCount" json:"recCount,omitempty"`
RecList []*RecObject `protobuf:"bytes,13,rep,name=recList" json:"recList,omitempty"`
DelAdvertiseCount *uint32 `protobuf:"varint,14,opt,name=delAdvertiseCount" json:"delAdvertiseCount,omitempty"`
DelAdvertiseList []*DelAdvertiseObject `protobuf:"bytes,15,rep,name=delAdvertiseList" json:"delAdvertiseList,omitempty"`
CountForCheckUnread *uint32 `protobuf:"varint,16,opt,name=countForCheckUnread" json:"countForCheckUnread,omitempty"`
IdListForCheckUnread []uint64 `protobuf:"varint,17,rep,name=idListForCheckUnread" json:"idListForCheckUnread,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsTimeLineResponse) Reset() { *m = SnsTimeLineResponse{} }
func (m *SnsTimeLineResponse) String() string { return proto.CompactTextString(m) }
func (*SnsTimeLineResponse) ProtoMessage() {}
func (*SnsTimeLineResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{31}
}
func (m *SnsTimeLineResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsTimeLineResponse.Unmarshal(m, b)
}
func (m *SnsTimeLineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsTimeLineResponse.Marshal(b, m, deterministic)
}
func (m *SnsTimeLineResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsTimeLineResponse.Merge(m, src)
}
func (m *SnsTimeLineResponse) XXX_Size() int {
return xxx_messageInfo_SnsTimeLineResponse.Size(m)
}
func (m *SnsTimeLineResponse) XXX_DiscardUnknown() {
xxx_messageInfo_SnsTimeLineResponse.DiscardUnknown(m)
}
var xxx_messageInfo_SnsTimeLineResponse proto.InternalMessageInfo
func (m *SnsTimeLineResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *SnsTimeLineResponse) GetFirstPageMd5() string {
if m != nil && m.FirstPageMd5 != nil {
return *m.FirstPageMd5
}
return ""
}
func (m *SnsTimeLineResponse) GetObjectCount() uint32 {
if m != nil && m.ObjectCount != nil {
return *m.ObjectCount
}
return 0
}
func (m *SnsTimeLineResponse) GetObjectList() []*SnsObject {
if m != nil {
return m.ObjectList
}
return nil
}
func (m *SnsTimeLineResponse) GetNewRequestTime() uint32 {
if m != nil && m.NewRequestTime != nil {
return *m.NewRequestTime
}
return 0
}
func (m *SnsTimeLineResponse) GetObjectCountForSameMd5() uint32 {
if m != nil && m.ObjectCountForSameMd5 != nil {
return *m.ObjectCountForSameMd5
}
return 0
}
func (m *SnsTimeLineResponse) GetControlFlag() uint32 {
if m != nil && m.ControlFlag != nil {
return *m.ControlFlag
}
return 0
}
func (m *SnsTimeLineResponse) GetServerConfig() *SnsServerConfig {
if m != nil {
return m.ServerConfig
}
return nil
}
func (m *SnsTimeLineResponse) GetAdvertiseCount() uint32 {
if m != nil && m.AdvertiseCount != nil {
return *m.AdvertiseCount
}
return 0
}
func (m *SnsTimeLineResponse) GetAdvertiseList() []*AdvertiseObject {
if m != nil {
return m.AdvertiseList
}
return nil
}
func (m *SnsTimeLineResponse) GetSession() *SKBuiltinString_ {
if m != nil {
return m.Session
}
return nil
}
func (m *SnsTimeLineResponse) GetRecCount() uint32 {
if m != nil && m.RecCount != nil {
return *m.RecCount
}
return 0
}
func (m *SnsTimeLineResponse) GetRecList() []*RecObject {
if m != nil {
return m.RecList
}
return nil
}
func (m *SnsTimeLineResponse) GetDelAdvertiseCount() uint32 {
if m != nil && m.DelAdvertiseCount != nil {
return *m.DelAdvertiseCount
}
return 0
}
func (m *SnsTimeLineResponse) GetDelAdvertiseList() []*DelAdvertiseObject {
if m != nil {
return m.DelAdvertiseList
}
return nil
}
func (m *SnsTimeLineResponse) GetCountForCheckUnread() uint32 {
if m != nil && m.CountForCheckUnread != nil {
return *m.CountForCheckUnread
}
return 0
}
func (m *SnsTimeLineResponse) GetIdListForCheckUnread() []uint64 {
if m != nil {
return m.IdListForCheckUnread
}
return nil
}
type DelAdvertiseObject struct {
Id *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DelAdvertiseObject) Reset() { *m = DelAdvertiseObject{} }
func (m *DelAdvertiseObject) String() string { return proto.CompactTextString(m) }
func (*DelAdvertiseObject) ProtoMessage() {}
func (*DelAdvertiseObject) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{32}
}
func (m *DelAdvertiseObject) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DelAdvertiseObject.Unmarshal(m, b)
}
func (m *DelAdvertiseObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DelAdvertiseObject.Marshal(b, m, deterministic)
}
func (m *DelAdvertiseObject) XXX_Merge(src proto.Message) {
xxx_messageInfo_DelAdvertiseObject.Merge(m, src)
}
func (m *DelAdvertiseObject) XXX_Size() int {
return xxx_messageInfo_DelAdvertiseObject.Size(m)
}
func (m *DelAdvertiseObject) XXX_DiscardUnknown() {
xxx_messageInfo_DelAdvertiseObject.DiscardUnknown(m)
}
var xxx_messageInfo_DelAdvertiseObject proto.InternalMessageInfo
func (m *DelAdvertiseObject) GetId() uint64 {
if m != nil && m.Id != nil {
return *m.Id
}
return 0
}
type AdvertiseObject struct {
SnsAdobject *SnsADObject `protobuf:"bytes,1,opt,name=snsAdobject" json:"snsAdobject,omitempty"`
Adinfo *SKBuiltinString `protobuf:"bytes,2,opt,name=adinfo" json:"adinfo,omitempty"`
Adpos *uint32 `protobuf:"varint,3,opt,name=adpos" json:"adpos,omitempty"`
RemindFriendsInfo *RemindFriendsInfo `protobuf:"bytes,4,opt,name=remindFriendsInfo" json:"remindFriendsInfo,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AdvertiseObject) Reset() { *m = AdvertiseObject{} }
func (m *AdvertiseObject) String() string { return proto.CompactTextString(m) }
func (*AdvertiseObject) ProtoMessage() {}
func (*AdvertiseObject) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{33}
}
func (m *AdvertiseObject) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AdvertiseObject.Unmarshal(m, b)
}
func (m *AdvertiseObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AdvertiseObject.Marshal(b, m, deterministic)
}
func (m *AdvertiseObject) XXX_Merge(src proto.Message) {
xxx_messageInfo_AdvertiseObject.Merge(m, src)
}
func (m *AdvertiseObject) XXX_Size() int {
return xxx_messageInfo_AdvertiseObject.Size(m)
}
func (m *AdvertiseObject) XXX_DiscardUnknown() {
xxx_messageInfo_AdvertiseObject.DiscardUnknown(m)
}
var xxx_messageInfo_AdvertiseObject proto.InternalMessageInfo
func (m *AdvertiseObject) GetSnsAdobject() *SnsADObject {
if m != nil {
return m.SnsAdobject
}
return nil
}
func (m *AdvertiseObject) GetAdinfo() *SKBuiltinString {
if m != nil {
return m.Adinfo
}
return nil
}
func (m *AdvertiseObject) GetAdpos() uint32 {
if m != nil && m.Adpos != nil {
return *m.Adpos
}
return 0
}
func (m *AdvertiseObject) GetRemindFriendsInfo() *RemindFriendsInfo {
if m != nil {
return m.RemindFriendsInfo
}
return nil
}
type SnsADObject struct {
SnsObject *SnsObject `protobuf:"bytes,1,opt,name=snsObject" json:"snsObject,omitempty"`
Adxml *SKBuiltinString `protobuf:"bytes,2,opt,name=adxml" json:"adxml,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsADObject) Reset() { *m = SnsADObject{} }
func (m *SnsADObject) String() string { return proto.CompactTextString(m) }
func (*SnsADObject) ProtoMessage() {}
func (*SnsADObject) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{34}
}
func (m *SnsADObject) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsADObject.Unmarshal(m, b)
}
func (m *SnsADObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsADObject.Marshal(b, m, deterministic)
}
func (m *SnsADObject) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsADObject.Merge(m, src)
}
func (m *SnsADObject) XXX_Size() int {
return xxx_messageInfo_SnsADObject.Size(m)
}
func (m *SnsADObject) XXX_DiscardUnknown() {
xxx_messageInfo_SnsADObject.DiscardUnknown(m)
}
var xxx_messageInfo_SnsADObject proto.InternalMessageInfo
func (m *SnsADObject) GetSnsObject() *SnsObject {
if m != nil {
return m.SnsObject
}
return nil
}
func (m *SnsADObject) GetAdxml() *SKBuiltinString {
if m != nil {
return m.Adxml
}
return nil
}
type RecObject struct {
SnsRecommendObject *SnsRecommendObject `protobuf:"bytes,1,opt,name=snsRecommendObject" json:"snsRecommendObject,omitempty"`
RecommendInfo *SKBuiltinString `protobuf:"bytes,2,opt,name=recommendInfo" json:"recommendInfo,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *RecObject) Reset() { *m = RecObject{} }
func (m *RecObject) String() string { return proto.CompactTextString(m) }
func (*RecObject) ProtoMessage() {}
func (*RecObject) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{35}
}
func (m *RecObject) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RecObject.Unmarshal(m, b)
}
func (m *RecObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_RecObject.Marshal(b, m, deterministic)
}
func (m *RecObject) XXX_Merge(src proto.Message) {
xxx_messageInfo_RecObject.Merge(m, src)
}
func (m *RecObject) XXX_Size() int {
return xxx_messageInfo_RecObject.Size(m)
}
func (m *RecObject) XXX_DiscardUnknown() {
xxx_messageInfo_RecObject.DiscardUnknown(m)
}
var xxx_messageInfo_RecObject proto.InternalMessageInfo
func (m *RecObject) GetSnsRecommendObject() *SnsRecommendObject {
if m != nil {
return m.SnsRecommendObject
}
return nil
}
func (m *RecObject) GetRecommendInfo() *SKBuiltinString {
if m != nil {
return m.RecommendInfo
}
return nil
}
type SnsRecommendObject struct {
SnsObject *SnsObject `protobuf:"bytes,1,opt,name=snsObject" json:"snsObject,omitempty"`
RecommendXml *SKBuiltinString `protobuf:"bytes,2,opt,name=recommendXml" json:"recommendXml,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsRecommendObject) Reset() { *m = SnsRecommendObject{} }
func (m *SnsRecommendObject) String() string { return proto.CompactTextString(m) }
func (*SnsRecommendObject) ProtoMessage() {}
func (*SnsRecommendObject) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{36}
}
func (m *SnsRecommendObject) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsRecommendObject.Unmarshal(m, b)
}
func (m *SnsRecommendObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsRecommendObject.Marshal(b, m, deterministic)
}
func (m *SnsRecommendObject) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsRecommendObject.Merge(m, src)
}
func (m *SnsRecommendObject) XXX_Size() int {
return xxx_messageInfo_SnsRecommendObject.Size(m)
}
func (m *SnsRecommendObject) XXX_DiscardUnknown() {
xxx_messageInfo_SnsRecommendObject.DiscardUnknown(m)
}
var xxx_messageInfo_SnsRecommendObject proto.InternalMessageInfo
func (m *SnsRecommendObject) GetSnsObject() *SnsObject {
if m != nil {
return m.SnsObject
}
return nil
}
func (m *SnsRecommendObject) GetRecommendXml() *SKBuiltinString {
if m != nil {
return m.RecommendXml
}
return nil
}
type SnsObjectDetailRequest struct {
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=baseRequest" json:"baseRequest,omitempty"`
Id *uint64 `protobuf:"varint,2,opt,name=id" json:"id,omitempty"`
GroupDetail *uint32 `protobuf:"varint,3,opt,name=groupDetail" json:"groupDetail,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsObjectDetailRequest) Reset() { *m = SnsObjectDetailRequest{} }
func (m *SnsObjectDetailRequest) String() string { return proto.CompactTextString(m) }
func (*SnsObjectDetailRequest) ProtoMessage() {}
func (*SnsObjectDetailRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{37}
}
func (m *SnsObjectDetailRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsObjectDetailRequest.Unmarshal(m, b)
}
func (m *SnsObjectDetailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsObjectDetailRequest.Marshal(b, m, deterministic)
}
func (m *SnsObjectDetailRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsObjectDetailRequest.Merge(m, src)
}
func (m *SnsObjectDetailRequest) XXX_Size() int {
return xxx_messageInfo_SnsObjectDetailRequest.Size(m)
}
func (m *SnsObjectDetailRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SnsObjectDetailRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SnsObjectDetailRequest proto.InternalMessageInfo
func (m *SnsObjectDetailRequest) GetBaseRequest() *BaseRequest {
if m != nil {
return m.BaseRequest
}
return nil
}
func (m *SnsObjectDetailRequest) GetId() uint64 {
if m != nil && m.Id != nil {
return *m.Id
}
return 0
}
func (m *SnsObjectDetailRequest) GetGroupDetail() uint32 {
if m != nil && m.GroupDetail != nil {
return *m.GroupDetail
}
return 0
}
type SnsObjectDetailResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
Object *SnsObject `protobuf:"bytes,2,opt,name=object" json:"object,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsObjectDetailResponse) Reset() { *m = SnsObjectDetailResponse{} }
func (m *SnsObjectDetailResponse) String() string { return proto.CompactTextString(m) }
func (*SnsObjectDetailResponse) ProtoMessage() {}
func (*SnsObjectDetailResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{38}
}
func (m *SnsObjectDetailResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsObjectDetailResponse.Unmarshal(m, b)
}
func (m *SnsObjectDetailResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsObjectDetailResponse.Marshal(b, m, deterministic)
}
func (m *SnsObjectDetailResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsObjectDetailResponse.Merge(m, src)
}
func (m *SnsObjectDetailResponse) XXX_Size() int {
return xxx_messageInfo_SnsObjectDetailResponse.Size(m)
}
func (m *SnsObjectDetailResponse) XXX_DiscardUnknown() {
xxx_messageInfo_SnsObjectDetailResponse.DiscardUnknown(m)
}
var xxx_messageInfo_SnsObjectDetailResponse proto.InternalMessageInfo
func (m *SnsObjectDetailResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *SnsObjectDetailResponse) GetObject() *SnsObject {
if m != nil {
return m.Object
}
return nil
}
type SnsSyncRequest struct {
BaseRequest *BaseRequest `protobuf:"bytes,1,opt,name=baseRequest" json:"baseRequest,omitempty"`
Selector *uint32 `protobuf:"varint,2,opt,name=selector" json:"selector,omitempty"`
KeyBuf *SKBuiltinString_ `protobuf:"bytes,3,opt,name=keyBuf" json:"keyBuf,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsSyncRequest) Reset() { *m = SnsSyncRequest{} }
func (m *SnsSyncRequest) String() string { return proto.CompactTextString(m) }
func (*SnsSyncRequest) ProtoMessage() {}
func (*SnsSyncRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{39}
}
func (m *SnsSyncRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsSyncRequest.Unmarshal(m, b)
}
func (m *SnsSyncRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsSyncRequest.Marshal(b, m, deterministic)
}
func (m *SnsSyncRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsSyncRequest.Merge(m, src)
}
func (m *SnsSyncRequest) XXX_Size() int {
return xxx_messageInfo_SnsSyncRequest.Size(m)
}
func (m *SnsSyncRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SnsSyncRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SnsSyncRequest proto.InternalMessageInfo
func (m *SnsSyncRequest) GetBaseRequest() *BaseRequest {
if m != nil {
return m.BaseRequest
}
return nil
}
func (m *SnsSyncRequest) GetSelector() uint32 {
if m != nil && m.Selector != nil {
return *m.Selector
}
return 0
}
func (m *SnsSyncRequest) GetKeyBuf() *SKBuiltinString_ {
if m != nil {
return m.KeyBuf
}
return nil
}
type SnsSyncResponse struct {
BaseResponse *BaseResponse `protobuf:"bytes,1,opt,name=baseResponse" json:"baseResponse,omitempty"`
CmdList *CmdList `protobuf:"bytes,2,opt,name=cmdList" json:"cmdList,omitempty"`
ContinueFlag *uint32 `protobuf:"varint,3,opt,name=continueFlag" json:"continueFlag,omitempty"`
KeyBuf *SKBuiltinString_ `protobuf:"bytes,4,opt,name=keyBuf" json:"keyBuf,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SnsSyncResponse) Reset() { *m = SnsSyncResponse{} }
func (m *SnsSyncResponse) String() string { return proto.CompactTextString(m) }
func (*SnsSyncResponse) ProtoMessage() {}
func (*SnsSyncResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a9895fdecab112fa, []int{40}
}
func (m *SnsSyncResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SnsSyncResponse.Unmarshal(m, b)
}
func (m *SnsSyncResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SnsSyncResponse.Marshal(b, m, deterministic)
}
func (m *SnsSyncResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_SnsSyncResponse.Merge(m, src)
}
func (m *SnsSyncResponse) XXX_Size() int {
return xxx_messageInfo_SnsSyncResponse.Size(m)
}
func (m *SnsSyncResponse) XXX_DiscardUnknown() {
xxx_messageInfo_SnsSyncResponse.DiscardUnknown(m)
}
var xxx_messageInfo_SnsSyncResponse proto.InternalMessageInfo
func (m *SnsSyncResponse) GetBaseResponse() *BaseResponse {
if m != nil {
return m.BaseResponse
}
return nil
}
func (m *SnsSyncResponse) GetCmdList() *CmdList {
if m != nil {
return m.CmdList
}
return nil
}
func (m *SnsSyncResponse) GetContinueFlag() uint32 {
if m != nil && m.ContinueFlag != nil {
return *m.ContinueFlag
}
return 0
}
func (m *SnsSyncResponse) GetKeyBuf() *SKBuiltinString_ {
if m != nil {
return m.KeyBuf
}
return nil
}
func init() {
proto.RegisterType((*SnsUserPageRequest)(nil), "wechat_proto.SnsUserPageRequest")
proto.RegisterType((*SnsUserPageResponse)(nil), "wechat_proto.SnsUserPageResponse")
proto.RegisterType((*SnsServerConfig)(nil), "wechat_proto.SnsServerConfig")
proto.RegisterType((*SnsObject)(nil), "wechat_proto.SnsObject")
proto.RegisterType((*SnsRedEnvelops)(nil), "wechat_proto.SnsRedEnvelops")
proto.RegisterType((*PreDownloadInfo)(nil), "wechat_proto.PreDownloadInfo")
proto.RegisterType((*SnsWeAppInfo)(nil), "wechat_proto.SnsWeAppInfo")
proto.RegisterType((*SnsCommentInfo)(nil), "wechat_proto.SnsCommentInfo")
proto.RegisterType((*SnsGroup)(nil), "wechat_proto.SnsGroup")
proto.RegisterType((*SnsHBUserInfo)(nil), "wechat_proto.SnsHBUserInfo")
proto.RegisterType((*SnsPostRequest)(nil), "wechat_proto.SnsPostRequest")
proto.RegisterType((*TwitterInfo)(nil), "wechat_proto.TwitterInfo")
proto.RegisterType((*SnsPostCtocUploadInfo)(nil), "wechat_proto.SnsPostCtocUploadInfo")
proto.RegisterType((*SnsPostOperationFields)(nil), "wechat_proto.SnsPostOperationFields")
proto.RegisterType((*CanvasInfo)(nil), "wechat_proto.CanvasInfo")
proto.RegisterType((*MediaInfo)(nil), "wechat_proto.MediaInfo")
proto.RegisterType((*SnsPostResponse)(nil), "wechat_proto.SnsPostResponse")
proto.RegisterType((*SnsObjectOpRequest)(nil), "wechat_proto.SnsObjectOpRequest")
proto.RegisterType((*SnsObjectOpResponse)(nil), "wechat_proto.SnsObjectOpResponse")
proto.RegisterType((*SnsObjectOp)(nil), "wechat_proto.SnsObjectOp")
proto.RegisterType((*SnsObjectOpDeleteComment)(nil), "wechat_proto.SnsObjectOpDeleteComment")
proto.RegisterType((*SnsCommentRequest)(nil), "wechat_proto.SnsCommentRequest")
proto.RegisterType((*SnsCommentResponse)(nil), "wechat_proto.SnsCommentResponse")
proto.RegisterType((*ModSnsBlackList)(nil), "wechat_proto.ModSnsBlackList")
proto.RegisterType((*SnsTagMemberOptionRequest)(nil), "wechat_proto.SnsTagMemberOptionRequest")
proto.RegisterType((*SnsTagMemberOptionResponse)(nil), "wechat_proto.SnsTagMemberOptionResponse")
proto.RegisterType((*SnsTag)(nil), "wechat_proto.SnsTag")
proto.RegisterType((*SnsTagListRequest)(nil), "wechat_proto.SnsTagListRequest")
proto.RegisterType((*SnsTagListResponse)(nil), "wechat_proto.SnsTagListResponse")
proto.RegisterType((*SnsTimeLineRequest)(nil), "wechat_proto.SnsTimeLineRequest")
proto.RegisterType((*SnsAdExpInfo)(nil), "wechat_proto.SnsAdExpInfo")
proto.RegisterType((*SnsTimeLineResponse)(nil), "wechat_proto.SnsTimeLineResponse")
proto.RegisterType((*DelAdvertiseObject)(nil), "wechat_proto.DelAdvertiseObject")
proto.RegisterType((*AdvertiseObject)(nil), "wechat_proto.AdvertiseObject")
proto.RegisterType((*SnsADObject)(nil), "wechat_proto.SnsADObject")
proto.RegisterType((*RecObject)(nil), "wechat_proto.RecObject")
proto.RegisterType((*SnsRecommendObject)(nil), "wechat_proto.SnsRecommendObject")
proto.RegisterType((*SnsObjectDetailRequest)(nil), "wechat_proto.SnsObjectDetailRequest")
proto.RegisterType((*SnsObjectDetailResponse)(nil), "wechat_proto.SnsObjectDetailResponse")
proto.RegisterType((*SnsSyncRequest)(nil), "wechat_proto.SnsSyncRequest")
proto.RegisterType((*SnsSyncResponse)(nil), "wechat_proto.SnsSyncResponse")
}
func init() { proto.RegisterFile("friendgroup.proto", fileDescriptor_a9895fdecab112fa) }
var fileDescriptor_a9895fdecab112fa = []byte{
// 2943 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x5a, 0xdd, 0x6e, 0x24, 0x47,
0xf5, 0x57, 0x8f, 0xc7, 0x1f, 0x73, 0xc6, 0x63, 0xaf, 0x6b, 0xbf, 0x7a, 0x9d, 0xcd, 0xc6, 0xea,
0xff, 0x2a, 0xb2, 0xfe, 0x5a, 0x39, 0x89, 0xc9, 0xc2, 0x2a, 0x91, 0xa2, 0xf8, 0x23, 0x4e, 0x86,
0x5d, 0xc7, 0x56, 0x8f, 0xad, 0x00, 0x42, 0x8a, 0x6a, 0xbb, 0xcb, 0x33, 0x1d, 0xf7, 0x74, 0x37,
0xd5, 0x35, 0x6b, 0xfb, 0x12, 0x09, 0x29, 0x08, 0x04, 0x8f, 0x80, 0x14, 0x84, 0xc4, 0x05, 0x37,
0x48, 0x48, 0xf0, 0x12, 0xdc, 0xc0, 0x03, 0x70, 0xc1, 0x25, 0x37, 0x3c, 0x02, 0xa8, 0x4e, 0x55,
0x77, 0x57, 0x7f, 0x78, 0x77, 0x1c, 0x0c, 0x48, 0xdc, 0xcd, 0xf9, 0xd5, 0xa9, 0xae, 0x53, 0xa7,
0x4e, 0x9d, 0xf3, 0xab, 0xaa, 0x81, 0x95, 0x13, 0x1e, 0xb0, 0xc8, 0x1f, 0xf2, 0x78, 0x92, 0x6c,
0x24, 0x3c, 0x16, 0x31, 0x59, 0x3c, 0x63, 0xde, 0x88, 0x8a, 0xcf, 0x51, 0x5a, 0xd5, 0x92, 0x6a,
0x5b, 0x5d, 0x4a, 0x2f, 0x22, 0x2f, 0x10, 0x6c, 0xac, 0x64, 0xe7, 0x37, 0x2d, 0x20, 0x83, 0x28,
0x3d, 0x4e, 0x19, 0x3f, 0xa4, 0x43, 0xe6, 0xb2, 0x1f, 0x4c, 0x58, 0x2a, 0xc8, 0xfb, 0xd0, 0x7d,
0x4e, 0xd3, 0x4c, 0xb4, 0xad, 0x35, 0x6b, 0xbd, 0xbb, 0x79, 0x6f, 0xc3, 0xfc, 0xf0, 0xc6, 0x76,
0xa1, 0xe0, 0x9a, 0xda, 0xc4, 0x81, 0xc5, 0x93, 0x80, 0xa7, 0x42, 0x7e, 0x70, 0xdf, 0x7f, 0x6c,
0xb7, 0xd6, 0xac, 0xf5, 0x8e, 0x5b, 0xc2, 0xc8, 0x2a, 0x2c, 0x4c, 0x52, 0xc6, 0x23, 0x3a, 0x66,
0xf6, 0x0c, 0xb6, 0xe7, 0x32, 0xb9, 0x05, 0xb3, 0x63, 0x7a, 0xde, 0xf7, 0xed, 0xf6, 0x9a, 0xb5,
0xde, 0x76, 0x95, 0x40, 0xee, 0xc0, 0x5c, 0x1a, 0x4f, 0xb8, 0xc7, 0xec, 0xd9, 0x35, 0x6b, 0xbd,
0xe7, 0x6a, 0x89, 0xac, 0x41, 0x77, 0x1c, 0x44, 0x7b, 0x41, 0x28, 0x18, 0xef, 0xfb, 0xf6, 0x1c,
0xf6, 0x31, 0x21, 0xb2, 0x0e, 0xcb, 0x21, 0x4d, 0x85, 0x36, 0xef, 0x28, 0x18, 0x33, 0x7b, 0x1e,
0x3f, 0x51, 0x85, 0xc9, 0x03, 0x80, 0x13, 0xec, 0x75, 0x74, 0x91, 0x30, 0x7b, 0x01, 0x95, 0x0c,
0xc4, 0xf9, 0x7d, 0x1b, 0x6e, 0x96, 0xbc, 0x95, 0x26, 0x71, 0x94, 0x32, 0xf2, 0x01, 0x2c, 0x2a,
0x07, 0x28, 0x59, 0xfb, 0x6b, 0xb5, 0xc9, 0x5f, 0x4a, 0xc3, 0x2d, 0xe9, 0x4f, 0xe5, 0xb1, 0x35,
0xe8, 0xc6, 0xcf, 0xbf, 0x60, 0x9e, 0xd8, 0x89, 0x27, 0x91, 0x40, 0xa7, 0xf5, 0x5c, 0x13, 0x22,
0xdf, 0x02, 0x50, 0xe2, 0xb3, 0x20, 0x15, 0x76, 0x7b, 0x6d, 0x66, 0xbd, 0xbb, 0x79, 0xb7, 0x6c,
0xc3, 0x20, 0x4a, 0x0f, 0x50, 0xc5, 0x35, 0x54, 0xc9, 0xff, 0xc3, 0x0d, 0x25, 0x1d, 0xc5, 0x82,
0x86, 0xea, 0xfb, 0xca, 0xc9, 0x35, 0x5c, 0x46, 0x46, 0xaa, 0x3c, 0xd0, 0x8f, 0x4e, 0x62, 0x74,
0x77, 0x2d, 0x32, 0x06, 0x85, 0x82, 0x6b, 0x6a, 0x93, 0x37, 0x61, 0x29, 0x62, 0x67, 0xf5, 0x85,
0xa8, 0xa0, 0xe4, 0x5d, 0xb8, 0x6d, 0x4c, 0x6c, 0x2f, 0xe6, 0x03, 0x3a, 0x46, 0xc7, 0xa8, 0x25,
0x69, 0x6e, 0x24, 0x5b, 0xb0, 0x98, 0x32, 0xfe, 0x82, 0xf1, 0x9d, 0x38, 0x3a, 0x09, 0x86, 0x76,
0x07, 0x6d, 0x7b, 0xbd, 0x66, 0xdb, 0xc0, 0x50, 0x72, 0x4b, 0x5d, 0xc8, 0x7d, 0xe8, 0x84, 0xc1,
0x38, 0x10, 0xcc, 0xef, 0xfb, 0x36, 0xac, 0x59, 0xeb, 0x33, 0x6e, 0x01, 0xc8, 0xf0, 0xf0, 0xe2,
0x48, 0x04, 0xd1, 0x84, 0xf5, 0x7d, 0xbb, 0x8b, 0xcd, 0x06, 0x42, 0x6c, 0x98, 0xe7, 0x4c, 0x1c,
0x05, 0x49, 0x6a, 0x2f, 0xe2, 0x0a, 0x66, 0xa2, 0x93, 0xc2, 0x72, 0x65, 0x60, 0xe9, 0xf4, 0x24,
0x4e, 0xc5, 0x3e, 0x8b, 0x44, 0x10, 0x47, 0xcf, 0xe4, 0x20, 0x18, 0x37, 0x3d, 0xb7, 0x86, 0x4b,
0x7f, 0x78, 0x71, 0x72, 0xb1, 0x15, 0xf9, 0x87, 0x34, 0x15, 0xec, 0xb3, 0x98, 0xfb, 0xaa, 0x43,
0x4b, 0xf9, 0xa3, 0xb1, 0xd1, 0xf9, 0x51, 0x17, 0x3a, 0xf9, 0x82, 0x93, 0x25, 0x68, 0x05, 0x3e,
0x8e, 0xd0, 0x76, 0x5b, 0x81, 0x5f, 0xda, 0x81, 0xad, 0xca, 0x0e, 0x5c, 0x85, 0x85, 0x28, 0xf0,
0x4e, 0xcd, 0xdd, 0x99, 0xc9, 0xe8, 0x04, 0xce, 0xa8, 0x60, 0xb8, 0x7e, 0x6d, 0xb5, 0x47, 0x0a,
0x84, 0x7c, 0x90, 0x45, 0xe1, 0x2e, 0x4b, 0x3d, 0x0c, 0xa3, 0xee, 0xe6, 0x83, 0xca, 0x1a, 0x3c,
0xdd, 0x9e, 0x04, 0xa1, 0x08, 0xa2, 0x81, 0xe0, 0x41, 0x34, 0xfc, 0xdc, 0x35, 0x7a, 0xc8, 0xb1,
0xc3, 0xe0, 0x94, 0xed, 0x85, 0x74, 0x88, 0xd1, 0xd5, 0x73, 0x73, 0x59, 0x2d, 0xcf, 0x29, 0x53,
0x11, 0xaa, 0x42, 0xa7, 0x00, 0xc8, 0x23, 0x58, 0x91, 0x82, 0x8c, 0x36, 0x19, 0xd6, 0x4a, 0x4b,
0x45, 0x4c, 0xbd, 0x81, 0x7c, 0x08, 0x8b, 0x26, 0x68, 0x77, 0x70, 0xbf, 0xdc, 0xaf, 0x45, 0xcb,
0x4e, 0x3c, 0x1e, 0xb3, 0x48, 0x60, 0x30, 0x97, 0x7a, 0xc8, 0x5d, 0xeb, 0xa9, 0x46, 0x35, 0x14,
0xe0, 0x50, 0x25, 0x8c, 0x6c, 0xc2, 0x2d, 0x2d, 0x97, 0xcd, 0xea, 0xa2, 0x6e, 0x63, 0x1b, 0xd9,
0x83, 0xe5, 0x0a, 0x6e, 0x2f, 0x4e, 0x61, 0x5c, 0xb5, 0x13, 0x79, 0x08, 0xbd, 0xb3, 0x40, 0x8c,
0xa4, 0xac, 0x06, 0xed, 0xe1, 0xa0, 0x65, 0x50, 0x7a, 0x2d, 0x03, 0x0a, 0xf3, 0x96, 0x94, 0xd7,
0x6a, 0x0d, 0xd2, 0x6b, 0x26, 0x68, 0x2f, 0x4f, 0xe3, 0x35, 0xb3, 0x87, 0xdc, 0x24, 0xec, 0x5c,
0xe0, 0xf2, 0xde, 0xc0, 0x51, 0x32, 0x11, 0xa3, 0x2e, 0xde, 0x19, 0xd1, 0x68, 0xc8, 0xec, 0x15,
0xb5, 0xf2, 0x99, 0x2c, 0xa3, 0x0e, 0x4b, 0x9c, 0x32, 0x8f, 0xa8, 0xa8, 0x2b, 0x10, 0xf2, 0x2e,
0x74, 0x50, 0x42, 0xa3, 0x6e, 0xa2, 0x51, 0x77, 0x6a, 0x46, 0x7d, 0x2c, 0x35, 0xdc, 0x42, 0x51,
0x7a, 0x28, 0x48, 0x3f, 0x8d, 0x85, 0x1b, 0x78, 0xa3, 0x23, 0x76, 0x2e, 0xec, 0x5b, 0xca, 0x43,
0x25, 0x50, 0x6a, 0x71, 0x76, 0xc2, 0xf8, 0x71, 0xb6, 0x5d, 0x6e, 0xe3, 0x96, 0x28, 0x83, 0x6a,
0xf3, 0x9f, 0x60, 0x0d, 0xba, 0x83, 0x9b, 0x2c, 0x13, 0x65, 0xd6, 0x7b, 0x1e, 0x52, 0xef, 0xb4,
0x70, 0xef, 0x5d, 0x95, 0xf5, 0xca, 0x28, 0x79, 0x1f, 0x3a, 0x39, 0x62, 0xdb, 0x38, 0x87, 0xd7,
0x5f, 0xba, 0x71, 0xdc, 0x42, 0x5f, 0x3a, 0xc8, 0x67, 0x21, 0x13, 0x6a, 0xe3, 0xdc, 0x53, 0x0e,
0x2a, 0x10, 0x69, 0x04, 0xce, 0xbb, 0x88, 0x86, 0x55, 0x65, 0x44, 0x19, 0x95, 0x46, 0xe4, 0x88,
0xfd, 0xda, 0x54, 0x46, 0xe4, 0xfa, 0xe4, 0xdb, 0x59, 0x21, 0x39, 0x48, 0x18, 0xa7, 0x32, 0x7f,
0xa5, 0xf6, 0xfd, 0xa9, 0x32, 0x40, 0xad, 0x1f, 0xd9, 0x85, 0xa5, 0x34, 0x4a, 0x5d, 0xe6, 0x7f,
0x14, 0xbd, 0x60, 0x61, 0x9c, 0xa4, 0xf6, 0xeb, 0xf8, 0xa5, 0x7a, 0xac, 0x19, 0x3a, 0x6e, 0xa5,
0x0f, 0xf9, 0x18, 0x96, 0x13, 0xce, 0x76, 0xe3, 0xb3, 0x28, 0x8c, 0xa9, 0x8f, 0x25, 0xeb, 0x41,
0x53, 0x59, 0x38, 0x2c, 0x2b, 0xb9, 0xd5, 0x5e, 0xe4, 0x09, 0x74, 0xce, 0xd8, 0x56, 0x92, 0xe0,
0x27, 0xde, 0x68, 0xaa, 0xef, 0x83, 0x28, 0xfd, 0x2c, 0xd3, 0x70, 0x0b, 0x65, 0xe7, 0x4f, 0x16,
0x2c, 0x95, 0xad, 0x94, 0xb5, 0x9c, 0xb3, 0x33, 0xca, 0x7d, 0xb5, 0x12, 0x2a, 0xed, 0x9b, 0x10,
0xd9, 0x81, 0x25, 0x25, 0xe6, 0x3b, 0xad, 0x85, 0x6b, 0xf1, 0x5a, 0x6d, 0xcc, 0x4f, 0xb6, 0xf3,
0x5a, 0x5b, 0xe9, 0x22, 0x63, 0x82, 0x33, 0x45, 0x93, 0xfa, 0xbe, 0x66, 0x0c, 0x06, 0x22, 0x37,
0x1c, 0x67, 0x49, 0xcc, 0x85, 0xe6, 0x5a, 0x3d, 0x37, 0x97, 0x65, 0xaa, 0x55, 0xbf, 0x9f, 0xb2,
0x0b, 0x4d, 0x06, 0x0a, 0xc0, 0xf9, 0xca, 0x82, 0xe5, 0x8a, 0xcb, 0xc8, 0x06, 0x10, 0xc3, 0x69,
0x87, 0x8c, 0x7b, 0x2c, 0x9f, 0x5b, 0x43, 0x4b, 0x45, 0xff, 0x53, 0x26, 0x90, 0x74, 0xb5, 0x6a,
0xfa, 0xba, 0x45, 0xea, 0x47, 0xb1, 0x31, 0xa8, 0x8b, 0x89, 0x42, 0x95, 0xa7, 0x86, 0x16, 0xe7,
0xb7, 0x16, 0x2c, 0x9a, 0x6b, 0x22, 0xa7, 0x3b, 0xa6, 0xc9, 0x61, 0x1c, 0xf4, 0x55, 0x1d, 0xec,
0xb8, 0xb9, 0x2c, 0x39, 0x27, 0x4d, 0x92, 0xbe, 0xaf, 0xc7, 0x57, 0x42, 0x56, 0x23, 0x3f, 0xad,
0xb0, 0x54, 0x29, 0xab, 0x35, 0xf4, 0x03, 0xce, 0x3c, 0x71, 0xcc, 0x43, 0xf4, 0x5f, 0xc7, 0x35,
0x21, 0xd9, 0x3b, 0x1d, 0xc5, 0x67, 0x38, 0x2d, 0xe5, 0xc1, 0x5c, 0x96, 0xe3, 0xa5, 0x5e, 0xcc,
0x99, 0x2e, 0x71, 0x4a, 0x70, 0xfe, 0x38, 0x83, 0xa1, 0x62, 0x24, 0xcf, 0x52, 0x99, 0xb6, 0x5e,
0x52, 0xa6, 0x5b, 0x95, 0x32, 0x5d, 0xd0, 0xe5, 0x99, 0x12, 0x5d, 0x26, 0xd0, 0x16, 0xd2, 0x20,
0xb5, 0xde, 0xf8, 0x5b, 0xa6, 0x2e, 0xc9, 0x62, 0x98, 0xa6, 0x7d, 0x1d, 0x37, 0x13, 0x2b, 0xc5,
0x7e, 0xae, 0x56, 0xec, 0xef, 0x43, 0x47, 0x57, 0x9d, 0xbe, 0x9f, 0x15, 0xe4, 0x1c, 0x90, 0x39,
0x87, 0xb3, 0x24, 0xbc, 0xd8, 0xc9, 0x55, 0x54, 0x35, 0xae, 0xa0, 0x2a, 0xc1, 0x26, 0xe1, 0x45,
0x9e, 0x60, 0x3b, 0x59, 0x82, 0x35, 0xc0, 0x7a, 0xb2, 0x86, 0xa6, 0x64, 0xbd, 0x0e, 0xcb, 0xe5,
0xaf, 0x6f, 0x62, 0xad, 0x6d, 0xbb, 0x55, 0x58, 0xb1, 0xb9, 0x5c, 0x69, 0x11, 0x95, 0x0c, 0xa4,
0x92, 0x51, 0x7b, 0xb5, 0x8c, 0xba, 0x06, 0x5d, 0xad, 0x8d, 0x0a, 0xaa, 0x64, 0x9a, 0x90, 0xf3,
0x10, 0x16, 0xb2, 0xaa, 0x23, 0x7d, 0x8c, 0x79, 0xb2, 0x9f, 0x71, 0xb0, 0x4c, 0x74, 0xbe, 0xb4,
0xa0, 0x57, 0xda, 0xc7, 0x2f, 0x5d, 0xf3, 0xf2, 0x8a, 0xb4, 0x6a, 0x2b, 0xf2, 0x1e, 0x2c, 0x8c,
0x9e, 0x3f, 0x9f, 0x9c, 0x9c, 0x30, 0x8e, 0x2b, 0xff, 0xea, 0xd4, 0x9b, 0xeb, 0x3b, 0x7f, 0xe8,
0x62, 0xf8, 0x1d, 0xc6, 0xf9, 0xa9, 0xe8, 0x5f, 0x3b, 0x08, 0x96, 0xa9, 0x60, 0xeb, 0xca, 0x54,
0xb0, 0x91, 0x9a, 0xcc, 0x5c, 0x46, 0x4d, 0xb6, 0x2a, 0xd4, 0xa4, 0x3d, 0x4d, 0xf1, 0xaa, 0x71,
0x93, 0x84, 0x07, 0x2f, 0xa8, 0x97, 0xa5, 0xbc, 0x4c, 0xc4, 0xbd, 0x7c, 0x11, 0x79, 0x26, 0x2b,
0xcd, 0x64, 0xd9, 0xe6, 0x85, 0x41, 0xb1, 0x07, 0x3a, 0x6e, 0x2e, 0xcb, 0xa0, 0x95, 0x6c, 0x7e,
0x7b, 0x18, 0x8c, 0x87, 0xc6, 0xa1, 0xb2, 0x0c, 0x56, 0xd8, 0x4d, 0xa7, 0xc6, 0x6e, 0x36, 0x61,
0x41, 0x47, 0x4b, 0x6a, 0xc3, 0x4b, 0xc9, 0x4d, 0xae, 0x27, 0xd9, 0xa9, 0x72, 0xe5, 0x40, 0xa5,
0x01, 0xc5, 0x38, 0x4b, 0x98, 0xc9, 0x59, 0x16, 0x5f, 0xc5, 0x59, 0x7a, 0xaf, 0xe6, 0x2c, 0x4b,
0x57, 0xe4, 0x2c, 0xef, 0x43, 0x57, 0x9c, 0x05, 0x42, 0xe8, 0xb3, 0xe4, 0x72, 0x53, 0x70, 0x1d,
0x15, 0x0a, 0xae, 0xa9, 0xdd, 0x40, 0x68, 0x6e, 0xbc, 0x9a, 0xd0, 0xac, 0x5c, 0x91, 0xd0, 0x3c,
0x85, 0x25, 0x4f, 0xc4, 0xde, 0x71, 0x92, 0xb3, 0x07, 0x82, 0x46, 0xfe, 0x5f, 0xcd, 0xfd, 0x72,
0xd3, 0xec, 0x94, 0x54, 0xdd, 0x4a, 0x57, 0xf2, 0x7d, 0xb8, 0x93, 0x2a, 0xc5, 0x9c, 0xe6, 0xec,
0x05, 0x2c, 0xf4, 0x53, 0xfb, 0x26, 0x7e, 0xf4, 0x61, 0xe3, 0x47, 0x2b, 0xba, 0xee, 0x25, 0xdf,
0x68, 0xe0, 0x4b, 0xb7, 0xbe, 0x06, 0x5f, 0x7a, 0x02, 0xf3, 0x49, 0x1c, 0xe0, 0x4c, 0x6f, 0x4f,
0xb5, 0x5f, 0x33, 0x75, 0x59, 0x0a, 0x4e, 0x78, 0x3c, 0x1e, 0x78, 0x2c, 0x62, 0xc8, 0x80, 0x3b,
0x6e, 0x01, 0x90, 0x27, 0x00, 0x1e, 0x8d, 0x5e, 0xd0, 0x14, 0x3f, 0x7d, 0x17, 0x3f, 0x6d, 0x97,
0x3f, 0xbd, 0x93, 0xb7, 0xbb, 0x86, 0xae, 0x5c, 0xe7, 0x31, 0xf3, 0x03, 0x2a, 0x05, 0xb5, 0xce,
0xb6, 0x5a, 0xe7, 0x32, 0x4a, 0x1e, 0x43, 0x27, 0x47, 0xec, 0x7b, 0x4d, 0x97, 0x1f, 0xfb, 0x59,
0xb3, 0x5b, 0x68, 0x96, 0x79, 0xdd, 0xea, 0x15, 0x78, 0x1d, 0xf9, 0x04, 0x96, 0xd5, 0x36, 0xdf,
0x19, 0x31, 0xef, 0x74, 0x97, 0x0a, 0x6a, 0xbf, 0x36, 0x95, 0xcb, 0xaa, 0xdd, 0xc8, 0x87, 0xd0,
0x65, 0xe7, 0x62, 0x90, 0xd0, 0x31, 0x5a, 0x31, 0x1d, 0x63, 0x36, 0xbb, 0x38, 0xdf, 0x85, 0xae,
0xb1, 0x51, 0x64, 0x3e, 0x89, 0xe9, 0x44, 0x8c, 0x8e, 0xe2, 0x53, 0x16, 0xe9, 0x12, 0x62, 0x20,
0x78, 0xe1, 0x93, 0x4b, 0x03, 0xe6, 0x71, 0x26, 0x34, 0x81, 0xa8, 0xe1, 0xce, 0x53, 0xb8, 0xdd,
0x18, 0xde, 0x92, 0x49, 0x9c, 0xc8, 0x74, 0xa8, 0x18, 0x1e, 0xfe, 0x96, 0x03, 0x27, 0xa3, 0x58,
0xe8, 0x85, 0xd2, 0xd5, 0xa9, 0x40, 0x9c, 0x3f, 0x5b, 0x70, 0xa7, 0x39, 0xae, 0xa5, 0x4d, 0xe9,
0x88, 0x72, 0x76, 0xcc, 0xc3, 0x03, 0x1e, 0x0c, 0x83, 0x88, 0x86, 0xda, 0xf2, 0x1a, 0x2e, 0x73,
0x5b, 0x8e, 0x25, 0x2c, 0xca, 0xee, 0xcb, 0x4c, 0x4c, 0xe6, 0xb6, 0x2f, 0xd2, 0x2d, 0xe4, 0x74,
0x8a, 0xba, 0x65, 0xa2, 0xa4, 0x08, 0x92, 0xdf, 0x50, 0x4f, 0x1c, 0xd1, 0xa1, 0xb2, 0x54, 0xb1,
0xa1, 0x2a, 0x2c, 0xb3, 0xb7, 0x60, 0x63, 0x23, 0xc5, 0xa8, 0xaa, 0x50, 0x06, 0x9d, 0x47, 0x00,
0x45, 0xec, 0x22, 0x6d, 0xa0, 0x82, 0x6e, 0xab, 0x12, 0xac, 0x7d, 0x5f, 0x20, 0xce, 0xaf, 0x2d,
0xe8, 0xe4, 0x91, 0x68, 0xd0, 0x34, 0xab, 0x44, 0xd3, 0xee, 0xeb, 0x68, 0x36, 0x38, 0x71, 0x01,
0xc8, 0x19, 0xbc, 0x08, 0x7c, 0x16, 0x1f, 0x86, 0xf4, 0xe2, 0x19, 0x8b, 0x86, 0x62, 0xa4, 0xcb,
0x62, 0x15, 0x96, 0xdf, 0x49, 0x59, 0x9a, 0x06, 0x71, 0xa4, 0x39, 0x7e, 0xc7, 0x2d, 0x00, 0x6c,
0x15, 0x94, 0xab, 0xab, 0x38, 0x4d, 0xf2, 0x73, 0xc0, 0xf9, 0x95, 0x85, 0xb7, 0x56, 0x8a, 0x0e,
0x5c, 0xd3, 0x4d, 0xe7, 0x63, 0xe8, 0xa4, 0xd9, 0x95, 0x94, 0x66, 0x04, 0x97, 0x5e, 0x51, 0x16,
0x9a, 0x58, 0x7e, 0x13, 0x3a, 0xc6, 0xab, 0x35, 0x4d, 0xc4, 0x33, 0xd9, 0xf9, 0x85, 0x85, 0x57,
0xd8, 0x07, 0xfa, 0x00, 0x79, 0x2d, 0xcc, 0xc5, 0x86, 0xf9, 0x38, 0x31, 0x83, 0x38, 0x13, 0xc9,
0x3b, 0x30, 0x17, 0xab, 0x5b, 0x86, 0x19, 0xcc, 0x31, 0xf7, 0x2e, 0xb1, 0xfe, 0x20, 0x71, 0xb5,
0xa2, 0xf3, 0x33, 0x0b, 0x6f, 0x8d, 0x0b, 0x03, 0xaf, 0xc9, 0x97, 0x97, 0x1b, 0x79, 0x1f, 0x3a,
0x71, 0xe2, 0x32, 0x91, 0xdb, 0x39, 0xeb, 0x16, 0x80, 0x33, 0x84, 0xae, 0x61, 0x4e, 0xed, 0x62,
0xf0, 0x8e, 0x9c, 0xa1, 0x11, 0x77, 0x5a, 0x22, 0x6f, 0xc3, 0x8c, 0x64, 0xdd, 0xd3, 0x91, 0x4a,
0xa9, 0xea, 0x3c, 0x01, 0xdb, 0x18, 0x68, 0x17, 0xa9, 0xb3, 0x26, 0xe0, 0xe5, 0x93, 0x83, 0x55,
0x39, 0x39, 0x38, 0xbf, 0xb4, 0x60, 0xa5, 0x38, 0x08, 0x5d, 0xcb, 0x92, 0xbe, 0x0b, 0x73, 0xd4,
0x93, 0xf9, 0x46, 0x87, 0x5d, 0xbd, 0x2e, 0x6e, 0x61, 0xb3, 0xe2, 0x51, 0x5a, 0xb7, 0xc4, 0xed,
0x66, 0xca, 0xdc, 0xce, 0xf9, 0xa9, 0x0a, 0xbc, 0xdc, 0xc8, 0xff, 0xea, 0x16, 0x71, 0x8e, 0x61,
0x79, 0x3f, 0xf6, 0x07, 0x51, 0xba, 0x9d, 0xf3, 0xab, 0x22, 0xd1, 0x1d, 0x97, 0x8f, 0x13, 0x55,
0x58, 0x86, 0xd2, 0x38, 0xf6, 0x8d, 0x45, 0xcf, 0x44, 0xe7, 0x1f, 0x16, 0xdc, 0x1b, 0x44, 0xe9,
0x11, 0x1d, 0xee, 0xb3, 0xf1, 0x73, 0xc6, 0x0f, 0x12, 0xe9, 0x97, 0x6b, 0x59, 0x11, 0x0c, 0xb4,
0x9d, 0xd8, 0x37, 0x02, 0x4d, 0x4a, 0xf2, 0x6c, 0x2c, 0xe8, 0x50, 0x3b, 0xbc, 0xed, 0x2a, 0x41,
0x9a, 0x28, 0xe8, 0x10, 0x8f, 0xe2, 0x2a, 0x8f, 0x65, 0xa2, 0xd4, 0xf7, 0x8c, 0xec, 0xac, 0x04,
0xf2, 0x0e, 0xb4, 0x43, 0x19, 0xfe, 0x73, 0xd3, 0x50, 0x3e, 0x54, 0x55, 0x87, 0x72, 0x49, 0x5f,
0xe6, 0xb3, 0x43, 0x39, 0x8b, 0x98, 0xf3, 0x13, 0x0b, 0x56, 0x9b, 0x3c, 0x70, 0x4d, 0xcb, 0xfd,
0x08, 0xe6, 0x52, 0xfc, 0xba, 0x5e, 0xeb, 0x5b, 0xb5, 0xb5, 0x3e, 0xa2, 0x43, 0x57, 0xeb, 0x38,
0x3f, 0xb4, 0x60, 0x4e, 0x41, 0x85, 0x9b, 0xac, 0x4b, 0xdc, 0xd4, 0xba, 0xc4, 0x4d, 0x33, 0x4d,
0x6e, 0x6a, 0x4f, 0xed, 0x26, 0xe7, 0xc7, 0x6a, 0x73, 0x1e, 0xd1, 0xa1, 0x8c, 0xb2, 0x7f, 0x6b,
0x28, 0x3c, 0x00, 0x10, 0x6a, 0x98, 0x7d, 0xff, 0xb1, 0xde, 0x80, 0x06, 0xe2, 0xfc, 0x55, 0x6d,
0xc1, 0xdc, 0x94, 0x6b, 0x5a, 0x93, 0xaf, 0x69, 0x4e, 0xe1, 0xe2, 0xb6, 0xe9, 0xe2, 0x75, 0xed,
0xe2, 0x59, 0x74, 0x71, 0xf3, 0xfa, 0x16, 0x01, 0x28, 0xa8, 0x28, 0x6e, 0x85, 0xa4, 0xe0, 0xfc,
0x6e, 0x56, 0x4d, 0x32, 0x18, 0xb3, 0x67, 0x41, 0xf4, 0x9f, 0x7b, 0xa3, 0xcd, 0xdf, 0x61, 0x67,
0xcc, 0x77, 0xd8, 0xca, 0x7b, 0x6b, 0x7b, 0xaa, 0xf7, 0xd6, 0xd9, 0xe6, 0xf7, 0xd6, 0x37, 0x61,
0x49, 0x65, 0xd3, 0x67, 0x54, 0xb0, 0x54, 0xe4, 0xcf, 0xb7, 0x15, 0x54, 0x9e, 0x4a, 0x34, 0x69,
0xc1, 0xad, 0x39, 0xc5, 0xa9, 0x44, 0xab, 0x4b, 0x6b, 0x23, 0x26, 0xce, 0x62, 0x7e, 0x6a, 0x9c,
0xbe, 0x4d, 0x48, 0x1e, 0x00, 0xa8, 0xcf, 0xce, 0x93, 0x40, 0x52, 0x6f, 0xb8, 0xe4, 0x00, 0xb0,
0xe5, 0x7f, 0x74, 0xae, 0x0f, 0x00, 0xb9, 0x32, 0x79, 0x0f, 0x6c, 0xce, 0x68, 0xb8, 0xc7, 0x98,
0x6c, 0x8d, 0xd3, 0x09, 0x67, 0x7d, 0x3f, 0x35, 0xdf, 0x77, 0x2e, 0x6d, 0x27, 0x6f, 0xc3, 0xcd,
0x86, 0x36, 0x7c, 0xe7, 0x69, 0xbb, 0x4d, 0x4d, 0xb2, 0xc7, 0x24, 0xf1, 0xf5, 0x35, 0x4f, 0x18,
0x44, 0x4c, 0x9d, 0xb4, 0xd4, 0xb1, 0xbc, 0xa9, 0x49, 0xd6, 0xae, 0x64, 0x12, 0x86, 0x38, 0x71,
0x75, 0x3b, 0x95, 0xcb, 0x64, 0x03, 0xc8, 0x38, 0x88, 0xfa, 0xfe, 0x5e, 0xcc, 0x3f, 0x66, 0xe2,
0x90, 0x33, 0xb9, 0xe8, 0x78, 0x02, 0x6f, 0xbb, 0x0d, 0x2d, 0x72, 0xf4, 0x0c, 0xc5, 0x73, 0xcb,
0x71, 0xc4, 0x19, 0xf5, 0xf1, 0xc8, 0xdd, 0x76, 0x9b, 0x9a, 0x9c, 0x23, 0xbc, 0x7d, 0xcd, 0x1d,
0x27, 0xf7, 0xce, 0x88, 0x0a, 0x26, 0xa7, 0x95, 0xd3, 0x0d, 0x03, 0x91, 0x5c, 0x7b, 0xa4, 0xa7,
0x90, 0x0a, 0x3a, 0x4e, 0xf4, 0xd6, 0x2b, 0x83, 0xce, 0xdf, 0xe7, 0x90, 0x4b, 0x15, 0x7b, 0xe1,
0x7f, 0xe3, 0x05, 0xbe, 0xfe, 0x30, 0x3e, 0x7b, 0xb5, 0x87, 0xf1, 0xb9, 0x97, 0x3d, 0x8c, 0xe3,
0x4d, 0x65, 0x24, 0x78, 0x1c, 0xe2, 0xfd, 0xd5, 0x7c, 0x76, 0x53, 0x99, 0x43, 0xb5, 0xa7, 0xf3,
0x85, 0xab, 0x3f, 0x9d, 0xbf, 0x09, 0x4b, 0xd4, 0x7f, 0xc1, 0xb8, 0x08, 0x52, 0x66, 0xde, 0x63,
0x55, 0x50, 0xb2, 0x03, 0xbd, 0x1c, 0x41, 0x37, 0x41, 0x53, 0xe5, 0xd9, 0xca, 0x54, 0xb4, 0xb3,
0xca, 0x7d, 0xcc, 0x84, 0xd0, 0xbd, 0x5a, 0x42, 0xc0, 0x37, 0x0f, 0x4f, 0x19, 0xb8, 0x98, 0xbd,
0x79, 0x78, 0x19, 0xb7, 0x9f, 0xe7, 0xcc, 0x43, 0xa3, 0x7a, 0x4d, 0x6b, 0xe7, 0x32, 0x4f, 0x9b,
0x93, 0xe9, 0x91, 0x47, 0xb0, 0xe2, 0xb3, 0x70, 0xab, 0x3c, 0x71, 0xfd, 0x7a, 0x5a, 0x6b, 0x20,
0xcf, 0xe0, 0x86, 0x09, 0x1a, 0x2f, 0xa8, 0x6b, 0xe5, 0x91, 0x76, 0x0d, 0x2d, 0x3d, 0x64, 0xad,
0xa7, 0xdc, 0x93, 0x9e, 0x5e, 0xe9, 0xea, 0x9e, 0xec, 0xb9, 0x4d, 0x4d, 0x64, 0x13, 0x6e, 0x05,
0xbe, 0xec, 0x5b, 0xe9, 0xb2, 0x82, 0x69, 0xa7, 0xb1, 0xcd, 0x79, 0x08, 0xa4, 0x6e, 0x4d, 0xf5,
0xd0, 0xe0, 0xfc, 0xcd, 0x82, 0xe5, 0xaa, 0x8e, 0xfa, 0xab, 0xc8, 0x96, 0xaf, 0x82, 0xb2, 0xb9,
0x40, 0xc9, 0x14, 0xb1, 0xab, 0x67, 0x68, 0x6a, 0x93, 0xc7, 0x30, 0x47, 0x7d, 0xcc, 0xc9, 0xad,
0xc6, 0x58, 0xac, 0x30, 0x13, 0xad, 0x8c, 0xef, 0x38, 0x7e, 0x12, 0xa7, 0x19, 0xc9, 0x41, 0x81,
0xec, 0xc3, 0x0a, 0x67, 0xe3, 0x20, 0xf2, 0xf7, 0xf0, 0xcf, 0x52, 0xea, 0x12, 0xaa, 0x8d, 0xdf,
0x7d, 0xa3, 0xba, 0xc4, 0x15, 0x35, 0xb7, 0xde, 0xd3, 0xb9, 0xc0, 0x03, 0x54, 0x66, 0x77, 0x99,
0xb0, 0x5b, 0x53, 0x9f, 0x69, 0xbf, 0x21, 0x4d, 0x3d, 0x1f, 0x87, 0xd3, 0x4d, 0x50, 0xe9, 0xca,
0x83, 0x51, 0x27, 0x0f, 0x43, 0x72, 0x08, 0x04, 0xef, 0xef, 0xd4, 0xc1, 0xc9, 0x2f, 0x99, 0xb0,
0xd6, 0x70, 0xef, 0x57, 0xd2, 0x73, 0x1b, 0xfa, 0xca, 0xdd, 0xc9, 0x33, 0xa8, 0x3f, 0xb5, 0xf7,
0xcb, 0x7d, 0x9c, 0x9f, 0x2b, 0x56, 0x56, 0xfd, 0xf6, 0xd7, 0xf4, 0xd3, 0x16, 0x2c, 0xe6, 0x9f,
0xff, 0xce, 0xb4, 0xee, 0x2a, 0x75, 0x71, 0xbe, 0x54, 0xd7, 0x4e, 0x07, 0xfa, 0x69, 0x41, 0xd0,
0x20, 0xbc, 0x16, 0x16, 0xa5, 0x76, 0x41, 0x2b, 0x3f, 0x3a, 0xaf, 0x41, 0x17, 0xef, 0x8e, 0xd5,
0x10, 0x59, 0x85, 0x30, 0x20, 0x79, 0x98, 0xb8, 0x5b, 0xb3, 0xe4, 0x9a, 0x6a, 0xd8, 0x5b, 0x30,
0x17, 0x4f, 0x75, 0x6a, 0xd4, 0x6a, 0xce, 0x57, 0xea, 0x65, 0x7a, 0x70, 0x11, 0x79, 0xd7, 0xe2,
0x8e, 0x55, 0x58, 0x48, 0x59, 0xc8, 0x3c, 0x11, 0x73, 0x5d, 0xbd, 0x73, 0x99, 0x7c, 0x13, 0xe6,
0x4e, 0xd9, 0xc5, 0xf6, 0xe4, 0x64, 0xca, 0x0b, 0x04, 0xad, 0xed, 0xfc, 0x45, 0x5d, 0x42, 0x29,
0x1b, 0xaf, 0xcd, 0x51, 0xf3, 0xde, 0xd8, 0xd7, 0xaf, 0xea, 0xb2, 0xeb, 0xed, 0xca, 0x4d, 0xb4,
0x6a, 0x74, 0x33, 0x2d, 0xf5, 0x4f, 0x1f, 0xf5, 0x37, 0x2f, 0xac, 0xa0, 0x33, 0xd9, 0x3f, 0x7d,
0x0a, 0xcc, 0x98, 0x60, 0xfb, 0x2a, 0x13, 0xdc, 0xee, 0x7e, 0xaf, 0xb3, 0xb1, 0xf1, 0x96, 0xd2,
0xfd, 0x67, 0x00, 0x00, 0x00, 0xff, 0xff, 0x4a, 0x26, 0x66, 0xb0, 0xce, 0x29, 0x00, 0x00,
}