WConversationPushNotice.pb.go 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  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/WConversationPushNotice.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 ConversationPushNoticeMessage struct {
  21. state protoimpl.MessageState `protogen:"open.v1"`
  22. WxId int64 `protobuf:"varint,1,opt,name=WxId,proto3" json:"WxId,omitempty"` // 设备企业WX号
  23. Convers []*ConversationMessage `protobuf:"bytes,2,rep,name=Convers,proto3" json:"Convers,omitempty"` // 好友信息模型 多个
  24. Size int32 `protobuf:"varint,3,opt,name=Size,proto3" json:"Size,omitempty"`
  25. Count int32 `protobuf:"varint,4,opt,name=Count,proto3" json:"Count,omitempty"`
  26. Page int32 `protobuf:"varint,5,opt,name=Page,proto3" json:"Page,omitempty"`
  27. IsEnd bool `protobuf:"varint,6,opt,name=IsEnd,proto3" json:"IsEnd,omitempty"` //本次推送是否结束
  28. NextOffset int32 `protobuf:"varint,7,opt,name=NextOffset,proto3" json:"NextOffset,omitempty"` //
  29. Total int32 `protobuf:"varint,8,opt,name=Total,proto3" json:"Total,omitempty"` //
  30. TaskId int64 `protobuf:"varint,9,opt,name=TaskId,proto3" json:"TaskId,omitempty"`
  31. unknownFields protoimpl.UnknownFields
  32. sizeCache protoimpl.SizeCache
  33. }
  34. func (x *ConversationPushNoticeMessage) Reset() {
  35. *x = ConversationPushNoticeMessage{}
  36. mi := &file_wecom_WConversationPushNotice_proto_msgTypes[0]
  37. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  38. ms.StoreMessageInfo(mi)
  39. }
  40. func (x *ConversationPushNoticeMessage) String() string {
  41. return protoimpl.X.MessageStringOf(x)
  42. }
  43. func (*ConversationPushNoticeMessage) ProtoMessage() {}
  44. func (x *ConversationPushNoticeMessage) ProtoReflect() protoreflect.Message {
  45. mi := &file_wecom_WConversationPushNotice_proto_msgTypes[0]
  46. if x != nil {
  47. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  48. if ms.LoadMessageInfo() == nil {
  49. ms.StoreMessageInfo(mi)
  50. }
  51. return ms
  52. }
  53. return mi.MessageOf(x)
  54. }
  55. // Deprecated: Use ConversationPushNoticeMessage.ProtoReflect.Descriptor instead.
  56. func (*ConversationPushNoticeMessage) Descriptor() ([]byte, []int) {
  57. return file_wecom_WConversationPushNotice_proto_rawDescGZIP(), []int{0}
  58. }
  59. func (x *ConversationPushNoticeMessage) GetWxId() int64 {
  60. if x != nil {
  61. return x.WxId
  62. }
  63. return 0
  64. }
  65. func (x *ConversationPushNoticeMessage) GetConvers() []*ConversationMessage {
  66. if x != nil {
  67. return x.Convers
  68. }
  69. return nil
  70. }
  71. func (x *ConversationPushNoticeMessage) GetSize() int32 {
  72. if x != nil {
  73. return x.Size
  74. }
  75. return 0
  76. }
  77. func (x *ConversationPushNoticeMessage) GetCount() int32 {
  78. if x != nil {
  79. return x.Count
  80. }
  81. return 0
  82. }
  83. func (x *ConversationPushNoticeMessage) GetPage() int32 {
  84. if x != nil {
  85. return x.Page
  86. }
  87. return 0
  88. }
  89. func (x *ConversationPushNoticeMessage) GetIsEnd() bool {
  90. if x != nil {
  91. return x.IsEnd
  92. }
  93. return false
  94. }
  95. func (x *ConversationPushNoticeMessage) GetNextOffset() int32 {
  96. if x != nil {
  97. return x.NextOffset
  98. }
  99. return 0
  100. }
  101. func (x *ConversationPushNoticeMessage) GetTotal() int32 {
  102. if x != nil {
  103. return x.Total
  104. }
  105. return 0
  106. }
  107. func (x *ConversationPushNoticeMessage) GetTaskId() int64 {
  108. if x != nil {
  109. return x.TaskId
  110. }
  111. return 0
  112. }
  113. type ConversationMessage struct {
  114. state protoimpl.MessageState `protogen:"open.v1"`
  115. Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //
  116. RemoteId int64 `protobuf:"varint,2,opt,name=RemoteId,proto3" json:"RemoteId,omitempty"` // 单聊=联系人RemoteId, 群聊=公司id,部门id或其他
  117. Name string `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
  118. Avatar string `protobuf:"bytes,4,opt,name=Avatar,proto3" json:"Avatar,omitempty"`
  119. Type int32 `protobuf:"varint,5,opt,name=Type,proto3" json:"Type,omitempty"` // 0 单聊 1 群聊
  120. Creator int64 `protobuf:"varint,6,opt,name=Creator,proto3" json:"Creator,omitempty"` //创建者id
  121. CreateTime int64 `protobuf:"varint,7,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"` //创建时间
  122. UpdateTime int64 `protobuf:"varint,8,opt,name=UpdateTime,proto3" json:"UpdateTime,omitempty"` // 最后更新时间
  123. Notified bool `protobuf:"varint,9,opt,name=Notified,proto3" json:"Notified,omitempty"` // 是否新消息提示
  124. Flag int32 `protobuf:"varint,10,opt,name=Flag,proto3" json:"Flag,omitempty"` // &2 全员群 &32 部门群
  125. UnreadCnt int32 `protobuf:"varint,11,opt,name=UnreadCnt,proto3" json:"UnreadCnt,omitempty"` //未读消息数
  126. Notice string `protobuf:"bytes,12,opt,name=Notice,proto3" json:"Notice,omitempty"` // 群公告
  127. Digest string `protobuf:"bytes,13,opt,name=Digest,proto3" json:"Digest,omitempty"` // 最新消息概要
  128. Members []*ConvMemberMessage `protobuf:"bytes,14,rep,name=Members,proto3" json:"Members,omitempty"` // 群成员
  129. Admins []int64 `protobuf:"varint,15,rep,packed,name=Admins,proto3" json:"Admins,omitempty"` // 群管理员
  130. HasExternMember bool `protobuf:"varint,16,opt,name=HasExternMember,proto3" json:"HasExternMember,omitempty"` // 是否有外部联系人(外部群)
  131. AvatarList []string `protobuf:"bytes,17,rep,name=AvatarList,proto3" json:"AvatarList,omitempty"` // 群聊头像列表,9宫格
  132. IsSaved bool `protobuf:"varint,18,opt,name=isSaved,proto3" json:"isSaved,omitempty"` // 是否保存的群聊
  133. IsMarked bool `protobuf:"varint,19,opt,name=isMarked,proto3" json:"isMarked,omitempty"` // 是否标注
  134. IsTop bool `protobuf:"varint,20,opt,name=isTop,proto3" json:"isTop,omitempty"` // 是否置顶
  135. FwId int64 `protobuf:"varint,21,opt,name=FwId,proto3" json:"FwId,omitempty"` // 在线客服服务id
  136. unknownFields protoimpl.UnknownFields
  137. sizeCache protoimpl.SizeCache
  138. }
  139. func (x *ConversationMessage) Reset() {
  140. *x = ConversationMessage{}
  141. mi := &file_wecom_WConversationPushNotice_proto_msgTypes[1]
  142. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  143. ms.StoreMessageInfo(mi)
  144. }
  145. func (x *ConversationMessage) String() string {
  146. return protoimpl.X.MessageStringOf(x)
  147. }
  148. func (*ConversationMessage) ProtoMessage() {}
  149. func (x *ConversationMessage) ProtoReflect() protoreflect.Message {
  150. mi := &file_wecom_WConversationPushNotice_proto_msgTypes[1]
  151. if x != nil {
  152. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  153. if ms.LoadMessageInfo() == nil {
  154. ms.StoreMessageInfo(mi)
  155. }
  156. return ms
  157. }
  158. return mi.MessageOf(x)
  159. }
  160. // Deprecated: Use ConversationMessage.ProtoReflect.Descriptor instead.
  161. func (*ConversationMessage) Descriptor() ([]byte, []int) {
  162. return file_wecom_WConversationPushNotice_proto_rawDescGZIP(), []int{1}
  163. }
  164. func (x *ConversationMessage) GetId() int64 {
  165. if x != nil {
  166. return x.Id
  167. }
  168. return 0
  169. }
  170. func (x *ConversationMessage) GetRemoteId() int64 {
  171. if x != nil {
  172. return x.RemoteId
  173. }
  174. return 0
  175. }
  176. func (x *ConversationMessage) GetName() string {
  177. if x != nil {
  178. return x.Name
  179. }
  180. return ""
  181. }
  182. func (x *ConversationMessage) GetAvatar() string {
  183. if x != nil {
  184. return x.Avatar
  185. }
  186. return ""
  187. }
  188. func (x *ConversationMessage) GetType() int32 {
  189. if x != nil {
  190. return x.Type
  191. }
  192. return 0
  193. }
  194. func (x *ConversationMessage) GetCreator() int64 {
  195. if x != nil {
  196. return x.Creator
  197. }
  198. return 0
  199. }
  200. func (x *ConversationMessage) GetCreateTime() int64 {
  201. if x != nil {
  202. return x.CreateTime
  203. }
  204. return 0
  205. }
  206. func (x *ConversationMessage) GetUpdateTime() int64 {
  207. if x != nil {
  208. return x.UpdateTime
  209. }
  210. return 0
  211. }
  212. func (x *ConversationMessage) GetNotified() bool {
  213. if x != nil {
  214. return x.Notified
  215. }
  216. return false
  217. }
  218. func (x *ConversationMessage) GetFlag() int32 {
  219. if x != nil {
  220. return x.Flag
  221. }
  222. return 0
  223. }
  224. func (x *ConversationMessage) GetUnreadCnt() int32 {
  225. if x != nil {
  226. return x.UnreadCnt
  227. }
  228. return 0
  229. }
  230. func (x *ConversationMessage) GetNotice() string {
  231. if x != nil {
  232. return x.Notice
  233. }
  234. return ""
  235. }
  236. func (x *ConversationMessage) GetDigest() string {
  237. if x != nil {
  238. return x.Digest
  239. }
  240. return ""
  241. }
  242. func (x *ConversationMessage) GetMembers() []*ConvMemberMessage {
  243. if x != nil {
  244. return x.Members
  245. }
  246. return nil
  247. }
  248. func (x *ConversationMessage) GetAdmins() []int64 {
  249. if x != nil {
  250. return x.Admins
  251. }
  252. return nil
  253. }
  254. func (x *ConversationMessage) GetHasExternMember() bool {
  255. if x != nil {
  256. return x.HasExternMember
  257. }
  258. return false
  259. }
  260. func (x *ConversationMessage) GetAvatarList() []string {
  261. if x != nil {
  262. return x.AvatarList
  263. }
  264. return nil
  265. }
  266. func (x *ConversationMessage) GetIsSaved() bool {
  267. if x != nil {
  268. return x.IsSaved
  269. }
  270. return false
  271. }
  272. func (x *ConversationMessage) GetIsMarked() bool {
  273. if x != nil {
  274. return x.IsMarked
  275. }
  276. return false
  277. }
  278. func (x *ConversationMessage) GetIsTop() bool {
  279. if x != nil {
  280. return x.IsTop
  281. }
  282. return false
  283. }
  284. func (x *ConversationMessage) GetFwId() int64 {
  285. if x != nil {
  286. return x.FwId
  287. }
  288. return 0
  289. }
  290. type ConvMemberMessage struct {
  291. state protoimpl.MessageState `protogen:"open.v1"`
  292. RemoteId int64 `protobuf:"varint,1,opt,name=RemoteId,proto3" json:"RemoteId,omitempty"` // 群成员id
  293. Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` //
  294. JoinTime int64 `protobuf:"varint,3,opt,name=JoinTime,proto3" json:"JoinTime,omitempty"`
  295. JoinScene int32 `protobuf:"varint,4,opt,name=JoinScene,proto3" json:"JoinScene,omitempty"` // 加入场景,数值待确定
  296. Avatar string `protobuf:"bytes,5,opt,name=Avatar,proto3" json:"Avatar,omitempty"` // 头像
  297. CorpId int64 `protobuf:"varint,6,opt,name=CorpId,proto3" json:"CorpId,omitempty"` // 公司id
  298. OpRemoteId int64 `protobuf:"varint,7,opt,name=OpRemoteId,proto3" json:"OpRemoteId,omitempty"` // 邀请人id
  299. unknownFields protoimpl.UnknownFields
  300. sizeCache protoimpl.SizeCache
  301. }
  302. func (x *ConvMemberMessage) Reset() {
  303. *x = ConvMemberMessage{}
  304. mi := &file_wecom_WConversationPushNotice_proto_msgTypes[2]
  305. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  306. ms.StoreMessageInfo(mi)
  307. }
  308. func (x *ConvMemberMessage) String() string {
  309. return protoimpl.X.MessageStringOf(x)
  310. }
  311. func (*ConvMemberMessage) ProtoMessage() {}
  312. func (x *ConvMemberMessage) ProtoReflect() protoreflect.Message {
  313. mi := &file_wecom_WConversationPushNotice_proto_msgTypes[2]
  314. if x != nil {
  315. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  316. if ms.LoadMessageInfo() == nil {
  317. ms.StoreMessageInfo(mi)
  318. }
  319. return ms
  320. }
  321. return mi.MessageOf(x)
  322. }
  323. // Deprecated: Use ConvMemberMessage.ProtoReflect.Descriptor instead.
  324. func (*ConvMemberMessage) Descriptor() ([]byte, []int) {
  325. return file_wecom_WConversationPushNotice_proto_rawDescGZIP(), []int{2}
  326. }
  327. func (x *ConvMemberMessage) GetRemoteId() int64 {
  328. if x != nil {
  329. return x.RemoteId
  330. }
  331. return 0
  332. }
  333. func (x *ConvMemberMessage) GetName() string {
  334. if x != nil {
  335. return x.Name
  336. }
  337. return ""
  338. }
  339. func (x *ConvMemberMessage) GetJoinTime() int64 {
  340. if x != nil {
  341. return x.JoinTime
  342. }
  343. return 0
  344. }
  345. func (x *ConvMemberMessage) GetJoinScene() int32 {
  346. if x != nil {
  347. return x.JoinScene
  348. }
  349. return 0
  350. }
  351. func (x *ConvMemberMessage) GetAvatar() string {
  352. if x != nil {
  353. return x.Avatar
  354. }
  355. return ""
  356. }
  357. func (x *ConvMemberMessage) GetCorpId() int64 {
  358. if x != nil {
  359. return x.CorpId
  360. }
  361. return 0
  362. }
  363. func (x *ConvMemberMessage) GetOpRemoteId() int64 {
  364. if x != nil {
  365. return x.OpRemoteId
  366. }
  367. return 0
  368. }
  369. var File_wecom_WConversationPushNotice_proto protoreflect.FileDescriptor
  370. const file_wecom_WConversationPushNotice_proto_rawDesc = "" +
  371. "\n" +
  372. "#wecom/WConversationPushNotice.proto\x12\x10Im.Scrm.Ww.Proto\"\x96\x02\n" +
  373. "\x1dConversationPushNoticeMessage\x12\x12\n" +
  374. "\x04WxId\x18\x01 \x01(\x03R\x04WxId\x12?\n" +
  375. "\aConvers\x18\x02 \x03(\v2%.Im.Scrm.Ww.Proto.ConversationMessageR\aConvers\x12\x12\n" +
  376. "\x04Size\x18\x03 \x01(\x05R\x04Size\x12\x14\n" +
  377. "\x05Count\x18\x04 \x01(\x05R\x05Count\x12\x12\n" +
  378. "\x04Page\x18\x05 \x01(\x05R\x04Page\x12\x14\n" +
  379. "\x05IsEnd\x18\x06 \x01(\bR\x05IsEnd\x12\x1e\n" +
  380. "\n" +
  381. "NextOffset\x18\a \x01(\x05R\n" +
  382. "NextOffset\x12\x14\n" +
  383. "\x05Total\x18\b \x01(\x05R\x05Total\x12\x16\n" +
  384. "\x06TaskId\x18\t \x01(\x03R\x06TaskId\"\xda\x04\n" +
  385. "\x13ConversationMessage\x12\x0e\n" +
  386. "\x02Id\x18\x01 \x01(\x03R\x02Id\x12\x1a\n" +
  387. "\bRemoteId\x18\x02 \x01(\x03R\bRemoteId\x12\x12\n" +
  388. "\x04Name\x18\x03 \x01(\tR\x04Name\x12\x16\n" +
  389. "\x06Avatar\x18\x04 \x01(\tR\x06Avatar\x12\x12\n" +
  390. "\x04Type\x18\x05 \x01(\x05R\x04Type\x12\x18\n" +
  391. "\aCreator\x18\x06 \x01(\x03R\aCreator\x12\x1e\n" +
  392. "\n" +
  393. "CreateTime\x18\a \x01(\x03R\n" +
  394. "CreateTime\x12\x1e\n" +
  395. "\n" +
  396. "UpdateTime\x18\b \x01(\x03R\n" +
  397. "UpdateTime\x12\x1a\n" +
  398. "\bNotified\x18\t \x01(\bR\bNotified\x12\x12\n" +
  399. "\x04Flag\x18\n" +
  400. " \x01(\x05R\x04Flag\x12\x1c\n" +
  401. "\tUnreadCnt\x18\v \x01(\x05R\tUnreadCnt\x12\x16\n" +
  402. "\x06Notice\x18\f \x01(\tR\x06Notice\x12\x16\n" +
  403. "\x06Digest\x18\r \x01(\tR\x06Digest\x12=\n" +
  404. "\aMembers\x18\x0e \x03(\v2#.Im.Scrm.Ww.Proto.ConvMemberMessageR\aMembers\x12\x16\n" +
  405. "\x06Admins\x18\x0f \x03(\x03R\x06Admins\x12(\n" +
  406. "\x0fHasExternMember\x18\x10 \x01(\bR\x0fHasExternMember\x12\x1e\n" +
  407. "\n" +
  408. "AvatarList\x18\x11 \x03(\tR\n" +
  409. "AvatarList\x12\x18\n" +
  410. "\aisSaved\x18\x12 \x01(\bR\aisSaved\x12\x1a\n" +
  411. "\bisMarked\x18\x13 \x01(\bR\bisMarked\x12\x14\n" +
  412. "\x05isTop\x18\x14 \x01(\bR\x05isTop\x12\x12\n" +
  413. "\x04FwId\x18\x15 \x01(\x03R\x04FwId\"\xcd\x01\n" +
  414. "\x11ConvMemberMessage\x12\x1a\n" +
  415. "\bRemoteId\x18\x01 \x01(\x03R\bRemoteId\x12\x12\n" +
  416. "\x04Name\x18\x02 \x01(\tR\x04Name\x12\x1a\n" +
  417. "\bJoinTime\x18\x03 \x01(\x03R\bJoinTime\x12\x1c\n" +
  418. "\tJoinScene\x18\x04 \x01(\x05R\tJoinScene\x12\x16\n" +
  419. "\x06Avatar\x18\x05 \x01(\tR\x06Avatar\x12\x16\n" +
  420. "\x06CorpId\x18\x06 \x01(\x03R\x06CorpId\x12\x1e\n" +
  421. "\n" +
  422. "OpRemoteId\x18\a \x01(\x03R\n" +
  423. "OpRemoteIdB\x13Z\x11./workphone/wecomb\x06proto3"
  424. var (
  425. file_wecom_WConversationPushNotice_proto_rawDescOnce sync.Once
  426. file_wecom_WConversationPushNotice_proto_rawDescData []byte
  427. )
  428. func file_wecom_WConversationPushNotice_proto_rawDescGZIP() []byte {
  429. file_wecom_WConversationPushNotice_proto_rawDescOnce.Do(func() {
  430. file_wecom_WConversationPushNotice_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_wecom_WConversationPushNotice_proto_rawDesc), len(file_wecom_WConversationPushNotice_proto_rawDesc)))
  431. })
  432. return file_wecom_WConversationPushNotice_proto_rawDescData
  433. }
  434. var file_wecom_WConversationPushNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
  435. var file_wecom_WConversationPushNotice_proto_goTypes = []any{
  436. (*ConversationPushNoticeMessage)(nil), // 0: Im.Scrm.Ww.Proto.ConversationPushNoticeMessage
  437. (*ConversationMessage)(nil), // 1: Im.Scrm.Ww.Proto.ConversationMessage
  438. (*ConvMemberMessage)(nil), // 2: Im.Scrm.Ww.Proto.ConvMemberMessage
  439. }
  440. var file_wecom_WConversationPushNotice_proto_depIdxs = []int32{
  441. 1, // 0: Im.Scrm.Ww.Proto.ConversationPushNoticeMessage.Convers:type_name -> Im.Scrm.Ww.Proto.ConversationMessage
  442. 2, // 1: Im.Scrm.Ww.Proto.ConversationMessage.Members:type_name -> Im.Scrm.Ww.Proto.ConvMemberMessage
  443. 2, // [2:2] is the sub-list for method output_type
  444. 2, // [2:2] is the sub-list for method input_type
  445. 2, // [2:2] is the sub-list for extension type_name
  446. 2, // [2:2] is the sub-list for extension extendee
  447. 0, // [0:2] is the sub-list for field type_name
  448. }
  449. func init() { file_wecom_WConversationPushNotice_proto_init() }
  450. func file_wecom_WConversationPushNotice_proto_init() {
  451. if File_wecom_WConversationPushNotice_proto != nil {
  452. return
  453. }
  454. type x struct{}
  455. out := protoimpl.TypeBuilder{
  456. File: protoimpl.DescBuilder{
  457. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  458. RawDescriptor: unsafe.Slice(unsafe.StringData(file_wecom_WConversationPushNotice_proto_rawDesc), len(file_wecom_WConversationPushNotice_proto_rawDesc)),
  459. NumEnums: 0,
  460. NumMessages: 3,
  461. NumExtensions: 0,
  462. NumServices: 0,
  463. },
  464. GoTypes: file_wecom_WConversationPushNotice_proto_goTypes,
  465. DependencyIndexes: file_wecom_WConversationPushNotice_proto_depIdxs,
  466. MessageInfos: file_wecom_WConversationPushNotice_proto_msgTypes,
  467. }.Build()
  468. File_wecom_WConversationPushNotice_proto = out.File
  469. file_wecom_WConversationPushNotice_proto_goTypes = nil
  470. file_wecom_WConversationPushNotice_proto_depIdxs = nil
  471. }