WPullMySnsListTaskResultNotice.pb.go 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.6
  4. // protoc v3.19.4
  5. // source: wecom/WPullMySnsListTaskResultNotice.proto
  6. package wecom
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. unsafe "unsafe"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. type PullMySnsListTaskResultNoticeMessage struct {
  21. state protoimpl.MessageState `protogen:"open.v1"`
  22. WxId int64 `protobuf:"varint,1,opt,name=WxId,proto3" json:"WxId,omitempty"` //
  23. Success bool `protobuf:"varint,2,opt,name=Success,proto3" json:"Success,omitempty"` // 是否成功
  24. ErrMsg string `protobuf:"bytes,3,opt,name=ErrMsg,proto3" json:"ErrMsg,omitempty"` // 错误内容描述 获取 成功时附带的结果内容
  25. SnsList []*SnsInfoMessage `protobuf:"bytes,4,rep,name=SnsList,proto3" json:"SnsList,omitempty"`
  26. NextSeq int64 `protobuf:"varint,5,opt,name=NextSeq,proto3" json:"NextSeq,omitempty"` // 下一页起始Seq
  27. TaskId int64 `protobuf:"varint,6,opt,name=TaskId,proto3" json:"TaskId,omitempty"`
  28. unknownFields protoimpl.UnknownFields
  29. sizeCache protoimpl.SizeCache
  30. }
  31. func (x *PullMySnsListTaskResultNoticeMessage) Reset() {
  32. *x = PullMySnsListTaskResultNoticeMessage{}
  33. mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. func (x *PullMySnsListTaskResultNoticeMessage) String() string {
  38. return protoimpl.X.MessageStringOf(x)
  39. }
  40. func (*PullMySnsListTaskResultNoticeMessage) ProtoMessage() {}
  41. func (x *PullMySnsListTaskResultNoticeMessage) ProtoReflect() protoreflect.Message {
  42. mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[0]
  43. if x != nil {
  44. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  45. if ms.LoadMessageInfo() == nil {
  46. ms.StoreMessageInfo(mi)
  47. }
  48. return ms
  49. }
  50. return mi.MessageOf(x)
  51. }
  52. // Deprecated: Use PullMySnsListTaskResultNoticeMessage.ProtoReflect.Descriptor instead.
  53. func (*PullMySnsListTaskResultNoticeMessage) Descriptor() ([]byte, []int) {
  54. return file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescGZIP(), []int{0}
  55. }
  56. func (x *PullMySnsListTaskResultNoticeMessage) GetWxId() int64 {
  57. if x != nil {
  58. return x.WxId
  59. }
  60. return 0
  61. }
  62. func (x *PullMySnsListTaskResultNoticeMessage) GetSuccess() bool {
  63. if x != nil {
  64. return x.Success
  65. }
  66. return false
  67. }
  68. func (x *PullMySnsListTaskResultNoticeMessage) GetErrMsg() string {
  69. if x != nil {
  70. return x.ErrMsg
  71. }
  72. return ""
  73. }
  74. func (x *PullMySnsListTaskResultNoticeMessage) GetSnsList() []*SnsInfoMessage {
  75. if x != nil {
  76. return x.SnsList
  77. }
  78. return nil
  79. }
  80. func (x *PullMySnsListTaskResultNoticeMessage) GetNextSeq() int64 {
  81. if x != nil {
  82. return x.NextSeq
  83. }
  84. return 0
  85. }
  86. func (x *PullMySnsListTaskResultNoticeMessage) GetTaskId() int64 {
  87. if x != nil {
  88. return x.TaskId
  89. }
  90. return 0
  91. }
  92. type SnsInfoMessage struct {
  93. state protoimpl.MessageState `protogen:"open.v1"`
  94. Author int64 `protobuf:"varint,1,opt,name=Author,proto3" json:"Author,omitempty"`
  95. Content string `protobuf:"bytes,2,opt,name=Content,proto3" json:"Content,omitempty"`
  96. Images []*SnsMediaInfoMessage `protobuf:"bytes,3,rep,name=Images,proto3" json:"Images,omitempty"`
  97. Link *SnsMediaInfoMessage `protobuf:"bytes,4,opt,name=Link,proto3" json:"Link,omitempty"`
  98. Video *SnsMediaInfoMessage `protobuf:"bytes,5,opt,name=Video,proto3" json:"Video,omitempty"`
  99. Comments []*SnsCommentMessage `protobuf:"bytes,6,rep,name=Comments,proto3" json:"Comments,omitempty"`
  100. Likes []*SnsLikeMessage `protobuf:"bytes,7,rep,name=Likes,proto3" json:"Likes,omitempty"`
  101. SnsId int64 `protobuf:"varint,8,opt,name=SnsId,proto3" json:"SnsId,omitempty"`
  102. Time int32 `protobuf:"varint,9,opt,name=Time,proto3" json:"Time,omitempty"`
  103. PostId string `protobuf:"bytes,10,opt,name=PostId,proto3" json:"PostId,omitempty"`
  104. Type int32 `protobuf:"varint,11,opt,name=Type,proto3" json:"Type,omitempty"` // 0 员工发表,2 企业发表
  105. unknownFields protoimpl.UnknownFields
  106. sizeCache protoimpl.SizeCache
  107. }
  108. func (x *SnsInfoMessage) Reset() {
  109. *x = SnsInfoMessage{}
  110. mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[1]
  111. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  112. ms.StoreMessageInfo(mi)
  113. }
  114. func (x *SnsInfoMessage) String() string {
  115. return protoimpl.X.MessageStringOf(x)
  116. }
  117. func (*SnsInfoMessage) ProtoMessage() {}
  118. func (x *SnsInfoMessage) ProtoReflect() protoreflect.Message {
  119. mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[1]
  120. if x != nil {
  121. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  122. if ms.LoadMessageInfo() == nil {
  123. ms.StoreMessageInfo(mi)
  124. }
  125. return ms
  126. }
  127. return mi.MessageOf(x)
  128. }
  129. // Deprecated: Use SnsInfoMessage.ProtoReflect.Descriptor instead.
  130. func (*SnsInfoMessage) Descriptor() ([]byte, []int) {
  131. return file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescGZIP(), []int{1}
  132. }
  133. func (x *SnsInfoMessage) GetAuthor() int64 {
  134. if x != nil {
  135. return x.Author
  136. }
  137. return 0
  138. }
  139. func (x *SnsInfoMessage) GetContent() string {
  140. if x != nil {
  141. return x.Content
  142. }
  143. return ""
  144. }
  145. func (x *SnsInfoMessage) GetImages() []*SnsMediaInfoMessage {
  146. if x != nil {
  147. return x.Images
  148. }
  149. return nil
  150. }
  151. func (x *SnsInfoMessage) GetLink() *SnsMediaInfoMessage {
  152. if x != nil {
  153. return x.Link
  154. }
  155. return nil
  156. }
  157. func (x *SnsInfoMessage) GetVideo() *SnsMediaInfoMessage {
  158. if x != nil {
  159. return x.Video
  160. }
  161. return nil
  162. }
  163. func (x *SnsInfoMessage) GetComments() []*SnsCommentMessage {
  164. if x != nil {
  165. return x.Comments
  166. }
  167. return nil
  168. }
  169. func (x *SnsInfoMessage) GetLikes() []*SnsLikeMessage {
  170. if x != nil {
  171. return x.Likes
  172. }
  173. return nil
  174. }
  175. func (x *SnsInfoMessage) GetSnsId() int64 {
  176. if x != nil {
  177. return x.SnsId
  178. }
  179. return 0
  180. }
  181. func (x *SnsInfoMessage) GetTime() int32 {
  182. if x != nil {
  183. return x.Time
  184. }
  185. return 0
  186. }
  187. func (x *SnsInfoMessage) GetPostId() string {
  188. if x != nil {
  189. return x.PostId
  190. }
  191. return ""
  192. }
  193. func (x *SnsInfoMessage) GetType() int32 {
  194. if x != nil {
  195. return x.Type
  196. }
  197. return 0
  198. }
  199. type SnsMediaInfoMessage struct {
  200. state protoimpl.MessageState `protogen:"open.v1"`
  201. ThumbImg string `protobuf:"bytes,1,opt,name=ThumbImg,proto3" json:"ThumbImg,omitempty"` // 缩略图地址
  202. Url string `protobuf:"bytes,2,opt,name=Url,proto3" json:"Url,omitempty"` // 大图地址,链接地址 视频地址等
  203. Desc string `protobuf:"bytes,3,opt,name=Desc,proto3" json:"Desc,omitempty"` // 描述,标题等
  204. unknownFields protoimpl.UnknownFields
  205. sizeCache protoimpl.SizeCache
  206. }
  207. func (x *SnsMediaInfoMessage) Reset() {
  208. *x = SnsMediaInfoMessage{}
  209. mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[2]
  210. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  211. ms.StoreMessageInfo(mi)
  212. }
  213. func (x *SnsMediaInfoMessage) String() string {
  214. return protoimpl.X.MessageStringOf(x)
  215. }
  216. func (*SnsMediaInfoMessage) ProtoMessage() {}
  217. func (x *SnsMediaInfoMessage) ProtoReflect() protoreflect.Message {
  218. mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[2]
  219. if x != nil {
  220. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  221. if ms.LoadMessageInfo() == nil {
  222. ms.StoreMessageInfo(mi)
  223. }
  224. return ms
  225. }
  226. return mi.MessageOf(x)
  227. }
  228. // Deprecated: Use SnsMediaInfoMessage.ProtoReflect.Descriptor instead.
  229. func (*SnsMediaInfoMessage) Descriptor() ([]byte, []int) {
  230. return file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescGZIP(), []int{2}
  231. }
  232. func (x *SnsMediaInfoMessage) GetThumbImg() string {
  233. if x != nil {
  234. return x.ThumbImg
  235. }
  236. return ""
  237. }
  238. func (x *SnsMediaInfoMessage) GetUrl() string {
  239. if x != nil {
  240. return x.Url
  241. }
  242. return ""
  243. }
  244. func (x *SnsMediaInfoMessage) GetDesc() string {
  245. if x != nil {
  246. return x.Desc
  247. }
  248. return ""
  249. }
  250. type SnsCommentMessage struct {
  251. state protoimpl.MessageState `protogen:"open.v1"`
  252. FriendId int64 `protobuf:"varint,1,opt,name=FriendId,proto3" json:"FriendId,omitempty"` // 评论人的微信号
  253. Content string `protobuf:"bytes,2,opt,name=Content,proto3" json:"Content,omitempty"` // 评论内容
  254. CommentId int64 `protobuf:"varint,3,opt,name=CommentId,proto3" json:"CommentId,omitempty"` // 微信本地数据库的id
  255. ReplyCommentId int64 `protobuf:"varint,4,opt,name=ReplyCommentId,proto3" json:"ReplyCommentId,omitempty"` // 回复的微信本地数据库的id
  256. ReplyWxId int64 `protobuf:"varint,5,opt,name=ReplyWxId,proto3" json:"ReplyWxId,omitempty"` // 评论对象的微信号
  257. Time int32 `protobuf:"varint,6,opt,name=Time,proto3" json:"Time,omitempty"` // 评论时间
  258. PostId string `protobuf:"bytes,7,opt,name=PostId,proto3" json:"PostId,omitempty"`
  259. unknownFields protoimpl.UnknownFields
  260. sizeCache protoimpl.SizeCache
  261. }
  262. func (x *SnsCommentMessage) Reset() {
  263. *x = SnsCommentMessage{}
  264. mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[3]
  265. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  266. ms.StoreMessageInfo(mi)
  267. }
  268. func (x *SnsCommentMessage) String() string {
  269. return protoimpl.X.MessageStringOf(x)
  270. }
  271. func (*SnsCommentMessage) ProtoMessage() {}
  272. func (x *SnsCommentMessage) ProtoReflect() protoreflect.Message {
  273. mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[3]
  274. if x != nil {
  275. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  276. if ms.LoadMessageInfo() == nil {
  277. ms.StoreMessageInfo(mi)
  278. }
  279. return ms
  280. }
  281. return mi.MessageOf(x)
  282. }
  283. // Deprecated: Use SnsCommentMessage.ProtoReflect.Descriptor instead.
  284. func (*SnsCommentMessage) Descriptor() ([]byte, []int) {
  285. return file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescGZIP(), []int{3}
  286. }
  287. func (x *SnsCommentMessage) GetFriendId() int64 {
  288. if x != nil {
  289. return x.FriendId
  290. }
  291. return 0
  292. }
  293. func (x *SnsCommentMessage) GetContent() string {
  294. if x != nil {
  295. return x.Content
  296. }
  297. return ""
  298. }
  299. func (x *SnsCommentMessage) GetCommentId() int64 {
  300. if x != nil {
  301. return x.CommentId
  302. }
  303. return 0
  304. }
  305. func (x *SnsCommentMessage) GetReplyCommentId() int64 {
  306. if x != nil {
  307. return x.ReplyCommentId
  308. }
  309. return 0
  310. }
  311. func (x *SnsCommentMessage) GetReplyWxId() int64 {
  312. if x != nil {
  313. return x.ReplyWxId
  314. }
  315. return 0
  316. }
  317. func (x *SnsCommentMessage) GetTime() int32 {
  318. if x != nil {
  319. return x.Time
  320. }
  321. return 0
  322. }
  323. func (x *SnsCommentMessage) GetPostId() string {
  324. if x != nil {
  325. return x.PostId
  326. }
  327. return ""
  328. }
  329. type SnsLikeMessage struct {
  330. state protoimpl.MessageState `protogen:"open.v1"`
  331. FriendId int64 `protobuf:"varint,1,opt,name=FriendId,proto3" json:"FriendId,omitempty"`
  332. Time int32 `protobuf:"varint,2,opt,name=Time,proto3" json:"Time,omitempty"`
  333. unknownFields protoimpl.UnknownFields
  334. sizeCache protoimpl.SizeCache
  335. }
  336. func (x *SnsLikeMessage) Reset() {
  337. *x = SnsLikeMessage{}
  338. mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[4]
  339. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  340. ms.StoreMessageInfo(mi)
  341. }
  342. func (x *SnsLikeMessage) String() string {
  343. return protoimpl.X.MessageStringOf(x)
  344. }
  345. func (*SnsLikeMessage) ProtoMessage() {}
  346. func (x *SnsLikeMessage) ProtoReflect() protoreflect.Message {
  347. mi := &file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes[4]
  348. if x != nil {
  349. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  350. if ms.LoadMessageInfo() == nil {
  351. ms.StoreMessageInfo(mi)
  352. }
  353. return ms
  354. }
  355. return mi.MessageOf(x)
  356. }
  357. // Deprecated: Use SnsLikeMessage.ProtoReflect.Descriptor instead.
  358. func (*SnsLikeMessage) Descriptor() ([]byte, []int) {
  359. return file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescGZIP(), []int{4}
  360. }
  361. func (x *SnsLikeMessage) GetFriendId() int64 {
  362. if x != nil {
  363. return x.FriendId
  364. }
  365. return 0
  366. }
  367. func (x *SnsLikeMessage) GetTime() int32 {
  368. if x != nil {
  369. return x.Time
  370. }
  371. return 0
  372. }
  373. var File_wecom_WPullMySnsListTaskResultNotice_proto protoreflect.FileDescriptor
  374. const file_wecom_WPullMySnsListTaskResultNotice_proto_rawDesc = "" +
  375. "\n" +
  376. "*wecom/WPullMySnsListTaskResultNotice.proto\x12\x10Im.Scrm.Ww.Proto\"\xda\x01\n" +
  377. "$PullMySnsListTaskResultNoticeMessage\x12\x12\n" +
  378. "\x04WxId\x18\x01 \x01(\x03R\x04WxId\x12\x18\n" +
  379. "\aSuccess\x18\x02 \x01(\bR\aSuccess\x12\x16\n" +
  380. "\x06ErrMsg\x18\x03 \x01(\tR\x06ErrMsg\x12:\n" +
  381. "\aSnsList\x18\x04 \x03(\v2 .Im.Scrm.Ww.Proto.SnsInfoMessageR\aSnsList\x12\x18\n" +
  382. "\aNextSeq\x18\x05 \x01(\x03R\aNextSeq\x12\x16\n" +
  383. "\x06TaskId\x18\x06 \x01(\x03R\x06TaskId\"\xc8\x03\n" +
  384. "\x0eSnsInfoMessage\x12\x16\n" +
  385. "\x06Author\x18\x01 \x01(\x03R\x06Author\x12\x18\n" +
  386. "\aContent\x18\x02 \x01(\tR\aContent\x12=\n" +
  387. "\x06Images\x18\x03 \x03(\v2%.Im.Scrm.Ww.Proto.SnsMediaInfoMessageR\x06Images\x129\n" +
  388. "\x04Link\x18\x04 \x01(\v2%.Im.Scrm.Ww.Proto.SnsMediaInfoMessageR\x04Link\x12;\n" +
  389. "\x05Video\x18\x05 \x01(\v2%.Im.Scrm.Ww.Proto.SnsMediaInfoMessageR\x05Video\x12?\n" +
  390. "\bComments\x18\x06 \x03(\v2#.Im.Scrm.Ww.Proto.SnsCommentMessageR\bComments\x126\n" +
  391. "\x05Likes\x18\a \x03(\v2 .Im.Scrm.Ww.Proto.SnsLikeMessageR\x05Likes\x12\x14\n" +
  392. "\x05SnsId\x18\b \x01(\x03R\x05SnsId\x12\x12\n" +
  393. "\x04Time\x18\t \x01(\x05R\x04Time\x12\x16\n" +
  394. "\x06PostId\x18\n" +
  395. " \x01(\tR\x06PostId\x12\x12\n" +
  396. "\x04Type\x18\v \x01(\x05R\x04Type\"W\n" +
  397. "\x13SnsMediaInfoMessage\x12\x1a\n" +
  398. "\bThumbImg\x18\x01 \x01(\tR\bThumbImg\x12\x10\n" +
  399. "\x03Url\x18\x02 \x01(\tR\x03Url\x12\x12\n" +
  400. "\x04Desc\x18\x03 \x01(\tR\x04Desc\"\xd9\x01\n" +
  401. "\x11SnsCommentMessage\x12\x1a\n" +
  402. "\bFriendId\x18\x01 \x01(\x03R\bFriendId\x12\x18\n" +
  403. "\aContent\x18\x02 \x01(\tR\aContent\x12\x1c\n" +
  404. "\tCommentId\x18\x03 \x01(\x03R\tCommentId\x12&\n" +
  405. "\x0eReplyCommentId\x18\x04 \x01(\x03R\x0eReplyCommentId\x12\x1c\n" +
  406. "\tReplyWxId\x18\x05 \x01(\x03R\tReplyWxId\x12\x12\n" +
  407. "\x04Time\x18\x06 \x01(\x05R\x04Time\x12\x16\n" +
  408. "\x06PostId\x18\a \x01(\tR\x06PostId\"@\n" +
  409. "\x0eSnsLikeMessage\x12\x1a\n" +
  410. "\bFriendId\x18\x01 \x01(\x03R\bFriendId\x12\x12\n" +
  411. "\x04Time\x18\x02 \x01(\x05R\x04TimeB\x13Z\x11./workphone/wecomb\x06proto3"
  412. var (
  413. file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescOnce sync.Once
  414. file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescData []byte
  415. )
  416. func file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescGZIP() []byte {
  417. file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescOnce.Do(func() {
  418. file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_wecom_WPullMySnsListTaskResultNotice_proto_rawDesc), len(file_wecom_WPullMySnsListTaskResultNotice_proto_rawDesc)))
  419. })
  420. return file_wecom_WPullMySnsListTaskResultNotice_proto_rawDescData
  421. }
  422. var file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
  423. var file_wecom_WPullMySnsListTaskResultNotice_proto_goTypes = []any{
  424. (*PullMySnsListTaskResultNoticeMessage)(nil), // 0: Im.Scrm.Ww.Proto.PullMySnsListTaskResultNoticeMessage
  425. (*SnsInfoMessage)(nil), // 1: Im.Scrm.Ww.Proto.SnsInfoMessage
  426. (*SnsMediaInfoMessage)(nil), // 2: Im.Scrm.Ww.Proto.SnsMediaInfoMessage
  427. (*SnsCommentMessage)(nil), // 3: Im.Scrm.Ww.Proto.SnsCommentMessage
  428. (*SnsLikeMessage)(nil), // 4: Im.Scrm.Ww.Proto.SnsLikeMessage
  429. }
  430. var file_wecom_WPullMySnsListTaskResultNotice_proto_depIdxs = []int32{
  431. 1, // 0: Im.Scrm.Ww.Proto.PullMySnsListTaskResultNoticeMessage.SnsList:type_name -> Im.Scrm.Ww.Proto.SnsInfoMessage
  432. 2, // 1: Im.Scrm.Ww.Proto.SnsInfoMessage.Images:type_name -> Im.Scrm.Ww.Proto.SnsMediaInfoMessage
  433. 2, // 2: Im.Scrm.Ww.Proto.SnsInfoMessage.Link:type_name -> Im.Scrm.Ww.Proto.SnsMediaInfoMessage
  434. 2, // 3: Im.Scrm.Ww.Proto.SnsInfoMessage.Video:type_name -> Im.Scrm.Ww.Proto.SnsMediaInfoMessage
  435. 3, // 4: Im.Scrm.Ww.Proto.SnsInfoMessage.Comments:type_name -> Im.Scrm.Ww.Proto.SnsCommentMessage
  436. 4, // 5: Im.Scrm.Ww.Proto.SnsInfoMessage.Likes:type_name -> Im.Scrm.Ww.Proto.SnsLikeMessage
  437. 6, // [6:6] is the sub-list for method output_type
  438. 6, // [6:6] is the sub-list for method input_type
  439. 6, // [6:6] is the sub-list for extension type_name
  440. 6, // [6:6] is the sub-list for extension extendee
  441. 0, // [0:6] is the sub-list for field type_name
  442. }
  443. func init() { file_wecom_WPullMySnsListTaskResultNotice_proto_init() }
  444. func file_wecom_WPullMySnsListTaskResultNotice_proto_init() {
  445. if File_wecom_WPullMySnsListTaskResultNotice_proto != nil {
  446. return
  447. }
  448. type x struct{}
  449. out := protoimpl.TypeBuilder{
  450. File: protoimpl.DescBuilder{
  451. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  452. RawDescriptor: unsafe.Slice(unsafe.StringData(file_wecom_WPullMySnsListTaskResultNotice_proto_rawDesc), len(file_wecom_WPullMySnsListTaskResultNotice_proto_rawDesc)),
  453. NumEnums: 0,
  454. NumMessages: 5,
  455. NumExtensions: 0,
  456. NumServices: 0,
  457. },
  458. GoTypes: file_wecom_WPullMySnsListTaskResultNotice_proto_goTypes,
  459. DependencyIndexes: file_wecom_WPullMySnsListTaskResultNotice_proto_depIdxs,
  460. MessageInfos: file_wecom_WPullMySnsListTaskResultNotice_proto_msgTypes,
  461. }.Build()
  462. File_wecom_WPullMySnsListTaskResultNotice_proto = out.File
  463. file_wecom_WPullMySnsListTaskResultNotice_proto_goTypes = nil
  464. file_wecom_WPullMySnsListTaskResultNotice_proto_depIdxs = nil
  465. }