TransportMessage.pb.go 99 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.35.2
  4. // protoc v5.28.3
  5. // source: TransportMessage.proto
  6. package workphone
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. anypb "google.golang.org/protobuf/types/known/anypb"
  11. reflect "reflect"
  12. sync "sync"
  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. // 消息类型枚举,一般每一个消息类型都应该对应一个特定的message结构
  21. // 20xx形式的消息类型需要 手机客户端开发者留意
  22. // 30xx形式的消息类型需要 PC客户端开发者留意
  23. // 10xx形式的消息类型需要 手机客户端、PC客户端开发者留意
  24. type EnumMsgType int32
  25. const (
  26. EnumMsgType_UnknownMsg EnumMsgType = 0 //未知消息
  27. EnumMsgType_HeartBeatReq EnumMsgType = 1001 //客户端发送的心跳包
  28. EnumMsgType_MsgReceivedAck EnumMsgType = 1002 //消息接收确认回复(接收或拒绝接收)
  29. EnumMsgType_Error EnumMsgType = 1003 //将错误单独提升为一种消息类型 4.1
  30. // 设备客户端授权类消息
  31. EnumMsgType_DeviceAuthReq EnumMsgType = 1010 //设备(手机客户端、客服客户端)获取通信token请求 4.2
  32. EnumMsgType_DeviceAuthRsp EnumMsgType = 1011 //设备(手机客户端、客服客户端)获取通信token响应 4.3
  33. EnumMsgType_DeviceExitNotice EnumMsgType = 1012 //设备授权后退出(仅用于服务端内部)
  34. EnumMsgType_AccountForceOfflineNotice EnumMsgType = 1013 //账号强制下线通知 4.18
  35. EnumMsgType_RedirectNotice EnumMsgType = 1015
  36. EnumMsgType_TriggerDeviceInfo EnumMsgType = 1016
  37. // 手机客户端上传的通知类消息
  38. EnumMsgType_TriggerWechatPushTask EnumMsgType = 1019 //触发微信上线通知,用于更新微信账号的信息
  39. EnumMsgType_WeChatOnlineNotice EnumMsgType = 1020 //手机客户端微信上线通知 4.4
  40. EnumMsgType_WeChatOfflineNotice EnumMsgType = 1021 //手机客户端微信下线通知 4.5
  41. EnumMsgType_FriendAddNotice EnumMsgType = 1022 //微信个人号新增好友通知 4.6
  42. EnumMsgType_FriendDelNotice EnumMsgType = 1023 //微信个人号移除好友通知 4.7
  43. EnumMsgType_FriendTalkNotice EnumMsgType = 1024 //微信好友发来聊天消息 4.8
  44. EnumMsgType_TaskResultNotice EnumMsgType = 1025 //任务执行结果通知 4.9
  45. EnumMsgType_WeChatTalkToFriendNotice EnumMsgType = 1026 // 手机上回复好友的聊天消息 4.16
  46. EnumMsgType_FriendAddReqeustNotice EnumMsgType = 1027 // 有好友请求添加好友的通知 4.14
  47. EnumMsgType_TalkToFriendTaskResultNotice EnumMsgType = 1028 // 手机端向服务端通知聊天执行结果 4.17
  48. EnumMsgType_RequestTalkDetailTaskResultNotice EnumMsgType = 1029 //图片或视频消息的详细内容结果 4.22
  49. EnumMsgType_PullWeChatQrCodeTaskResultNotice EnumMsgType = 1030 //上传手机客户端上微信的二维码 4.51
  50. EnumMsgType_CircleNewPublishNotice EnumMsgType = 1031 // 手机上发送了朋友圈通知 4.1.31 ***
  51. EnumMsgType_CircleDelNotice EnumMsgType = 1032 // 手机上删除朋友圈通知 4.1.32 ***
  52. EnumMsgType_CircleLikeNotice EnumMsgType = 1033 // 手机检测到有人点赞/取消点赞通知 4.1.33 ***
  53. EnumMsgType_CircleCommentNotice EnumMsgType = 1034 // 手机检测到有人评论/删除朋友圈通知 4.1.34 ***
  54. EnumMsgType_PostMessageReadNotice EnumMsgType = 1035 // 消息标记为已读 4.1.35
  55. EnumMsgType_ChatRoomAddNotice EnumMsgType = 1037 // 群聊新增通知 4.1.37
  56. EnumMsgType_ContactLabelAddNotice EnumMsgType = 1038 // 联系人标签新增,修改通知
  57. EnumMsgType_TakeMoneyTaskResultNotice EnumMsgType = 1039 // 收钱任务执行结果通知
  58. EnumMsgType_CircleDetailNotice EnumMsgType = 1040 // 朋友圈图片上传
  59. EnumMsgType_ChatRoomDelNotice EnumMsgType = 1041 // 群聊删除通知
  60. EnumMsgType_ChatRoomChangedNotice EnumMsgType = 1042 // 群聊信息变更通知
  61. EnumMsgType_PullChatRoomQrCodeTaskResultNotice EnumMsgType = 1043 // 群二维码
  62. EnumMsgType_ContactLabelDelNotice EnumMsgType = 1044 // 联系人标签删除通知
  63. EnumMsgType_ChatMsgIdsPushNotice EnumMsgType = 1050 // 推送某段时间内的所有消息MsgSvrId
  64. EnumMsgType_ChatMsgFilePushNotice EnumMsgType = 1051 // 聊天消息的图片,视频,文件推送
  65. EnumMsgType_FriendChangeNotice EnumMsgType = 1052 // 好友信息变更通知
  66. EnumMsgType_PhoneStateWarningNotice EnumMsgType = 1053 //
  67. EnumMsgType_MsgDelNotice EnumMsgType = 1054 // 聊天消息删除通知
  68. EnumMsgType_ConvDelNotice EnumMsgType = 1055 // 聊天会话删除通知
  69. // 服务端、客服客户端发给设备的指令类消息
  70. EnumMsgType_TalkToFriendTask EnumMsgType = 1070 //给好友发消息任务 4.10
  71. EnumMsgType_PostSNSNewsTask EnumMsgType = 1071 //发送朋友圈任务 4.11
  72. EnumMsgType_AddFriendsTask EnumMsgType = 1072 //主动添加好友任务 4.12
  73. EnumMsgType_PostSNSNewsTaskResultNotice EnumMsgType = 1073 // 发送朋友圈任务后数据回传 4.13
  74. EnumMsgType_DeleteSNSNewsTask EnumMsgType = 1074 // 删除朋友圈 4.26
  75. EnumMsgType_AcceptFriendAddRequestTask EnumMsgType = 1075 // 客户端或者服务端接受好友请求通知 4.15
  76. EnumMsgType_WeChatGroupSendTask EnumMsgType = 1076 //群发消息任务 4.19
  77. EnumMsgType_RequestTalkDetailTask EnumMsgType = 1078 //请求图片或视频消息的详细内容 4.21
  78. EnumMsgType_PullWeChatQrCodeTask EnumMsgType = 1079 //获取当前登录号的二维码 4.52
  79. EnumMsgType_TriggerFriendPushTask EnumMsgType = 1080 // 触发手机推送好友列表任务 4.25
  80. EnumMsgType_TriggerCirclePushTask EnumMsgType = 1081 // 触发手机推送朋友圈列表任务 4.1.81
  81. EnumMsgType_CircleCommentDeleteTask EnumMsgType = 1082 // 朋友圈评论删除任务 4.1.82
  82. EnumMsgType_CircleCommentDeleteTaskResultNotice EnumMsgType = 1083 // 朋友圈评论删除任务反馈 4.1.83
  83. EnumMsgType_CircleCommentReplyTask EnumMsgType = 1084 // 朋友圈评论回复任务 4.1.84
  84. EnumMsgType_CircleCommentReplyTaskResultNotice EnumMsgType = 1085 // 朋友圈评论回复反馈 4.1.85
  85. EnumMsgType_TriggerMessageReadTask EnumMsgType = 1086 // 聊天会话设置为已读 4.1.86
  86. EnumMsgType_RevokeMessageTask EnumMsgType = 1087 // 消息撤回 4.1.87
  87. EnumMsgType_ForwardMessageTask EnumMsgType = 1088 // 转发消息 4.1.88
  88. EnumMsgType_TriggerHistoryMsgPushTask EnumMsgType = 1089 // 通知手机推送聊天记录
  89. EnumMsgType_PullChatRoomQrCodeTask EnumMsgType = 1090 // 获取群聊二维码
  90. EnumMsgType_SendMultiPictureTask EnumMsgType = 1091 // 聊天发送多张图片
  91. EnumMsgType_ForwardMultiMessageTask EnumMsgType = 1092 // 转发多条聊天消息(逐条转发)
  92. // juketool发送给服务端执行的命令
  93. EnumMsgType_UpgradeAppNotice EnumMsgType = 1093 // 服务端通知版本升级 4.33
  94. EnumMsgType_UpgradeDeviceAppNotice EnumMsgType = 1094 // 通知手机客户端软件升级 4.34
  95. EnumMsgType_PostFriendDetectTask EnumMsgType = 1095 //清粉任务 4.35
  96. EnumMsgType_PostStopFriendDetectTask EnumMsgType = 1096 //终止清粉任务 4.36
  97. EnumMsgType_PostDeleteDeviceNotice EnumMsgType = 1097 // 删除设备通知 4.37
  98. EnumMsgType_OneKeyLikeTask EnumMsgType = 1098 //朋友圈点赞任务 4.1.98
  99. // PostStopMomentsPraiseTask = 1099; //停止朋友圈点赞任务 4.1.99
  100. EnumMsgType_ModifyFriendMemoTask EnumMsgType = 1101 //修改备注任务
  101. EnumMsgType_AddFriendWithSceneTask EnumMsgType = 1102 //通用加好友任务
  102. EnumMsgType_TakeLuckyMoneyTask EnumMsgType = 1200 // 领取红包或转账
  103. EnumMsgType_PullFriendCircleTask EnumMsgType = 1201 // 获取指定好友朋友圈
  104. EnumMsgType_PullCircleDetailTask EnumMsgType = 1202 // 获取朋友圈图片
  105. EnumMsgType_CircleLikeTask EnumMsgType = 1203 // 单条朋友圈点赞任务
  106. EnumMsgType_TriggerChatroomPushTask EnumMsgType = 1210 //触发手机推送群聊列表
  107. EnumMsgType_RequestChatRoomInfoTask EnumMsgType = 1211 // 请求具体群聊的详细信息
  108. EnumMsgType_RequestContactsInfoTask EnumMsgType = 1212 // 获取联系人详细信息(不一定是好友,如群聊成员)
  109. EnumMsgType_ChatRoomActionTask EnumMsgType = 1213 // 群聊管理
  110. EnumMsgType_AddFriendInChatRoomTask EnumMsgType = 1214 // 群内加好友
  111. EnumMsgType_AddFriendFromPhonebookTask EnumMsgType = 1215 // 通讯录加好友
  112. EnumMsgType_DeleteFriendTask EnumMsgType = 1216 // 删除好友
  113. EnumMsgType_SendLuckyMoneyTask EnumMsgType = 1217 // 发红包
  114. EnumMsgType_RequestTalkContentTask EnumMsgType = 1218 // 获取聊天消息的原始内容(主要是xml内容)
  115. EnumMsgType_RequestTalkContentTaskResultNotice EnumMsgType = 1219 // 返回聊天消息的原始内容
  116. EnumMsgType_ForwardMessageByContentTask EnumMsgType = 1220 // 转发消息内容
  117. EnumMsgType_ChatRoomInviteApproveTask EnumMsgType = 1221 // 群主确认入群申请
  118. EnumMsgType_WechatLogoutTask EnumMsgType = 1222 // 微信账号登出
  119. EnumMsgType_PhoneActionTask EnumMsgType = 1223 // 手机操作指令
  120. EnumMsgType_ContactLabelTask EnumMsgType = 1224 // 设置联系人标签
  121. EnumMsgType_ContactLabelDeleteTask EnumMsgType = 1225 // 删除联系人标签
  122. EnumMsgType_VoiceTransTextTask EnumMsgType = 1226 // 语音消息转文字
  123. EnumMsgType_FindContactTask EnumMsgType = 1227 // 查找微信联系人
  124. EnumMsgType_FindContactTaskResult EnumMsgType = 1228 // 查找微信联系人结果
  125. EnumMsgType_AgreeJoinChatRoomTask EnumMsgType = 1229 // 同意加入群聊
  126. EnumMsgType_ClearAllChatMsgTask EnumMsgType = 1230 // 清空聊天记录
  127. EnumMsgType_SendFriendVerifyTask EnumMsgType = 1231 // 聊天界面发送朋友验证
  128. EnumMsgType_TriggerConversationPushTask EnumMsgType = 1232 // 会话列表推送
  129. EnumMsgType_WechatSettingTask EnumMsgType = 1233 // 微信设置:改昵称,头像
  130. EnumMsgType_PullFriendAddReqListTask EnumMsgType = 1234 //获取加好友请求列表
  131. EnumMsgType_TriggerBizContactPushTask EnumMsgType = 1235 // 获取公众号列表
  132. EnumMsgType_AddFriendNameCardTask EnumMsgType = 1236 // 名片加好友
  133. EnumMsgType_TriggerChatMsgIdsPushTask EnumMsgType = 1251 // 获取时间段内的所有聊天消息msgSvrId
  134. EnumMsgType_RequestTalkMsgTask EnumMsgType = 1252 // 根据msgSvrId获取聊天消息
  135. EnumMsgType_RequestTalkMsgTaskResultNotice EnumMsgType = 1253 // 根据msgSvrId获取聊天消息返回结果
  136. EnumMsgType_SearchBizContactTask EnumMsgType = 1254 // 关键字搜索公众号或小程序
  137. EnumMsgType_SearchBizContactTaskResultNotice EnumMsgType = 1255 // 关键字搜索公众号或小程序返回结果
  138. EnumMsgType_PhoneStateTask EnumMsgType = 1256 // 查询手机状态 (电量,剩余存储空间等)
  139. EnumMsgType_PhoneStateTaskResultNotice EnumMsgType = 1257 // 查询手机状态返回结果
  140. EnumMsgType_WeChatLocationTask EnumMsgType = 1258 // 通过微信查询手机位置
  141. EnumMsgType_WeChatLocationTaskResultNotice EnumMsgType = 1259 // 微信查询手机位置返回结果
  142. EnumMsgType_RemittanceTask EnumMsgType = 1260 // 转账
  143. EnumMsgType_WalletBalanceTask EnumMsgType = 1262 // 查钱包余额
  144. EnumMsgType_WalletBalanceTaskResultNotice EnumMsgType = 1263 // 查钱包余额
  145. EnumMsgType_AddFriendNotice EnumMsgType = 1264 // 手机上主动加好友动作通知
  146. EnumMsgType_QueryHbDetailTask EnumMsgType = 1265 // 查询红包
  147. EnumMsgType_QueryHbDetailTaskResultNotice EnumMsgType = 1266 // 查询红包
  148. EnumMsgType_JoinGroupByQrTask EnumMsgType = 1267 // 扫二维码进群
  149. EnumMsgType_SendJielongTask EnumMsgType = 1268 // 发接龙消息,任务结果TalkToFriendTaskResultNotice
  150. EnumMsgType_CDNDownloadFileTask EnumMsgType = 1269 // 根据cdnurl和cdnkey下载文件
  151. EnumMsgType_ContactSetLabelTask EnumMsgType = 1270 // 设置用户标签
  152. EnumMsgType_CDNDownloadResultNotice EnumMsgType = 1271 // CDN下载文件任务结果返回
  153. EnumMsgType_PullEmojiInfoTask EnumMsgType = 1272 // 获取动画表情信息详情
  154. EnumMsgType_PullEmojiInfoTaskResultNotice EnumMsgType = 1273 // 获取动画表情信息详情结果返回
  155. EnumMsgType_TriggerCircleMsgPushTask EnumMsgType = 1274 // 触发朋友圈消息列表推送
  156. EnumMsgType_CircleMsgReadTask EnumMsgType = 1275 // 朋友圈消息设置为已读
  157. EnumMsgType_CircleMsgClearTask EnumMsgType = 1276 // 清除已读的朋友圈消息
  158. EnumMsgType_GetContactInfoTask EnumMsgType = 1277 // 通过指令获取信息,可获取群成员的详细信息,返回ContactInfoNotice
  159. EnumMsgType_ContactInfoNotice EnumMsgType = 1278 //
  160. EnumMsgType_GetFriendDetectResult EnumMsgType = 1279 // 获取最后一次清粉的结果
  161. EnumMsgType_FriendDetectResultNotice EnumMsgType = 1280 // 最后一次清粉的结果
  162. EnumMsgType_TriggerUnReadTask EnumMsgType = 1281 // 设为未读
  163. EnumMsgType_ScreenShotTask EnumMsgType = 1282 //截屏任务
  164. EnumMsgType_ScreenShotTaskResultNotice EnumMsgType = 1283
  165. EnumMsgType_GetA8KeyTask EnumMsgType = 1284
  166. EnumMsgType_TriggerQwUserPush EnumMsgType = 1285
  167. EnumMsgType_QwUserPUshNotice EnumMsgType = 1286
  168. EnumMsgType_QueryHbStatusTask EnumMsgType = 1287 // 查红包状态
  169. EnumMsgType_QueryHbStatusTaskResultNotice EnumMsgType = 1288 // 查红包状态结果
  170. EnumMsgType_SendSmsTask EnumMsgType = 1289
  171. EnumMsgType_CallLogPushNotice EnumMsgType = 1300 // 通话记录推送
  172. EnumMsgType_SmsPushNotice EnumMsgType = 1301 // 短信推送
  173. EnumMsgType_SmsReadNotice EnumMsgType = 1302 // 短信已读通知
  174. EnumMsgType_SmsSentNotice EnumMsgType = 1303 // 短信发送通知
  175. EnumMsgType_PullSmsTask EnumMsgType = 1304 // 查询历史短信
  176. EnumMsgType_PullSmsTaskResultNotice EnumMsgType = 1305 // 查询历史短信结果
  177. EnumMsgType_PullCallLogTask EnumMsgType = 1306 // 查询历史通话记录
  178. EnumMsgType_PullCallLogTaskResultNotice EnumMsgType = 1307 // 查询历史通话记录结果
  179. EnumMsgType_TriggerConfigPush EnumMsgType = 1380
  180. EnumMsgType_ConfigPushNotice EnumMsgType = 1381
  181. EnumMsgType_SetConfigTask EnumMsgType = 1382
  182. // 手机端主动发出的交互类消息
  183. EnumMsgType_FriendPushNotice EnumMsgType = 2026 //手机端推送好友列表 4.50
  184. EnumMsgType_PostDeviceInfoNotice EnumMsgType = 2027 // 手机端推送当前安装版本 4.51
  185. EnumMsgType_PostFriendDetectCountNotice EnumMsgType = 2028 //手机端回传检测清粉好友数 4.52
  186. EnumMsgType_CirclePushNotice EnumMsgType = 2029 // 手机回传朋友圈数据 4.2.4
  187. EnumMsgType_OneKeyLikeTaskResultNotice EnumMsgType = 2030 // 手机回传朋友圈点赞数量 4.2.5
  188. EnumMsgType_ChatroomPushNotice EnumMsgType = 2031 // 手机端推送群聊列表
  189. EnumMsgType_ContactLabelInfoNotice EnumMsgType = 2032 // 手机端推送标签列表
  190. EnumMsgType_HistoryMsgPushNotice EnumMsgType = 2033 // 推送历史消息
  191. EnumMsgType_ChatRoomMembersNotice EnumMsgType = 2034 // 群成员(陌生人)信息
  192. EnumMsgType_ConversationPushNotice EnumMsgType = 2035 // 会话列表
  193. EnumMsgType_FriendAddReqListNotice EnumMsgType = 2036 // 加好友请求列表
  194. EnumMsgType_BizContactPushNotice EnumMsgType = 2037 // 公众号列表推送
  195. EnumMsgType_BizContactAddNotice EnumMsgType = 2038 // 新增公众号通知
  196. EnumMsgType_CircleMsgPushNotice EnumMsgType = 2039 // 朋友圈消息列表推送
  197. EnumMsgType_QwConversPushNotice EnumMsgType = 2040 // 企微会话列表
  198. EnumMsgType_BizConversPushNotice EnumMsgType = 2041 // 企微会话列表
  199. // 客服客户端主动发出的交互类消息,与手机端无关
  200. EnumMsgType_GetWeChatsReq EnumMsgType = 3050 // 拉取当前微信个人号列表请求(立即) 4.81
  201. EnumMsgType_GetWeChatsRsp EnumMsgType = 3051 //拉取当前微信个人号列表响应(立即) 4.82
  202. EnumMsgType_RecentFriendChangeNotice EnumMsgType = 3052 // 最近好友数据更改通知(服务器下发) 4.83
  203. EnumMsgType_TodayFriendChangeNotice EnumMsgType = 3053 // 今日接待数据更改通知(服务器下发) 4.84
  204. EnumMsgType_AccountLogoutNotice EnumMsgType = 3054 // 客户端退出通知 4.85
  205. EnumMsgType_WeChatLoginNotice EnumMsgType = 3055 // 客户端选择微信号登录通知 4.86
  206. EnumMsgType_SyncFriendListAsyncReq EnumMsgType = 3056 //PC客户端请求同步好友列表 4.87
  207. EnumMsgType_SyncFriendListAsyncRsp EnumMsgType = 3057 // 同步好友推送的数据模型 4.88
  208. EnumMsgType_SyncRecentFriendListAsyncReq EnumMsgType = 3058 // 同步最近聊天好友列表 4.89
  209. EnumMsgType_SyncRecentFriendListAsyncRsp EnumMsgType = 3059 // 同步最近聊天好友响应(异步) 4.90
  210. EnumMsgType_SyncTodayFriendListAsyncReq EnumMsgType = 3060 // 同步今日接待好友列表请求 4.91
  211. EnumMsgType_SyncTodayFriendListAsyncRsp EnumMsgType = 3061 // 同步今日接待好友响应(异步) 4.92
  212. EnumMsgType_SyncFriendMessageAsyncReq EnumMsgType = 3062 // 同步好友消息数据请求 4.93
  213. EnumMsgType_SyncFriendMessageAsyncRsp EnumMsgType = 3063 // 同步好友消息数据响应(异步)4.94
  214. EnumMsgType_TalkToFriendTaskReceived EnumMsgType = 3064 // TalkToFriendTask的即时响应(服务器下发) 4.95
  215. EnumMsgType_ReadChatMessageNotice EnumMsgType = 3065 // 标记消息已读 4.96
  216. EnumMsgType_SyncFriendAddReqeustAsyncReq EnumMsgType = 3066 // 同步加好友请求 4.97
  217. EnumMsgType_SyncFriendAddRequestAsyncRsp EnumMsgType = 3067 // 同步加好友列表数据响应 4.98
  218. EnumMsgType_WeChatForceOfflineNotice EnumMsgType = 3068 // 微信登出通知(服务器下发) 4.99
  219. EnumMsgType_SyncQuickReplyAsyncReq EnumMsgType = 3069 // 快捷回复信息请求模型 4.100
  220. EnumMsgType_SyncQuickReplyAsyncRsp EnumMsgType = 3070 // 快捷回复信息响应 4.101
  221. EnumMsgType_QuickReplyAddNotice EnumMsgType = 3071 // 快捷回复添加通知 4.102
  222. EnumMsgType_QuickReplyAddReceived EnumMsgType = 3072 // 快捷回复添加被接受 4.103
  223. EnumMsgType_QuickReplyDelNotice EnumMsgType = 3073 // 快捷回复删除通知 4.104
  224. EnumMsgType_GetTagGroupReq EnumMsgType = 3074 // 获取标签分组请求数据 4.105
  225. EnumMsgType_GetTagGroupRsp EnumMsgType = 3075 // 获取标签分组数据响应数据 4.106
  226. EnumMsgType_GetTagFriendsReq EnumMsgType = 3076 // 获取标签下的好友数据请求 4.107
  227. EnumMsgType_GetTagFriendsRsp EnumMsgType = 3077 // 获取标签下的好友数据响应 4.108
  228. EnumMsgType_WeChatForceOnlineNotice EnumMsgType = 3078 // 微信在设备上上线通知 4.109
  229. EnumMsgType_DeleteRecentFriendNotice EnumMsgType = 3079 // 删除最近聊天好友通知 4.110
  230. EnumMsgType_DeleteTodayFriendNotice EnumMsgType = 3080 // 删除今日接待好友通知 4.111
  231. EnumMsgType_WeChatInfoChangeNotice EnumMsgType = 3081 // 微信信息更改通知 4.112
  232. EnumMsgType_GetLastestVersionReq EnumMsgType = 3082 // 获取最后一个版本的请求 4.113
  233. EnumMsgType_GetLastestVersionRsp EnumMsgType = 3083 // 获取最后一个版本的响应 4.114
  234. EnumMsgType_CheckDeviceAppVersionReq EnumMsgType = 3084 // 检测设备App版本请求 4.115
  235. EnumMsgType_CheckDeviceAppVersionRsp EnumMsgType = 3085 // 检测设备App版本响应 4.116
  236. EnumMsgType_NewAppVersionPublishNotice EnumMsgType = 3086 // 有新版本软件发布通知 4.117
  237. EnumMsgType_WeChatLoginNoticeResp EnumMsgType = 3087 // 客户端选择微信号登录通知的响应
  238. EnumMsgType_GroupMemberAddProgress EnumMsgType = 3089 // 服务端向浏览器推送群加好友进度
  239. EnumMsgType_PostAppInfoReq EnumMsgType = 3201 // 客户端上报客户端信息 4.201
  240. EnumMsgType_PostLogReq EnumMsgType = 3202 // 客户端上传日志 4.202
  241. )
  242. // Enum value maps for EnumMsgType.
  243. var (
  244. EnumMsgType_name = map[int32]string{
  245. 0: "UnknownMsg",
  246. 1001: "HeartBeatReq",
  247. 1002: "MsgReceivedAck",
  248. 1003: "Error",
  249. 1010: "DeviceAuthReq",
  250. 1011: "DeviceAuthRsp",
  251. 1012: "DeviceExitNotice",
  252. 1013: "AccountForceOfflineNotice",
  253. 1015: "RedirectNotice",
  254. 1016: "TriggerDeviceInfo",
  255. 1019: "TriggerWechatPushTask",
  256. 1020: "WeChatOnlineNotice",
  257. 1021: "WeChatOfflineNotice",
  258. 1022: "FriendAddNotice",
  259. 1023: "FriendDelNotice",
  260. 1024: "FriendTalkNotice",
  261. 1025: "TaskResultNotice",
  262. 1026: "WeChatTalkToFriendNotice",
  263. 1027: "FriendAddReqeustNotice",
  264. 1028: "TalkToFriendTaskResultNotice",
  265. 1029: "RequestTalkDetailTaskResultNotice",
  266. 1030: "PullWeChatQrCodeTaskResultNotice",
  267. 1031: "CircleNewPublishNotice",
  268. 1032: "CircleDelNotice",
  269. 1033: "CircleLikeNotice",
  270. 1034: "CircleCommentNotice",
  271. 1035: "PostMessageReadNotice",
  272. 1037: "ChatRoomAddNotice",
  273. 1038: "ContactLabelAddNotice",
  274. 1039: "TakeMoneyTaskResultNotice",
  275. 1040: "CircleDetailNotice",
  276. 1041: "ChatRoomDelNotice",
  277. 1042: "ChatRoomChangedNotice",
  278. 1043: "PullChatRoomQrCodeTaskResultNotice",
  279. 1044: "ContactLabelDelNotice",
  280. 1050: "ChatMsgIdsPushNotice",
  281. 1051: "ChatMsgFilePushNotice",
  282. 1052: "FriendChangeNotice",
  283. 1053: "PhoneStateWarningNotice",
  284. 1054: "MsgDelNotice",
  285. 1055: "ConvDelNotice",
  286. 1070: "TalkToFriendTask",
  287. 1071: "PostSNSNewsTask",
  288. 1072: "AddFriendsTask",
  289. 1073: "PostSNSNewsTaskResultNotice",
  290. 1074: "DeleteSNSNewsTask",
  291. 1075: "AcceptFriendAddRequestTask",
  292. 1076: "WeChatGroupSendTask",
  293. 1078: "RequestTalkDetailTask",
  294. 1079: "PullWeChatQrCodeTask",
  295. 1080: "TriggerFriendPushTask",
  296. 1081: "TriggerCirclePushTask",
  297. 1082: "CircleCommentDeleteTask",
  298. 1083: "CircleCommentDeleteTaskResultNotice",
  299. 1084: "CircleCommentReplyTask",
  300. 1085: "CircleCommentReplyTaskResultNotice",
  301. 1086: "TriggerMessageReadTask",
  302. 1087: "RevokeMessageTask",
  303. 1088: "ForwardMessageTask",
  304. 1089: "TriggerHistoryMsgPushTask",
  305. 1090: "PullChatRoomQrCodeTask",
  306. 1091: "SendMultiPictureTask",
  307. 1092: "ForwardMultiMessageTask",
  308. 1093: "UpgradeAppNotice",
  309. 1094: "UpgradeDeviceAppNotice",
  310. 1095: "PostFriendDetectTask",
  311. 1096: "PostStopFriendDetectTask",
  312. 1097: "PostDeleteDeviceNotice",
  313. 1098: "OneKeyLikeTask",
  314. 1101: "ModifyFriendMemoTask",
  315. 1102: "AddFriendWithSceneTask",
  316. 1200: "TakeLuckyMoneyTask",
  317. 1201: "PullFriendCircleTask",
  318. 1202: "PullCircleDetailTask",
  319. 1203: "CircleLikeTask",
  320. 1210: "TriggerChatroomPushTask",
  321. 1211: "RequestChatRoomInfoTask",
  322. 1212: "RequestContactsInfoTask",
  323. 1213: "ChatRoomActionTask",
  324. 1214: "AddFriendInChatRoomTask",
  325. 1215: "AddFriendFromPhonebookTask",
  326. 1216: "DeleteFriendTask",
  327. 1217: "SendLuckyMoneyTask",
  328. 1218: "RequestTalkContentTask",
  329. 1219: "RequestTalkContentTaskResultNotice",
  330. 1220: "ForwardMessageByContentTask",
  331. 1221: "ChatRoomInviteApproveTask",
  332. 1222: "WechatLogoutTask",
  333. 1223: "PhoneActionTask",
  334. 1224: "ContactLabelTask",
  335. 1225: "ContactLabelDeleteTask",
  336. 1226: "VoiceTransTextTask",
  337. 1227: "FindContactTask",
  338. 1228: "FindContactTaskResult",
  339. 1229: "AgreeJoinChatRoomTask",
  340. 1230: "ClearAllChatMsgTask",
  341. 1231: "SendFriendVerifyTask",
  342. 1232: "TriggerConversationPushTask",
  343. 1233: "WechatSettingTask",
  344. 1234: "PullFriendAddReqListTask",
  345. 1235: "TriggerBizContactPushTask",
  346. 1236: "AddFriendNameCardTask",
  347. 1251: "TriggerChatMsgIdsPushTask",
  348. 1252: "RequestTalkMsgTask",
  349. 1253: "RequestTalkMsgTaskResultNotice",
  350. 1254: "SearchBizContactTask",
  351. 1255: "SearchBizContactTaskResultNotice",
  352. 1256: "PhoneStateTask",
  353. 1257: "PhoneStateTaskResultNotice",
  354. 1258: "WeChatLocationTask",
  355. 1259: "WeChatLocationTaskResultNotice",
  356. 1260: "RemittanceTask",
  357. 1262: "WalletBalanceTask",
  358. 1263: "WalletBalanceTaskResultNotice",
  359. 1264: "AddFriendNotice",
  360. 1265: "QueryHbDetailTask",
  361. 1266: "QueryHbDetailTaskResultNotice",
  362. 1267: "JoinGroupByQrTask",
  363. 1268: "SendJielongTask",
  364. 1269: "CDNDownloadFileTask",
  365. 1270: "ContactSetLabelTask",
  366. 1271: "CDNDownloadResultNotice",
  367. 1272: "PullEmojiInfoTask",
  368. 1273: "PullEmojiInfoTaskResultNotice",
  369. 1274: "TriggerCircleMsgPushTask",
  370. 1275: "CircleMsgReadTask",
  371. 1276: "CircleMsgClearTask",
  372. 1277: "GetContactInfoTask",
  373. 1278: "ContactInfoNotice",
  374. 1279: "GetFriendDetectResult",
  375. 1280: "FriendDetectResultNotice",
  376. 1281: "TriggerUnReadTask",
  377. 1282: "ScreenShotTask",
  378. 1283: "ScreenShotTaskResultNotice",
  379. 1284: "GetA8KeyTask",
  380. 1285: "TriggerQwUserPush",
  381. 1286: "QwUserPUshNotice",
  382. 1287: "QueryHbStatusTask",
  383. 1288: "QueryHbStatusTaskResultNotice",
  384. 1289: "SendSmsTask",
  385. 1300: "CallLogPushNotice",
  386. 1301: "SmsPushNotice",
  387. 1302: "SmsReadNotice",
  388. 1303: "SmsSentNotice",
  389. 1304: "PullSmsTask",
  390. 1305: "PullSmsTaskResultNotice",
  391. 1306: "PullCallLogTask",
  392. 1307: "PullCallLogTaskResultNotice",
  393. 1380: "TriggerConfigPush",
  394. 1381: "ConfigPushNotice",
  395. 1382: "SetConfigTask",
  396. 2026: "FriendPushNotice",
  397. 2027: "PostDeviceInfoNotice",
  398. 2028: "PostFriendDetectCountNotice",
  399. 2029: "CirclePushNotice",
  400. 2030: "OneKeyLikeTaskResultNotice",
  401. 2031: "ChatroomPushNotice",
  402. 2032: "ContactLabelInfoNotice",
  403. 2033: "HistoryMsgPushNotice",
  404. 2034: "ChatRoomMembersNotice",
  405. 2035: "ConversationPushNotice",
  406. 2036: "FriendAddReqListNotice",
  407. 2037: "BizContactPushNotice",
  408. 2038: "BizContactAddNotice",
  409. 2039: "CircleMsgPushNotice",
  410. 2040: "QwConversPushNotice",
  411. 2041: "BizConversPushNotice",
  412. 3050: "GetWeChatsReq",
  413. 3051: "GetWeChatsRsp",
  414. 3052: "RecentFriendChangeNotice",
  415. 3053: "TodayFriendChangeNotice",
  416. 3054: "AccountLogoutNotice",
  417. 3055: "WeChatLoginNotice",
  418. 3056: "SyncFriendListAsyncReq",
  419. 3057: "SyncFriendListAsyncRsp",
  420. 3058: "SyncRecentFriendListAsyncReq",
  421. 3059: "SyncRecentFriendListAsyncRsp",
  422. 3060: "SyncTodayFriendListAsyncReq",
  423. 3061: "SyncTodayFriendListAsyncRsp",
  424. 3062: "SyncFriendMessageAsyncReq",
  425. 3063: "SyncFriendMessageAsyncRsp",
  426. 3064: "TalkToFriendTaskReceived",
  427. 3065: "ReadChatMessageNotice",
  428. 3066: "SyncFriendAddReqeustAsyncReq",
  429. 3067: "SyncFriendAddRequestAsyncRsp",
  430. 3068: "WeChatForceOfflineNotice",
  431. 3069: "SyncQuickReplyAsyncReq",
  432. 3070: "SyncQuickReplyAsyncRsp",
  433. 3071: "QuickReplyAddNotice",
  434. 3072: "QuickReplyAddReceived",
  435. 3073: "QuickReplyDelNotice",
  436. 3074: "GetTagGroupReq",
  437. 3075: "GetTagGroupRsp",
  438. 3076: "GetTagFriendsReq",
  439. 3077: "GetTagFriendsRsp",
  440. 3078: "WeChatForceOnlineNotice",
  441. 3079: "DeleteRecentFriendNotice",
  442. 3080: "DeleteTodayFriendNotice",
  443. 3081: "WeChatInfoChangeNotice",
  444. 3082: "GetLastestVersionReq",
  445. 3083: "GetLastestVersionRsp",
  446. 3084: "CheckDeviceAppVersionReq",
  447. 3085: "CheckDeviceAppVersionRsp",
  448. 3086: "NewAppVersionPublishNotice",
  449. 3087: "WeChatLoginNoticeResp",
  450. 3089: "GroupMemberAddProgress",
  451. 3201: "PostAppInfoReq",
  452. 3202: "PostLogReq",
  453. }
  454. EnumMsgType_value = map[string]int32{
  455. "UnknownMsg": 0,
  456. "HeartBeatReq": 1001,
  457. "MsgReceivedAck": 1002,
  458. "Error": 1003,
  459. "DeviceAuthReq": 1010,
  460. "DeviceAuthRsp": 1011,
  461. "DeviceExitNotice": 1012,
  462. "AccountForceOfflineNotice": 1013,
  463. "RedirectNotice": 1015,
  464. "TriggerDeviceInfo": 1016,
  465. "TriggerWechatPushTask": 1019,
  466. "WeChatOnlineNotice": 1020,
  467. "WeChatOfflineNotice": 1021,
  468. "FriendAddNotice": 1022,
  469. "FriendDelNotice": 1023,
  470. "FriendTalkNotice": 1024,
  471. "TaskResultNotice": 1025,
  472. "WeChatTalkToFriendNotice": 1026,
  473. "FriendAddReqeustNotice": 1027,
  474. "TalkToFriendTaskResultNotice": 1028,
  475. "RequestTalkDetailTaskResultNotice": 1029,
  476. "PullWeChatQrCodeTaskResultNotice": 1030,
  477. "CircleNewPublishNotice": 1031,
  478. "CircleDelNotice": 1032,
  479. "CircleLikeNotice": 1033,
  480. "CircleCommentNotice": 1034,
  481. "PostMessageReadNotice": 1035,
  482. "ChatRoomAddNotice": 1037,
  483. "ContactLabelAddNotice": 1038,
  484. "TakeMoneyTaskResultNotice": 1039,
  485. "CircleDetailNotice": 1040,
  486. "ChatRoomDelNotice": 1041,
  487. "ChatRoomChangedNotice": 1042,
  488. "PullChatRoomQrCodeTaskResultNotice": 1043,
  489. "ContactLabelDelNotice": 1044,
  490. "ChatMsgIdsPushNotice": 1050,
  491. "ChatMsgFilePushNotice": 1051,
  492. "FriendChangeNotice": 1052,
  493. "PhoneStateWarningNotice": 1053,
  494. "MsgDelNotice": 1054,
  495. "ConvDelNotice": 1055,
  496. "TalkToFriendTask": 1070,
  497. "PostSNSNewsTask": 1071,
  498. "AddFriendsTask": 1072,
  499. "PostSNSNewsTaskResultNotice": 1073,
  500. "DeleteSNSNewsTask": 1074,
  501. "AcceptFriendAddRequestTask": 1075,
  502. "WeChatGroupSendTask": 1076,
  503. "RequestTalkDetailTask": 1078,
  504. "PullWeChatQrCodeTask": 1079,
  505. "TriggerFriendPushTask": 1080,
  506. "TriggerCirclePushTask": 1081,
  507. "CircleCommentDeleteTask": 1082,
  508. "CircleCommentDeleteTaskResultNotice": 1083,
  509. "CircleCommentReplyTask": 1084,
  510. "CircleCommentReplyTaskResultNotice": 1085,
  511. "TriggerMessageReadTask": 1086,
  512. "RevokeMessageTask": 1087,
  513. "ForwardMessageTask": 1088,
  514. "TriggerHistoryMsgPushTask": 1089,
  515. "PullChatRoomQrCodeTask": 1090,
  516. "SendMultiPictureTask": 1091,
  517. "ForwardMultiMessageTask": 1092,
  518. "UpgradeAppNotice": 1093,
  519. "UpgradeDeviceAppNotice": 1094,
  520. "PostFriendDetectTask": 1095,
  521. "PostStopFriendDetectTask": 1096,
  522. "PostDeleteDeviceNotice": 1097,
  523. "OneKeyLikeTask": 1098,
  524. "ModifyFriendMemoTask": 1101,
  525. "AddFriendWithSceneTask": 1102,
  526. "TakeLuckyMoneyTask": 1200,
  527. "PullFriendCircleTask": 1201,
  528. "PullCircleDetailTask": 1202,
  529. "CircleLikeTask": 1203,
  530. "TriggerChatroomPushTask": 1210,
  531. "RequestChatRoomInfoTask": 1211,
  532. "RequestContactsInfoTask": 1212,
  533. "ChatRoomActionTask": 1213,
  534. "AddFriendInChatRoomTask": 1214,
  535. "AddFriendFromPhonebookTask": 1215,
  536. "DeleteFriendTask": 1216,
  537. "SendLuckyMoneyTask": 1217,
  538. "RequestTalkContentTask": 1218,
  539. "RequestTalkContentTaskResultNotice": 1219,
  540. "ForwardMessageByContentTask": 1220,
  541. "ChatRoomInviteApproveTask": 1221,
  542. "WechatLogoutTask": 1222,
  543. "PhoneActionTask": 1223,
  544. "ContactLabelTask": 1224,
  545. "ContactLabelDeleteTask": 1225,
  546. "VoiceTransTextTask": 1226,
  547. "FindContactTask": 1227,
  548. "FindContactTaskResult": 1228,
  549. "AgreeJoinChatRoomTask": 1229,
  550. "ClearAllChatMsgTask": 1230,
  551. "SendFriendVerifyTask": 1231,
  552. "TriggerConversationPushTask": 1232,
  553. "WechatSettingTask": 1233,
  554. "PullFriendAddReqListTask": 1234,
  555. "TriggerBizContactPushTask": 1235,
  556. "AddFriendNameCardTask": 1236,
  557. "TriggerChatMsgIdsPushTask": 1251,
  558. "RequestTalkMsgTask": 1252,
  559. "RequestTalkMsgTaskResultNotice": 1253,
  560. "SearchBizContactTask": 1254,
  561. "SearchBizContactTaskResultNotice": 1255,
  562. "PhoneStateTask": 1256,
  563. "PhoneStateTaskResultNotice": 1257,
  564. "WeChatLocationTask": 1258,
  565. "WeChatLocationTaskResultNotice": 1259,
  566. "RemittanceTask": 1260,
  567. "WalletBalanceTask": 1262,
  568. "WalletBalanceTaskResultNotice": 1263,
  569. "AddFriendNotice": 1264,
  570. "QueryHbDetailTask": 1265,
  571. "QueryHbDetailTaskResultNotice": 1266,
  572. "JoinGroupByQrTask": 1267,
  573. "SendJielongTask": 1268,
  574. "CDNDownloadFileTask": 1269,
  575. "ContactSetLabelTask": 1270,
  576. "CDNDownloadResultNotice": 1271,
  577. "PullEmojiInfoTask": 1272,
  578. "PullEmojiInfoTaskResultNotice": 1273,
  579. "TriggerCircleMsgPushTask": 1274,
  580. "CircleMsgReadTask": 1275,
  581. "CircleMsgClearTask": 1276,
  582. "GetContactInfoTask": 1277,
  583. "ContactInfoNotice": 1278,
  584. "GetFriendDetectResult": 1279,
  585. "FriendDetectResultNotice": 1280,
  586. "TriggerUnReadTask": 1281,
  587. "ScreenShotTask": 1282,
  588. "ScreenShotTaskResultNotice": 1283,
  589. "GetA8KeyTask": 1284,
  590. "TriggerQwUserPush": 1285,
  591. "QwUserPUshNotice": 1286,
  592. "QueryHbStatusTask": 1287,
  593. "QueryHbStatusTaskResultNotice": 1288,
  594. "SendSmsTask": 1289,
  595. "CallLogPushNotice": 1300,
  596. "SmsPushNotice": 1301,
  597. "SmsReadNotice": 1302,
  598. "SmsSentNotice": 1303,
  599. "PullSmsTask": 1304,
  600. "PullSmsTaskResultNotice": 1305,
  601. "PullCallLogTask": 1306,
  602. "PullCallLogTaskResultNotice": 1307,
  603. "TriggerConfigPush": 1380,
  604. "ConfigPushNotice": 1381,
  605. "SetConfigTask": 1382,
  606. "FriendPushNotice": 2026,
  607. "PostDeviceInfoNotice": 2027,
  608. "PostFriendDetectCountNotice": 2028,
  609. "CirclePushNotice": 2029,
  610. "OneKeyLikeTaskResultNotice": 2030,
  611. "ChatroomPushNotice": 2031,
  612. "ContactLabelInfoNotice": 2032,
  613. "HistoryMsgPushNotice": 2033,
  614. "ChatRoomMembersNotice": 2034,
  615. "ConversationPushNotice": 2035,
  616. "FriendAddReqListNotice": 2036,
  617. "BizContactPushNotice": 2037,
  618. "BizContactAddNotice": 2038,
  619. "CircleMsgPushNotice": 2039,
  620. "QwConversPushNotice": 2040,
  621. "BizConversPushNotice": 2041,
  622. "GetWeChatsReq": 3050,
  623. "GetWeChatsRsp": 3051,
  624. "RecentFriendChangeNotice": 3052,
  625. "TodayFriendChangeNotice": 3053,
  626. "AccountLogoutNotice": 3054,
  627. "WeChatLoginNotice": 3055,
  628. "SyncFriendListAsyncReq": 3056,
  629. "SyncFriendListAsyncRsp": 3057,
  630. "SyncRecentFriendListAsyncReq": 3058,
  631. "SyncRecentFriendListAsyncRsp": 3059,
  632. "SyncTodayFriendListAsyncReq": 3060,
  633. "SyncTodayFriendListAsyncRsp": 3061,
  634. "SyncFriendMessageAsyncReq": 3062,
  635. "SyncFriendMessageAsyncRsp": 3063,
  636. "TalkToFriendTaskReceived": 3064,
  637. "ReadChatMessageNotice": 3065,
  638. "SyncFriendAddReqeustAsyncReq": 3066,
  639. "SyncFriendAddRequestAsyncRsp": 3067,
  640. "WeChatForceOfflineNotice": 3068,
  641. "SyncQuickReplyAsyncReq": 3069,
  642. "SyncQuickReplyAsyncRsp": 3070,
  643. "QuickReplyAddNotice": 3071,
  644. "QuickReplyAddReceived": 3072,
  645. "QuickReplyDelNotice": 3073,
  646. "GetTagGroupReq": 3074,
  647. "GetTagGroupRsp": 3075,
  648. "GetTagFriendsReq": 3076,
  649. "GetTagFriendsRsp": 3077,
  650. "WeChatForceOnlineNotice": 3078,
  651. "DeleteRecentFriendNotice": 3079,
  652. "DeleteTodayFriendNotice": 3080,
  653. "WeChatInfoChangeNotice": 3081,
  654. "GetLastestVersionReq": 3082,
  655. "GetLastestVersionRsp": 3083,
  656. "CheckDeviceAppVersionReq": 3084,
  657. "CheckDeviceAppVersionRsp": 3085,
  658. "NewAppVersionPublishNotice": 3086,
  659. "WeChatLoginNoticeResp": 3087,
  660. "GroupMemberAddProgress": 3089,
  661. "PostAppInfoReq": 3201,
  662. "PostLogReq": 3202,
  663. }
  664. )
  665. func (x EnumMsgType) Enum() *EnumMsgType {
  666. p := new(EnumMsgType)
  667. *p = x
  668. return p
  669. }
  670. func (x EnumMsgType) String() string {
  671. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  672. }
  673. func (EnumMsgType) Descriptor() protoreflect.EnumDescriptor {
  674. return file_TransportMessage_proto_enumTypes[0].Descriptor()
  675. }
  676. func (EnumMsgType) Type() protoreflect.EnumType {
  677. return &file_TransportMessage_proto_enumTypes[0]
  678. }
  679. func (x EnumMsgType) Number() protoreflect.EnumNumber {
  680. return protoreflect.EnumNumber(x)
  681. }
  682. // Deprecated: Use EnumMsgType.Descriptor instead.
  683. func (EnumMsgType) EnumDescriptor() ([]byte, []int) {
  684. return file_TransportMessage_proto_rawDescGZIP(), []int{0}
  685. }
  686. // 全局错误码表
  687. type EnumErrorCode int32
  688. const (
  689. EnumErrorCode_Success EnumErrorCode = 0 //无错误
  690. EnumErrorCode_NoRight EnumErrorCode = 1001 //无权限
  691. EnumErrorCode_InvalidParam EnumErrorCode = 1002 //数据信息不合法
  692. EnumErrorCode_InternalError EnumErrorCode = 1003 //内部处理错误
  693. EnumErrorCode_TargetNotOnline EnumErrorCode = 1004 //发送消息或指令时对方不在线
  694. )
  695. // Enum value maps for EnumErrorCode.
  696. var (
  697. EnumErrorCode_name = map[int32]string{
  698. 0: "Success",
  699. 1001: "NoRight",
  700. 1002: "InvalidParam",
  701. 1003: "InternalError",
  702. 1004: "TargetNotOnline",
  703. }
  704. EnumErrorCode_value = map[string]int32{
  705. "Success": 0,
  706. "NoRight": 1001,
  707. "InvalidParam": 1002,
  708. "InternalError": 1003,
  709. "TargetNotOnline": 1004,
  710. }
  711. )
  712. func (x EnumErrorCode) Enum() *EnumErrorCode {
  713. p := new(EnumErrorCode)
  714. *p = x
  715. return p
  716. }
  717. func (x EnumErrorCode) String() string {
  718. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  719. }
  720. func (EnumErrorCode) Descriptor() protoreflect.EnumDescriptor {
  721. return file_TransportMessage_proto_enumTypes[1].Descriptor()
  722. }
  723. func (EnumErrorCode) Type() protoreflect.EnumType {
  724. return &file_TransportMessage_proto_enumTypes[1]
  725. }
  726. func (x EnumErrorCode) Number() protoreflect.EnumNumber {
  727. return protoreflect.EnumNumber(x)
  728. }
  729. // Deprecated: Use EnumErrorCode.Descriptor instead.
  730. func (EnumErrorCode) EnumDescriptor() ([]byte, []int) {
  731. return file_TransportMessage_proto_rawDescGZIP(), []int{1}
  732. }
  733. // 性别枚举
  734. type EnumGender int32
  735. const (
  736. EnumGender_UnknownGender EnumGender = 0 //未知
  737. EnumGender_Male EnumGender = 1 //男
  738. EnumGender_Female EnumGender = 2 //女
  739. )
  740. // Enum value maps for EnumGender.
  741. var (
  742. EnumGender_name = map[int32]string{
  743. 0: "UnknownGender",
  744. 1: "Male",
  745. 2: "Female",
  746. }
  747. EnumGender_value = map[string]int32{
  748. "UnknownGender": 0,
  749. "Male": 1,
  750. "Female": 2,
  751. }
  752. )
  753. func (x EnumGender) Enum() *EnumGender {
  754. p := new(EnumGender)
  755. *p = x
  756. return p
  757. }
  758. func (x EnumGender) String() string {
  759. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  760. }
  761. func (EnumGender) Descriptor() protoreflect.EnumDescriptor {
  762. return file_TransportMessage_proto_enumTypes[2].Descriptor()
  763. }
  764. func (EnumGender) Type() protoreflect.EnumType {
  765. return &file_TransportMessage_proto_enumTypes[2]
  766. }
  767. func (x EnumGender) Number() protoreflect.EnumNumber {
  768. return protoreflect.EnumNumber(x)
  769. }
  770. // Deprecated: Use EnumGender.Descriptor instead.
  771. func (EnumGender) EnumDescriptor() ([]byte, []int) {
  772. return file_TransportMessage_proto_rawDescGZIP(), []int{2}
  773. }
  774. // 聊天内容类型
  775. type EnumContentType int32
  776. const (
  777. EnumContentType_UnknownContent EnumContentType = 0 // 未知内容
  778. EnumContentType_Text EnumContentType = 1 // 文本内容
  779. EnumContentType_Picture EnumContentType = 2 // 图片消息
  780. EnumContentType_Voice EnumContentType = 3 // 语音消息
  781. EnumContentType_Video EnumContentType = 4 // 视频消息
  782. EnumContentType_System EnumContentType = 5 //系统消息
  783. EnumContentType_Link EnumContentType = 6 // 链接消息
  784. EnumContentType_LinkExt EnumContentType = 7 // 扩展的链接消息(小程序分享等),内容为xml格式,暂未使用
  785. EnumContentType_File EnumContentType = 8 // 文件发送
  786. EnumContentType_NameCard EnumContentType = 9 // 名片
  787. EnumContentType_Location EnumContentType = 10 // 位置信息
  788. EnumContentType_LuckyMoney EnumContentType = 11 // 红包
  789. EnumContentType_MoneyTrans EnumContentType = 12 // 转账
  790. EnumContentType_WeApp EnumContentType = 13 // 小程序
  791. EnumContentType_Emoji EnumContentType = 14 //
  792. EnumContentType_RoomManage EnumContentType = 15 // 群管理消息
  793. EnumContentType_Sys_LuckyMoney EnumContentType = 16 // 领取红包消息
  794. EnumContentType_RoomSystem EnumContentType = 17 // 群聊系统消息
  795. EnumContentType_BizLink EnumContentType = 18 // 公众号文章
  796. EnumContentType_AudioCall EnumContentType = 19 // 语音通话
  797. EnumContentType_VideoCall EnumContentType = 20 // 视频通话
  798. EnumContentType_NotifyMsg EnumContentType = 21 // 服务通知
  799. EnumContentType_QuoteMsg EnumContentType = 22 // 引用通知
  800. EnumContentType_JieLongMsg EnumContentType = 23 //接龙
  801. EnumContentType_ShiPinHao EnumContentType = 24 // 视频号消息
  802. EnumContentType_RoomLiving EnumContentType = 25 // 群直播消息
  803. EnumContentType_PaiYiPai EnumContentType = 26 // 拍一拍
  804. // Music = 27; // 分享音乐
  805. EnumContentType_FinderLive EnumContentType = 28 //视频号直播
  806. EnumContentType_KefuNameCard EnumContentType = 29 //客服号名片
  807. EnumContentType_QiyeNameCard EnumContentType = 30 //企业微信名片
  808. EnumContentType_UnSupport EnumContentType = 99 // 不支持的消息
  809. )
  810. // Enum value maps for EnumContentType.
  811. var (
  812. EnumContentType_name = map[int32]string{
  813. 0: "UnknownContent",
  814. 1: "Text",
  815. 2: "Picture",
  816. 3: "Voice",
  817. 4: "Video",
  818. 5: "System",
  819. 6: "Link",
  820. 7: "LinkExt",
  821. 8: "File",
  822. 9: "NameCard",
  823. 10: "Location",
  824. 11: "LuckyMoney",
  825. 12: "MoneyTrans",
  826. 13: "WeApp",
  827. 14: "Emoji",
  828. 15: "RoomManage",
  829. 16: "Sys_LuckyMoney",
  830. 17: "RoomSystem",
  831. 18: "BizLink",
  832. 19: "AudioCall",
  833. 20: "VideoCall",
  834. 21: "NotifyMsg",
  835. 22: "QuoteMsg",
  836. 23: "JieLongMsg",
  837. 24: "ShiPinHao",
  838. 25: "RoomLiving",
  839. 26: "PaiYiPai",
  840. 28: "FinderLive",
  841. 29: "KefuNameCard",
  842. 30: "QiyeNameCard",
  843. 99: "UnSupport",
  844. }
  845. EnumContentType_value = map[string]int32{
  846. "UnknownContent": 0,
  847. "Text": 1,
  848. "Picture": 2,
  849. "Voice": 3,
  850. "Video": 4,
  851. "System": 5,
  852. "Link": 6,
  853. "LinkExt": 7,
  854. "File": 8,
  855. "NameCard": 9,
  856. "Location": 10,
  857. "LuckyMoney": 11,
  858. "MoneyTrans": 12,
  859. "WeApp": 13,
  860. "Emoji": 14,
  861. "RoomManage": 15,
  862. "Sys_LuckyMoney": 16,
  863. "RoomSystem": 17,
  864. "BizLink": 18,
  865. "AudioCall": 19,
  866. "VideoCall": 20,
  867. "NotifyMsg": 21,
  868. "QuoteMsg": 22,
  869. "JieLongMsg": 23,
  870. "ShiPinHao": 24,
  871. "RoomLiving": 25,
  872. "PaiYiPai": 26,
  873. "FinderLive": 28,
  874. "KefuNameCard": 29,
  875. "QiyeNameCard": 30,
  876. "UnSupport": 99,
  877. }
  878. )
  879. func (x EnumContentType) Enum() *EnumContentType {
  880. p := new(EnumContentType)
  881. *p = x
  882. return p
  883. }
  884. func (x EnumContentType) String() string {
  885. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  886. }
  887. func (EnumContentType) Descriptor() protoreflect.EnumDescriptor {
  888. return file_TransportMessage_proto_enumTypes[3].Descriptor()
  889. }
  890. func (EnumContentType) Type() protoreflect.EnumType {
  891. return &file_TransportMessage_proto_enumTypes[3]
  892. }
  893. func (x EnumContentType) Number() protoreflect.EnumNumber {
  894. return protoreflect.EnumNumber(x)
  895. }
  896. // Deprecated: Use EnumContentType.Descriptor instead.
  897. func (EnumContentType) EnumDescriptor() ([]byte, []int) {
  898. return file_TransportMessage_proto_rawDescGZIP(), []int{3}
  899. }
  900. // 设备 ~ 微信号 在线状态枚举
  901. type EnumOnlineState int32
  902. const (
  903. EnumOnlineState_UnknownState EnumOnlineState = 0 // 未知,在条件中可认为是全部
  904. EnumOnlineState_Online EnumOnlineState = 1 // 在线
  905. EnumOnlineState_Offline EnumOnlineState = 2 // 离线
  906. )
  907. // Enum value maps for EnumOnlineState.
  908. var (
  909. EnumOnlineState_name = map[int32]string{
  910. 0: "UnknownState",
  911. 1: "Online",
  912. 2: "Offline",
  913. }
  914. EnumOnlineState_value = map[string]int32{
  915. "UnknownState": 0,
  916. "Online": 1,
  917. "Offline": 2,
  918. }
  919. )
  920. func (x EnumOnlineState) Enum() *EnumOnlineState {
  921. p := new(EnumOnlineState)
  922. *p = x
  923. return p
  924. }
  925. func (x EnumOnlineState) String() string {
  926. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  927. }
  928. func (EnumOnlineState) Descriptor() protoreflect.EnumDescriptor {
  929. return file_TransportMessage_proto_enumTypes[4].Descriptor()
  930. }
  931. func (EnumOnlineState) Type() protoreflect.EnumType {
  932. return &file_TransportMessage_proto_enumTypes[4]
  933. }
  934. func (x EnumOnlineState) Number() protoreflect.EnumNumber {
  935. return protoreflect.EnumNumber(x)
  936. }
  937. // Deprecated: Use EnumOnlineState.Descriptor instead.
  938. func (EnumOnlineState) EnumDescriptor() ([]byte, []int) {
  939. return file_TransportMessage_proto_rawDescGZIP(), []int{4}
  940. }
  941. // 任务类型
  942. type EnumTaskType int32
  943. const (
  944. EnumTaskType_UnknownTask EnumTaskType = 0 // 未知,不应该出现,但是协议需要
  945. EnumTaskType_ReadTencentNews EnumTaskType = 1 // 阅读腾讯新闻
  946. EnumTaskType_ReadMPArticles EnumTaskType = 2 // 阅读公众号文章
  947. EnumTaskType_ReadKYKArticles EnumTaskType = 3 // 阅读看一看文章
  948. )
  949. // Enum value maps for EnumTaskType.
  950. var (
  951. EnumTaskType_name = map[int32]string{
  952. 0: "UnknownTask",
  953. 1: "ReadTencentNews",
  954. 2: "ReadMPArticles",
  955. 3: "ReadKYKArticles",
  956. }
  957. EnumTaskType_value = map[string]int32{
  958. "UnknownTask": 0,
  959. "ReadTencentNews": 1,
  960. "ReadMPArticles": 2,
  961. "ReadKYKArticles": 3,
  962. }
  963. )
  964. func (x EnumTaskType) Enum() *EnumTaskType {
  965. p := new(EnumTaskType)
  966. *p = x
  967. return p
  968. }
  969. func (x EnumTaskType) String() string {
  970. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  971. }
  972. func (EnumTaskType) Descriptor() protoreflect.EnumDescriptor {
  973. return file_TransportMessage_proto_enumTypes[5].Descriptor()
  974. }
  975. func (EnumTaskType) Type() protoreflect.EnumType {
  976. return &file_TransportMessage_proto_enumTypes[5]
  977. }
  978. func (x EnumTaskType) Number() protoreflect.EnumNumber {
  979. return protoreflect.EnumNumber(x)
  980. }
  981. // Deprecated: Use EnumTaskType.Descriptor instead.
  982. func (EnumTaskType) EnumDescriptor() ([]byte, []int) {
  983. return file_TransportMessage_proto_rawDescGZIP(), []int{5}
  984. }
  985. // 账号类型
  986. type EnumAccountType int32
  987. const (
  988. EnumAccountType_UnknownAccountType EnumAccountType = 0 // 未知
  989. EnumAccountType_Main EnumAccountType = 1 // 主账号
  990. EnumAccountType_SubUser EnumAccountType = 2 // 子账号
  991. )
  992. // Enum value maps for EnumAccountType.
  993. var (
  994. EnumAccountType_name = map[int32]string{
  995. 0: "UnknownAccountType",
  996. 1: "Main",
  997. 2: "SubUser",
  998. }
  999. EnumAccountType_value = map[string]int32{
  1000. "UnknownAccountType": 0,
  1001. "Main": 1,
  1002. "SubUser": 2,
  1003. }
  1004. )
  1005. func (x EnumAccountType) Enum() *EnumAccountType {
  1006. p := new(EnumAccountType)
  1007. *p = x
  1008. return p
  1009. }
  1010. func (x EnumAccountType) String() string {
  1011. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  1012. }
  1013. func (EnumAccountType) Descriptor() protoreflect.EnumDescriptor {
  1014. return file_TransportMessage_proto_enumTypes[6].Descriptor()
  1015. }
  1016. func (EnumAccountType) Type() protoreflect.EnumType {
  1017. return &file_TransportMessage_proto_enumTypes[6]
  1018. }
  1019. func (x EnumAccountType) Number() protoreflect.EnumNumber {
  1020. return protoreflect.EnumNumber(x)
  1021. }
  1022. // Deprecated: Use EnumAccountType.Descriptor instead.
  1023. func (EnumAccountType) EnumDescriptor() ([]byte, []int) {
  1024. return file_TransportMessage_proto_rawDescGZIP(), []int{6}
  1025. }
  1026. // 消息发送状态
  1027. type EnumSendStatus int32
  1028. const (
  1029. EnumSendStatus_NoAction EnumSendStatus = 0 // 无状态
  1030. EnumSendStatus_Sending EnumSendStatus = 1 // 发送中
  1031. EnumSendStatus_SendSuccess EnumSendStatus = 17 // 发送成功
  1032. EnumSendStatus_SendError EnumSendStatus = 16 // 发送失败
  1033. )
  1034. // Enum value maps for EnumSendStatus.
  1035. var (
  1036. EnumSendStatus_name = map[int32]string{
  1037. 0: "NoAction",
  1038. 1: "Sending",
  1039. 17: "SendSuccess",
  1040. 16: "SendError",
  1041. }
  1042. EnumSendStatus_value = map[string]int32{
  1043. "NoAction": 0,
  1044. "Sending": 1,
  1045. "SendSuccess": 17,
  1046. "SendError": 16,
  1047. }
  1048. )
  1049. func (x EnumSendStatus) Enum() *EnumSendStatus {
  1050. p := new(EnumSendStatus)
  1051. *p = x
  1052. return p
  1053. }
  1054. func (x EnumSendStatus) String() string {
  1055. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  1056. }
  1057. func (EnumSendStatus) Descriptor() protoreflect.EnumDescriptor {
  1058. return file_TransportMessage_proto_enumTypes[7].Descriptor()
  1059. }
  1060. func (EnumSendStatus) Type() protoreflect.EnumType {
  1061. return &file_TransportMessage_proto_enumTypes[7]
  1062. }
  1063. func (x EnumSendStatus) Number() protoreflect.EnumNumber {
  1064. return protoreflect.EnumNumber(x)
  1065. }
  1066. // Deprecated: Use EnumSendStatus.Descriptor instead.
  1067. func (EnumSendStatus) EnumDescriptor() ([]byte, []int) {
  1068. return file_TransportMessage_proto_rawDescGZIP(), []int{7}
  1069. }
  1070. // 被强制下线的原因
  1071. type EnumForceOfflineReason int32
  1072. const (
  1073. EnumForceOfflineReason_NoReason EnumForceOfflineReason = 0 //就是要下线你
  1074. EnumForceOfflineReason_FuckedByOtherAuthorizer EnumForceOfflineReason = 1 //别处登录挤下线了
  1075. EnumForceOfflineReason_ByReAlloc EnumForceOfflineReason = 2 // 被重新分配
  1076. EnumForceOfflineReason_ByDeviceOffline EnumForceOfflineReason = 3 // 设备下线而下线
  1077. EnumForceOfflineReason_ByWeChatOffline EnumForceOfflineReason = 4 // 微信主动下线
  1078. )
  1079. // Enum value maps for EnumForceOfflineReason.
  1080. var (
  1081. EnumForceOfflineReason_name = map[int32]string{
  1082. 0: "NoReason",
  1083. 1: "FuckedByOtherAuthorizer",
  1084. 2: "ByReAlloc",
  1085. 3: "ByDeviceOffline",
  1086. 4: "ByWeChatOffline",
  1087. }
  1088. EnumForceOfflineReason_value = map[string]int32{
  1089. "NoReason": 0,
  1090. "FuckedByOtherAuthorizer": 1,
  1091. "ByReAlloc": 2,
  1092. "ByDeviceOffline": 3,
  1093. "ByWeChatOffline": 4,
  1094. }
  1095. )
  1096. func (x EnumForceOfflineReason) Enum() *EnumForceOfflineReason {
  1097. p := new(EnumForceOfflineReason)
  1098. *p = x
  1099. return p
  1100. }
  1101. func (x EnumForceOfflineReason) String() string {
  1102. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  1103. }
  1104. func (EnumForceOfflineReason) Descriptor() protoreflect.EnumDescriptor {
  1105. return file_TransportMessage_proto_enumTypes[8].Descriptor()
  1106. }
  1107. func (EnumForceOfflineReason) Type() protoreflect.EnumType {
  1108. return &file_TransportMessage_proto_enumTypes[8]
  1109. }
  1110. func (x EnumForceOfflineReason) Number() protoreflect.EnumNumber {
  1111. return protoreflect.EnumNumber(x)
  1112. }
  1113. // Deprecated: Use EnumForceOfflineReason.Descriptor instead.
  1114. func (EnumForceOfflineReason) EnumDescriptor() ([]byte, []int) {
  1115. return file_TransportMessage_proto_rawDescGZIP(), []int{8}
  1116. }
  1117. // 根传输消息
  1118. type TransportMessage struct {
  1119. state protoimpl.MessageState
  1120. sizeCache protoimpl.SizeCache
  1121. unknownFields protoimpl.UnknownFields
  1122. Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //消息Id(发送方内保持自增),请求中传入,响应中传回相同值
  1123. AccessToken string `protobuf:"bytes,2,opt,name=AccessToken,proto3" json:"AccessToken,omitempty"` //设备通信token
  1124. MsgType EnumMsgType `protobuf:"varint,3,opt,name=MsgType,proto3,enum=Jubo.JuLiao.IM.Wx.Proto.EnumMsgType" json:"MsgType,omitempty"` //承载的具体消息类型
  1125. Content *anypb.Any `protobuf:"bytes,4,opt,name=Content,proto3" json:"Content,omitempty"` //具体的消息数据
  1126. RefMessageId int64 `protobuf:"varint,5,opt,name=RefMessageId,proto3" json:"RefMessageId,omitempty"` //如果是针对某个消息的响应,这里写对应请求的id
  1127. }
  1128. func (x *TransportMessage) Reset() {
  1129. *x = TransportMessage{}
  1130. mi := &file_TransportMessage_proto_msgTypes[0]
  1131. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1132. ms.StoreMessageInfo(mi)
  1133. }
  1134. func (x *TransportMessage) String() string {
  1135. return protoimpl.X.MessageStringOf(x)
  1136. }
  1137. func (*TransportMessage) ProtoMessage() {}
  1138. func (x *TransportMessage) ProtoReflect() protoreflect.Message {
  1139. mi := &file_TransportMessage_proto_msgTypes[0]
  1140. if x != nil {
  1141. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  1142. if ms.LoadMessageInfo() == nil {
  1143. ms.StoreMessageInfo(mi)
  1144. }
  1145. return ms
  1146. }
  1147. return mi.MessageOf(x)
  1148. }
  1149. // Deprecated: Use TransportMessage.ProtoReflect.Descriptor instead.
  1150. func (*TransportMessage) Descriptor() ([]byte, []int) {
  1151. return file_TransportMessage_proto_rawDescGZIP(), []int{0}
  1152. }
  1153. func (x *TransportMessage) GetId() int64 {
  1154. if x != nil {
  1155. return x.Id
  1156. }
  1157. return 0
  1158. }
  1159. func (x *TransportMessage) GetAccessToken() string {
  1160. if x != nil {
  1161. return x.AccessToken
  1162. }
  1163. return ""
  1164. }
  1165. func (x *TransportMessage) GetMsgType() EnumMsgType {
  1166. if x != nil {
  1167. return x.MsgType
  1168. }
  1169. return EnumMsgType_UnknownMsg
  1170. }
  1171. func (x *TransportMessage) GetContent() *anypb.Any {
  1172. if x != nil {
  1173. return x.Content
  1174. }
  1175. return nil
  1176. }
  1177. func (x *TransportMessage) GetRefMessageId() int64 {
  1178. if x != nil {
  1179. return x.RefMessageId
  1180. }
  1181. return 0
  1182. }
  1183. var File_TransportMessage_proto protoreflect.FileDescriptor
  1184. var file_TransportMessage_proto_rawDesc = []byte{
  1185. 0x0a, 0x16, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61,
  1186. 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a,
  1187. 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74,
  1188. 0x6f, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  1189. 0x75, 0x66, 0x2f, 0x61, 0x6e, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd8, 0x01, 0x0a,
  1190. 0x10, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  1191. 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49,
  1192. 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f, 0x6b, 0x65, 0x6e,
  1193. 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x6f,
  1194. 0x6b, 0x65, 0x6e, 0x12, 0x3e, 0x0a, 0x07, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03,
  1195. 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69,
  1196. 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x45,
  1197. 0x6e, 0x75, 0x6d, 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x52, 0x07, 0x4d, 0x73, 0x67, 0x54,
  1198. 0x79, 0x70, 0x65, 0x12, 0x2e, 0x0a, 0x07, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04,
  1199. 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  1200. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x41, 0x6e, 0x79, 0x52, 0x07, 0x43, 0x6f, 0x6e, 0x74,
  1201. 0x65, 0x6e, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x52, 0x65, 0x66, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  1202. 0x65, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x52, 0x65, 0x66, 0x4d, 0x65,
  1203. 0x73, 0x73, 0x61, 0x67, 0x65, 0x49, 0x64, 0x2a, 0xab, 0x2c, 0x0a, 0x0b, 0x45, 0x6e, 0x75, 0x6d,
  1204. 0x4d, 0x73, 0x67, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0e, 0x0a, 0x0a, 0x55, 0x6e, 0x6b, 0x6e, 0x6f,
  1205. 0x77, 0x6e, 0x4d, 0x73, 0x67, 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0c, 0x48, 0x65, 0x61, 0x72, 0x74,
  1206. 0x42, 0x65, 0x61, 0x74, 0x52, 0x65, 0x71, 0x10, 0xe9, 0x07, 0x12, 0x13, 0x0a, 0x0e, 0x4d, 0x73,
  1207. 0x67, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x41, 0x63, 0x6b, 0x10, 0xea, 0x07, 0x12,
  1208. 0x0a, 0x0a, 0x05, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x10, 0xeb, 0x07, 0x12, 0x12, 0x0a, 0x0d, 0x44,
  1209. 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x75, 0x74, 0x68, 0x52, 0x65, 0x71, 0x10, 0xf2, 0x07, 0x12,
  1210. 0x12, 0x0a, 0x0d, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x75, 0x74, 0x68, 0x52, 0x73, 0x70,
  1211. 0x10, 0xf3, 0x07, 0x12, 0x15, 0x0a, 0x10, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x45, 0x78, 0x69,
  1212. 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xf4, 0x07, 0x12, 0x1e, 0x0a, 0x19, 0x41, 0x63,
  1213. 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e,
  1214. 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xf5, 0x07, 0x12, 0x13, 0x0a, 0x0e, 0x52, 0x65,
  1215. 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xf7, 0x07, 0x12,
  1216. 0x16, 0x0a, 0x11, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
  1217. 0x49, 0x6e, 0x66, 0x6f, 0x10, 0xf8, 0x07, 0x12, 0x1a, 0x0a, 0x15, 0x54, 0x72, 0x69, 0x67, 0x67,
  1218. 0x65, 0x72, 0x57, 0x65, 0x63, 0x68, 0x61, 0x74, 0x50, 0x75, 0x73, 0x68, 0x54, 0x61, 0x73, 0x6b,
  1219. 0x10, 0xfb, 0x07, 0x12, 0x17, 0x0a, 0x12, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x4f, 0x6e, 0x6c,
  1220. 0x69, 0x6e, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xfc, 0x07, 0x12, 0x18, 0x0a, 0x13,
  1221. 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x4e, 0x6f, 0x74,
  1222. 0x69, 0x63, 0x65, 0x10, 0xfd, 0x07, 0x12, 0x14, 0x0a, 0x0f, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64,
  1223. 0x41, 0x64, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xfe, 0x07, 0x12, 0x14, 0x0a, 0x0f,
  1224. 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x44, 0x65, 0x6c, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10,
  1225. 0xff, 0x07, 0x12, 0x15, 0x0a, 0x10, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x54, 0x61, 0x6c, 0x6b,
  1226. 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x80, 0x08, 0x12, 0x15, 0x0a, 0x10, 0x54, 0x61, 0x73,
  1227. 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x81, 0x08,
  1228. 0x12, 0x1d, 0x0a, 0x18, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x54, 0x61, 0x6c, 0x6b, 0x54, 0x6f,
  1229. 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x82, 0x08, 0x12,
  1230. 0x1b, 0x0a, 0x16, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x65,
  1231. 0x75, 0x73, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x83, 0x08, 0x12, 0x21, 0x0a, 0x1c,
  1232. 0x54, 0x61, 0x6c, 0x6b, 0x54, 0x6f, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x54, 0x61, 0x73, 0x6b,
  1233. 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x84, 0x08, 0x12,
  1234. 0x26, 0x0a, 0x21, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x61, 0x6c, 0x6b, 0x44, 0x65,
  1235. 0x74, 0x61, 0x69, 0x6c, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f,
  1236. 0x74, 0x69, 0x63, 0x65, 0x10, 0x85, 0x08, 0x12, 0x25, 0x0a, 0x20, 0x50, 0x75, 0x6c, 0x6c, 0x57,
  1237. 0x65, 0x43, 0x68, 0x61, 0x74, 0x51, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52,
  1238. 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x86, 0x08, 0x12, 0x1b,
  1239. 0x0a, 0x16, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x4e, 0x65, 0x77, 0x50, 0x75, 0x62, 0x6c, 0x69,
  1240. 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x87, 0x08, 0x12, 0x14, 0x0a, 0x0f, 0x43,
  1241. 0x69, 0x72, 0x63, 0x6c, 0x65, 0x44, 0x65, 0x6c, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x88,
  1242. 0x08, 0x12, 0x15, 0x0a, 0x10, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x4c, 0x69, 0x6b, 0x65, 0x4e,
  1243. 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x89, 0x08, 0x12, 0x18, 0x0a, 0x13, 0x43, 0x69, 0x72, 0x63,
  1244. 0x6c, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10,
  1245. 0x8a, 0x08, 0x12, 0x1a, 0x0a, 0x15, 0x50, 0x6f, 0x73, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  1246. 0x65, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x8b, 0x08, 0x12, 0x16,
  1247. 0x0a, 0x11, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x41, 0x64, 0x64, 0x4e, 0x6f, 0x74,
  1248. 0x69, 0x63, 0x65, 0x10, 0x8d, 0x08, 0x12, 0x1a, 0x0a, 0x15, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63,
  1249. 0x74, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x41, 0x64, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10,
  1250. 0x8e, 0x08, 0x12, 0x1e, 0x0a, 0x19, 0x54, 0x61, 0x6b, 0x65, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x54,
  1251. 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10,
  1252. 0x8f, 0x08, 0x12, 0x17, 0x0a, 0x12, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61,
  1253. 0x69, 0x6c, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x90, 0x08, 0x12, 0x16, 0x0a, 0x11, 0x43,
  1254. 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x44, 0x65, 0x6c, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65,
  1255. 0x10, 0x91, 0x08, 0x12, 0x1a, 0x0a, 0x15, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x43,
  1256. 0x68, 0x61, 0x6e, 0x67, 0x65, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x92, 0x08, 0x12,
  1257. 0x27, 0x0a, 0x22, 0x50, 0x75, 0x6c, 0x6c, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x51,
  1258. 0x72, 0x43, 0x6f, 0x64, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e,
  1259. 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x93, 0x08, 0x12, 0x1a, 0x0a, 0x15, 0x43, 0x6f, 0x6e, 0x74,
  1260. 0x61, 0x63, 0x74, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x44, 0x65, 0x6c, 0x4e, 0x6f, 0x74, 0x69, 0x63,
  1261. 0x65, 0x10, 0x94, 0x08, 0x12, 0x19, 0x0a, 0x14, 0x43, 0x68, 0x61, 0x74, 0x4d, 0x73, 0x67, 0x49,
  1262. 0x64, 0x73, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x9a, 0x08, 0x12,
  1263. 0x1a, 0x0a, 0x15, 0x43, 0x68, 0x61, 0x74, 0x4d, 0x73, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x50, 0x75,
  1264. 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x9b, 0x08, 0x12, 0x17, 0x0a, 0x12, 0x46,
  1265. 0x72, 0x69, 0x65, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x63,
  1266. 0x65, 0x10, 0x9c, 0x08, 0x12, 0x1c, 0x0a, 0x17, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x53, 0x74, 0x61,
  1267. 0x74, 0x65, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10,
  1268. 0x9d, 0x08, 0x12, 0x11, 0x0a, 0x0c, 0x4d, 0x73, 0x67, 0x44, 0x65, 0x6c, 0x4e, 0x6f, 0x74, 0x69,
  1269. 0x63, 0x65, 0x10, 0x9e, 0x08, 0x12, 0x12, 0x0a, 0x0d, 0x43, 0x6f, 0x6e, 0x76, 0x44, 0x65, 0x6c,
  1270. 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x9f, 0x08, 0x12, 0x15, 0x0a, 0x10, 0x54, 0x61, 0x6c,
  1271. 0x6b, 0x54, 0x6f, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xae, 0x08,
  1272. 0x12, 0x14, 0x0a, 0x0f, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x4e, 0x53, 0x4e, 0x65, 0x77, 0x73, 0x54,
  1273. 0x61, 0x73, 0x6b, 0x10, 0xaf, 0x08, 0x12, 0x13, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69,
  1274. 0x65, 0x6e, 0x64, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xb0, 0x08, 0x12, 0x20, 0x0a, 0x1b, 0x50,
  1275. 0x6f, 0x73, 0x74, 0x53, 0x4e, 0x53, 0x4e, 0x65, 0x77, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65,
  1276. 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xb1, 0x08, 0x12, 0x16, 0x0a,
  1277. 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x4e, 0x53, 0x4e, 0x65, 0x77, 0x73, 0x54, 0x61,
  1278. 0x73, 0x6b, 0x10, 0xb2, 0x08, 0x12, 0x1f, 0x0a, 0x1a, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x46,
  1279. 0x72, 0x69, 0x65, 0x6e, 0x64, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54,
  1280. 0x61, 0x73, 0x6b, 0x10, 0xb3, 0x08, 0x12, 0x18, 0x0a, 0x13, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74,
  1281. 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xb4, 0x08,
  1282. 0x12, 0x1a, 0x0a, 0x15, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x61, 0x6c, 0x6b, 0x44,
  1283. 0x65, 0x74, 0x61, 0x69, 0x6c, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xb6, 0x08, 0x12, 0x19, 0x0a, 0x14,
  1284. 0x50, 0x75, 0x6c, 0x6c, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x51, 0x72, 0x43, 0x6f, 0x64, 0x65,
  1285. 0x54, 0x61, 0x73, 0x6b, 0x10, 0xb7, 0x08, 0x12, 0x1a, 0x0a, 0x15, 0x54, 0x72, 0x69, 0x67, 0x67,
  1286. 0x65, 0x72, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x50, 0x75, 0x73, 0x68, 0x54, 0x61, 0x73, 0x6b,
  1287. 0x10, 0xb8, 0x08, 0x12, 0x1a, 0x0a, 0x15, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x43, 0x69,
  1288. 0x72, 0x63, 0x6c, 0x65, 0x50, 0x75, 0x73, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xb9, 0x08, 0x12,
  1289. 0x1c, 0x0a, 0x17, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74,
  1290. 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xba, 0x08, 0x12, 0x28, 0x0a,
  1291. 0x23, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x44, 0x65,
  1292. 0x6c, 0x65, 0x74, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f,
  1293. 0x74, 0x69, 0x63, 0x65, 0x10, 0xbb, 0x08, 0x12, 0x1b, 0x0a, 0x16, 0x43, 0x69, 0x72, 0x63, 0x6c,
  1294. 0x65, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x54, 0x61, 0x73,
  1295. 0x6b, 0x10, 0xbc, 0x08, 0x12, 0x27, 0x0a, 0x22, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x43, 0x6f,
  1296. 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65,
  1297. 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xbd, 0x08, 0x12, 0x1b, 0x0a,
  1298. 0x16, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52,
  1299. 0x65, 0x61, 0x64, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xbe, 0x08, 0x12, 0x16, 0x0a, 0x11, 0x52, 0x65,
  1300. 0x76, 0x6f, 0x6b, 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10,
  1301. 0xbf, 0x08, 0x12, 0x17, 0x0a, 0x12, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x4d, 0x65, 0x73,
  1302. 0x73, 0x61, 0x67, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc0, 0x08, 0x12, 0x1e, 0x0a, 0x19, 0x54,
  1303. 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4d, 0x73, 0x67,
  1304. 0x50, 0x75, 0x73, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc1, 0x08, 0x12, 0x1b, 0x0a, 0x16, 0x50,
  1305. 0x75, 0x6c, 0x6c, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x51, 0x72, 0x43, 0x6f, 0x64,
  1306. 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc2, 0x08, 0x12, 0x19, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x64,
  1307. 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x50, 0x69, 0x63, 0x74, 0x75, 0x72, 0x65, 0x54, 0x61, 0x73, 0x6b,
  1308. 0x10, 0xc3, 0x08, 0x12, 0x1c, 0x0a, 0x17, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x4d, 0x75,
  1309. 0x6c, 0x74, 0x69, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc4,
  1310. 0x08, 0x12, 0x15, 0x0a, 0x10, 0x55, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x41, 0x70, 0x70, 0x4e,
  1311. 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xc5, 0x08, 0x12, 0x1b, 0x0a, 0x16, 0x55, 0x70, 0x67, 0x72,
  1312. 0x61, 0x64, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x70, 0x70, 0x4e, 0x6f, 0x74, 0x69,
  1313. 0x63, 0x65, 0x10, 0xc6, 0x08, 0x12, 0x19, 0x0a, 0x14, 0x50, 0x6f, 0x73, 0x74, 0x46, 0x72, 0x69,
  1314. 0x65, 0x6e, 0x64, 0x44, 0x65, 0x74, 0x65, 0x63, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc7, 0x08,
  1315. 0x12, 0x1d, 0x0a, 0x18, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x70, 0x46, 0x72, 0x69, 0x65,
  1316. 0x6e, 0x64, 0x44, 0x65, 0x74, 0x65, 0x63, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc8, 0x08, 0x12,
  1317. 0x1b, 0x0a, 0x16, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x76,
  1318. 0x69, 0x63, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xc9, 0x08, 0x12, 0x13, 0x0a, 0x0e,
  1319. 0x4f, 0x6e, 0x65, 0x4b, 0x65, 0x79, 0x4c, 0x69, 0x6b, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xca,
  1320. 0x08, 0x12, 0x19, 0x0a, 0x14, 0x4d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x46, 0x72, 0x69, 0x65, 0x6e,
  1321. 0x64, 0x4d, 0x65, 0x6d, 0x6f, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xcd, 0x08, 0x12, 0x1b, 0x0a, 0x16,
  1322. 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x65,
  1323. 0x6e, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xce, 0x08, 0x12, 0x17, 0x0a, 0x12, 0x54, 0x61, 0x6b,
  1324. 0x65, 0x4c, 0x75, 0x63, 0x6b, 0x79, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x54, 0x61, 0x73, 0x6b, 0x10,
  1325. 0xb0, 0x09, 0x12, 0x19, 0x0a, 0x14, 0x50, 0x75, 0x6c, 0x6c, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64,
  1326. 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xb1, 0x09, 0x12, 0x19, 0x0a,
  1327. 0x14, 0x50, 0x75, 0x6c, 0x6c, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69,
  1328. 0x6c, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xb2, 0x09, 0x12, 0x13, 0x0a, 0x0e, 0x43, 0x69, 0x72, 0x63,
  1329. 0x6c, 0x65, 0x4c, 0x69, 0x6b, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xb3, 0x09, 0x12, 0x1c, 0x0a,
  1330. 0x17, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x43, 0x68, 0x61, 0x74, 0x72, 0x6f, 0x6f, 0x6d,
  1331. 0x50, 0x75, 0x73, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xba, 0x09, 0x12, 0x1c, 0x0a, 0x17, 0x52,
  1332. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e,
  1333. 0x66, 0x6f, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xbb, 0x09, 0x12, 0x1c, 0x0a, 0x17, 0x52, 0x65, 0x71,
  1334. 0x75, 0x65, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x73, 0x49, 0x6e, 0x66, 0x6f,
  1335. 0x54, 0x61, 0x73, 0x6b, 0x10, 0xbc, 0x09, 0x12, 0x17, 0x0a, 0x12, 0x43, 0x68, 0x61, 0x74, 0x52,
  1336. 0x6f, 0x6f, 0x6d, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xbd, 0x09,
  1337. 0x12, 0x1c, 0x0a, 0x17, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x43,
  1338. 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xbe, 0x09, 0x12, 0x1f,
  1339. 0x0a, 0x1a, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x46, 0x72, 0x6f, 0x6d, 0x50,
  1340. 0x68, 0x6f, 0x6e, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xbf, 0x09, 0x12,
  1341. 0x15, 0x0a, 0x10, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x54,
  1342. 0x61, 0x73, 0x6b, 0x10, 0xc0, 0x09, 0x12, 0x17, 0x0a, 0x12, 0x53, 0x65, 0x6e, 0x64, 0x4c, 0x75,
  1343. 0x63, 0x6b, 0x79, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc1, 0x09, 0x12,
  1344. 0x1b, 0x0a, 0x16, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x61, 0x6c, 0x6b, 0x43, 0x6f,
  1345. 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc2, 0x09, 0x12, 0x27, 0x0a, 0x22,
  1346. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x61, 0x6c, 0x6b, 0x43, 0x6f, 0x6e, 0x74, 0x65,
  1347. 0x6e, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69,
  1348. 0x63, 0x65, 0x10, 0xc3, 0x09, 0x12, 0x20, 0x0a, 0x1b, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64,
  1349. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x42, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74,
  1350. 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc4, 0x09, 0x12, 0x1e, 0x0a, 0x19, 0x43, 0x68, 0x61, 0x74, 0x52,
  1351. 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x65,
  1352. 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc5, 0x09, 0x12, 0x15, 0x0a, 0x10, 0x57, 0x65, 0x63, 0x68, 0x61,
  1353. 0x74, 0x4c, 0x6f, 0x67, 0x6f, 0x75, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc6, 0x09, 0x12, 0x14,
  1354. 0x0a, 0x0f, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73,
  1355. 0x6b, 0x10, 0xc7, 0x09, 0x12, 0x15, 0x0a, 0x10, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x4c,
  1356. 0x61, 0x62, 0x65, 0x6c, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc8, 0x09, 0x12, 0x1b, 0x0a, 0x16, 0x43,
  1357. 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x44, 0x65, 0x6c, 0x65, 0x74,
  1358. 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xc9, 0x09, 0x12, 0x17, 0x0a, 0x12, 0x56, 0x6f, 0x69, 0x63,
  1359. 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x54, 0x65, 0x78, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xca,
  1360. 0x09, 0x12, 0x14, 0x0a, 0x0f, 0x46, 0x69, 0x6e, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74,
  1361. 0x54, 0x61, 0x73, 0x6b, 0x10, 0xcb, 0x09, 0x12, 0x1a, 0x0a, 0x15, 0x46, 0x69, 0x6e, 0x64, 0x43,
  1362. 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74,
  1363. 0x10, 0xcc, 0x09, 0x12, 0x1a, 0x0a, 0x15, 0x41, 0x67, 0x72, 0x65, 0x65, 0x4a, 0x6f, 0x69, 0x6e,
  1364. 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xcd, 0x09, 0x12,
  1365. 0x18, 0x0a, 0x13, 0x43, 0x6c, 0x65, 0x61, 0x72, 0x41, 0x6c, 0x6c, 0x43, 0x68, 0x61, 0x74, 0x4d,
  1366. 0x73, 0x67, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xce, 0x09, 0x12, 0x19, 0x0a, 0x14, 0x53, 0x65, 0x6e,
  1367. 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x54, 0x61, 0x73,
  1368. 0x6b, 0x10, 0xcf, 0x09, 0x12, 0x20, 0x0a, 0x1b, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x43,
  1369. 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x75, 0x73, 0x68, 0x54,
  1370. 0x61, 0x73, 0x6b, 0x10, 0xd0, 0x09, 0x12, 0x16, 0x0a, 0x11, 0x57, 0x65, 0x63, 0x68, 0x61, 0x74,
  1371. 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xd1, 0x09, 0x12, 0x1d,
  1372. 0x0a, 0x18, 0x50, 0x75, 0x6c, 0x6c, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x41, 0x64, 0x64, 0x52,
  1373. 0x65, 0x71, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xd2, 0x09, 0x12, 0x1e, 0x0a,
  1374. 0x19, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x42, 0x69, 0x7a, 0x43, 0x6f, 0x6e, 0x74, 0x61,
  1375. 0x63, 0x74, 0x50, 0x75, 0x73, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xd3, 0x09, 0x12, 0x1a, 0x0a,
  1376. 0x15, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x43, 0x61,
  1377. 0x72, 0x64, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xd4, 0x09, 0x12, 0x1e, 0x0a, 0x19, 0x54, 0x72, 0x69,
  1378. 0x67, 0x67, 0x65, 0x72, 0x43, 0x68, 0x61, 0x74, 0x4d, 0x73, 0x67, 0x49, 0x64, 0x73, 0x50, 0x75,
  1379. 0x73, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xe3, 0x09, 0x12, 0x17, 0x0a, 0x12, 0x52, 0x65, 0x71,
  1380. 0x75, 0x65, 0x73, 0x74, 0x54, 0x61, 0x6c, 0x6b, 0x4d, 0x73, 0x67, 0x54, 0x61, 0x73, 0x6b, 0x10,
  1381. 0xe4, 0x09, 0x12, 0x23, 0x0a, 0x1e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x54, 0x61, 0x6c,
  1382. 0x6b, 0x4d, 0x73, 0x67, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f,
  1383. 0x74, 0x69, 0x63, 0x65, 0x10, 0xe5, 0x09, 0x12, 0x19, 0x0a, 0x14, 0x53, 0x65, 0x61, 0x72, 0x63,
  1384. 0x68, 0x42, 0x69, 0x7a, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x10,
  1385. 0xe6, 0x09, 0x12, 0x25, 0x0a, 0x20, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x42, 0x69, 0x7a, 0x43,
  1386. 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74,
  1387. 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xe7, 0x09, 0x12, 0x13, 0x0a, 0x0e, 0x50, 0x68, 0x6f,
  1388. 0x6e, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xe8, 0x09, 0x12, 0x1f,
  1389. 0x0a, 0x1a, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x54, 0x61, 0x73, 0x6b,
  1390. 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xe9, 0x09, 0x12,
  1391. 0x17, 0x0a, 0x12, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
  1392. 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xea, 0x09, 0x12, 0x23, 0x0a, 0x1e, 0x57, 0x65, 0x43, 0x68,
  1393. 0x61, 0x74, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65,
  1394. 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xeb, 0x09, 0x12, 0x13, 0x0a,
  1395. 0x0e, 0x52, 0x65, 0x6d, 0x69, 0x74, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10,
  1396. 0xec, 0x09, 0x12, 0x16, 0x0a, 0x11, 0x57, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x42, 0x61, 0x6c, 0x61,
  1397. 0x6e, 0x63, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xee, 0x09, 0x12, 0x22, 0x0a, 0x1d, 0x57, 0x61,
  1398. 0x6c, 0x6c, 0x65, 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52,
  1399. 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xef, 0x09, 0x12, 0x14,
  1400. 0x0a, 0x0f, 0x41, 0x64, 0x64, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x63,
  1401. 0x65, 0x10, 0xf0, 0x09, 0x12, 0x16, 0x0a, 0x11, 0x51, 0x75, 0x65, 0x72, 0x79, 0x48, 0x62, 0x44,
  1402. 0x65, 0x74, 0x61, 0x69, 0x6c, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xf1, 0x09, 0x12, 0x22, 0x0a, 0x1d,
  1403. 0x51, 0x75, 0x65, 0x72, 0x79, 0x48, 0x62, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x54, 0x61, 0x73,
  1404. 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xf2, 0x09,
  1405. 0x12, 0x16, 0x0a, 0x11, 0x4a, 0x6f, 0x69, 0x6e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x79, 0x51,
  1406. 0x72, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xf3, 0x09, 0x12, 0x14, 0x0a, 0x0f, 0x53, 0x65, 0x6e, 0x64,
  1407. 0x4a, 0x69, 0x65, 0x6c, 0x6f, 0x6e, 0x67, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xf4, 0x09, 0x12, 0x18,
  1408. 0x0a, 0x13, 0x43, 0x44, 0x4e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x46, 0x69, 0x6c,
  1409. 0x65, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xf5, 0x09, 0x12, 0x18, 0x0a, 0x13, 0x43, 0x6f, 0x6e, 0x74,
  1410. 0x61, 0x63, 0x74, 0x53, 0x65, 0x74, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x54, 0x61, 0x73, 0x6b, 0x10,
  1411. 0xf6, 0x09, 0x12, 0x1c, 0x0a, 0x17, 0x43, 0x44, 0x4e, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61,
  1412. 0x64, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xf7, 0x09,
  1413. 0x12, 0x16, 0x0a, 0x11, 0x50, 0x75, 0x6c, 0x6c, 0x45, 0x6d, 0x6f, 0x6a, 0x69, 0x49, 0x6e, 0x66,
  1414. 0x6f, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xf8, 0x09, 0x12, 0x22, 0x0a, 0x1d, 0x50, 0x75, 0x6c, 0x6c,
  1415. 0x45, 0x6d, 0x6f, 0x6a, 0x69, 0x49, 0x6e, 0x66, 0x6f, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73,
  1416. 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xf9, 0x09, 0x12, 0x1d, 0x0a, 0x18,
  1417. 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x4d, 0x73, 0x67,
  1418. 0x50, 0x75, 0x73, 0x68, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xfa, 0x09, 0x12, 0x16, 0x0a, 0x11, 0x43,
  1419. 0x69, 0x72, 0x63, 0x6c, 0x65, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x61, 0x64, 0x54, 0x61, 0x73, 0x6b,
  1420. 0x10, 0xfb, 0x09, 0x12, 0x17, 0x0a, 0x12, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x4d, 0x73, 0x67,
  1421. 0x43, 0x6c, 0x65, 0x61, 0x72, 0x54, 0x61, 0x73, 0x6b, 0x10, 0xfc, 0x09, 0x12, 0x17, 0x0a, 0x12,
  1422. 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x54, 0x61,
  1423. 0x73, 0x6b, 0x10, 0xfd, 0x09, 0x12, 0x16, 0x0a, 0x11, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74,
  1424. 0x49, 0x6e, 0x66, 0x6f, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xfe, 0x09, 0x12, 0x1a, 0x0a,
  1425. 0x15, 0x47, 0x65, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x44, 0x65, 0x74, 0x65, 0x63, 0x74,
  1426. 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x10, 0xff, 0x09, 0x12, 0x1d, 0x0a, 0x18, 0x46, 0x72, 0x69,
  1427. 0x65, 0x6e, 0x64, 0x44, 0x65, 0x74, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e,
  1428. 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x80, 0x0a, 0x12, 0x16, 0x0a, 0x11, 0x54, 0x72, 0x69, 0x67,
  1429. 0x67, 0x65, 0x72, 0x55, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x54, 0x61, 0x73, 0x6b, 0x10, 0x81, 0x0a,
  1430. 0x12, 0x13, 0x0a, 0x0e, 0x53, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x53, 0x68, 0x6f, 0x74, 0x54, 0x61,
  1431. 0x73, 0x6b, 0x10, 0x82, 0x0a, 0x12, 0x1f, 0x0a, 0x1a, 0x53, 0x63, 0x72, 0x65, 0x65, 0x6e, 0x53,
  1432. 0x68, 0x6f, 0x74, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74,
  1433. 0x69, 0x63, 0x65, 0x10, 0x83, 0x0a, 0x12, 0x11, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x41, 0x38, 0x4b,
  1434. 0x65, 0x79, 0x54, 0x61, 0x73, 0x6b, 0x10, 0x84, 0x0a, 0x12, 0x16, 0x0a, 0x11, 0x54, 0x72, 0x69,
  1435. 0x67, 0x67, 0x65, 0x72, 0x51, 0x77, 0x55, 0x73, 0x65, 0x72, 0x50, 0x75, 0x73, 0x68, 0x10, 0x85,
  1436. 0x0a, 0x12, 0x15, 0x0a, 0x10, 0x51, 0x77, 0x55, 0x73, 0x65, 0x72, 0x50, 0x55, 0x73, 0x68, 0x4e,
  1437. 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x86, 0x0a, 0x12, 0x16, 0x0a, 0x11, 0x51, 0x75, 0x65, 0x72,
  1438. 0x79, 0x48, 0x62, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x10, 0x87, 0x0a,
  1439. 0x12, 0x22, 0x0a, 0x1d, 0x51, 0x75, 0x65, 0x72, 0x79, 0x48, 0x62, 0x53, 0x74, 0x61, 0x74, 0x75,
  1440. 0x73, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63,
  1441. 0x65, 0x10, 0x88, 0x0a, 0x12, 0x10, 0x0a, 0x0b, 0x53, 0x65, 0x6e, 0x64, 0x53, 0x6d, 0x73, 0x54,
  1442. 0x61, 0x73, 0x6b, 0x10, 0x89, 0x0a, 0x12, 0x16, 0x0a, 0x11, 0x43, 0x61, 0x6c, 0x6c, 0x4c, 0x6f,
  1443. 0x67, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x94, 0x0a, 0x12, 0x12,
  1444. 0x0a, 0x0d, 0x53, 0x6d, 0x73, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10,
  1445. 0x95, 0x0a, 0x12, 0x12, 0x0a, 0x0d, 0x53, 0x6d, 0x73, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x74,
  1446. 0x69, 0x63, 0x65, 0x10, 0x96, 0x0a, 0x12, 0x12, 0x0a, 0x0d, 0x53, 0x6d, 0x73, 0x53, 0x65, 0x6e,
  1447. 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x97, 0x0a, 0x12, 0x10, 0x0a, 0x0b, 0x50, 0x75,
  1448. 0x6c, 0x6c, 0x53, 0x6d, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x10, 0x98, 0x0a, 0x12, 0x1c, 0x0a, 0x17,
  1449. 0x50, 0x75, 0x6c, 0x6c, 0x53, 0x6d, 0x73, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c,
  1450. 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x99, 0x0a, 0x12, 0x14, 0x0a, 0x0f, 0x50, 0x75,
  1451. 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x4c, 0x6f, 0x67, 0x54, 0x61, 0x73, 0x6b, 0x10, 0x9a, 0x0a,
  1452. 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x75, 0x6c, 0x6c, 0x43, 0x61, 0x6c, 0x6c, 0x4c, 0x6f, 0x67, 0x54,
  1453. 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10,
  1454. 0x9b, 0x0a, 0x12, 0x16, 0x0a, 0x11, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x43, 0x6f, 0x6e,
  1455. 0x66, 0x69, 0x67, 0x50, 0x75, 0x73, 0x68, 0x10, 0xe4, 0x0a, 0x12, 0x15, 0x0a, 0x10, 0x43, 0x6f,
  1456. 0x6e, 0x66, 0x69, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xe5,
  1457. 0x0a, 0x12, 0x12, 0x0a, 0x0d, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x54, 0x61,
  1458. 0x73, 0x6b, 0x10, 0xe6, 0x0a, 0x12, 0x15, 0x0a, 0x10, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x50,
  1459. 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xea, 0x0f, 0x12, 0x19, 0x0a, 0x14,
  1460. 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x4e, 0x6f,
  1461. 0x74, 0x69, 0x63, 0x65, 0x10, 0xeb, 0x0f, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x6f, 0x73, 0x74, 0x46,
  1462. 0x72, 0x69, 0x65, 0x6e, 0x64, 0x44, 0x65, 0x74, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74,
  1463. 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xec, 0x0f, 0x12, 0x15, 0x0a, 0x10, 0x43, 0x69, 0x72,
  1464. 0x63, 0x6c, 0x65, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xed, 0x0f,
  1465. 0x12, 0x1f, 0x0a, 0x1a, 0x4f, 0x6e, 0x65, 0x4b, 0x65, 0x79, 0x4c, 0x69, 0x6b, 0x65, 0x54, 0x61,
  1466. 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xee,
  1467. 0x0f, 0x12, 0x17, 0x0a, 0x12, 0x43, 0x68, 0x61, 0x74, 0x72, 0x6f, 0x6f, 0x6d, 0x50, 0x75, 0x73,
  1468. 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xef, 0x0f, 0x12, 0x1b, 0x0a, 0x16, 0x43, 0x6f,
  1469. 0x6e, 0x74, 0x61, 0x63, 0x74, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x4e, 0x6f,
  1470. 0x74, 0x69, 0x63, 0x65, 0x10, 0xf0, 0x0f, 0x12, 0x19, 0x0a, 0x14, 0x48, 0x69, 0x73, 0x74, 0x6f,
  1471. 0x72, 0x79, 0x4d, 0x73, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10,
  1472. 0xf1, 0x0f, 0x12, 0x1a, 0x0a, 0x15, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x4d, 0x65,
  1473. 0x6d, 0x62, 0x65, 0x72, 0x73, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xf2, 0x0f, 0x12, 0x1b,
  1474. 0x0a, 0x16, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x75,
  1475. 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xf3, 0x0f, 0x12, 0x1b, 0x0a, 0x16, 0x46,
  1476. 0x72, 0x69, 0x65, 0x6e, 0x64, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x4c, 0x69, 0x73, 0x74, 0x4e,
  1477. 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xf4, 0x0f, 0x12, 0x19, 0x0a, 0x14, 0x42, 0x69, 0x7a, 0x43,
  1478. 0x6f, 0x6e, 0x74, 0x61, 0x63, 0x74, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65,
  1479. 0x10, 0xf5, 0x0f, 0x12, 0x18, 0x0a, 0x13, 0x42, 0x69, 0x7a, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x63,
  1480. 0x74, 0x41, 0x64, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xf6, 0x0f, 0x12, 0x18, 0x0a,
  1481. 0x13, 0x43, 0x69, 0x72, 0x63, 0x6c, 0x65, 0x4d, 0x73, 0x67, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f,
  1482. 0x74, 0x69, 0x63, 0x65, 0x10, 0xf7, 0x0f, 0x12, 0x18, 0x0a, 0x13, 0x51, 0x77, 0x43, 0x6f, 0x6e,
  1483. 0x76, 0x65, 0x72, 0x73, 0x50, 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xf8,
  1484. 0x0f, 0x12, 0x19, 0x0a, 0x14, 0x42, 0x69, 0x7a, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x50,
  1485. 0x75, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xf9, 0x0f, 0x12, 0x12, 0x0a, 0x0d,
  1486. 0x47, 0x65, 0x74, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x73, 0x52, 0x65, 0x71, 0x10, 0xea, 0x17,
  1487. 0x12, 0x12, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x73, 0x52, 0x73,
  1488. 0x70, 0x10, 0xeb, 0x17, 0x12, 0x1d, 0x0a, 0x18, 0x52, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x46, 0x72,
  1489. 0x69, 0x65, 0x6e, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65,
  1490. 0x10, 0xec, 0x17, 0x12, 0x1c, 0x0a, 0x17, 0x54, 0x6f, 0x64, 0x61, 0x79, 0x46, 0x72, 0x69, 0x65,
  1491. 0x6e, 0x64, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xed,
  1492. 0x17, 0x12, 0x18, 0x0a, 0x13, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x6f, 0x67, 0x6f,
  1493. 0x75, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xee, 0x17, 0x12, 0x16, 0x0a, 0x11, 0x57,
  1494. 0x65, 0x43, 0x68, 0x61, 0x74, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65,
  1495. 0x10, 0xef, 0x17, 0x12, 0x1b, 0x0a, 0x16, 0x53, 0x79, 0x6e, 0x63, 0x46, 0x72, 0x69, 0x65, 0x6e,
  1496. 0x64, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x52, 0x65, 0x71, 0x10, 0xf0, 0x17,
  1497. 0x12, 0x1b, 0x0a, 0x16, 0x53, 0x79, 0x6e, 0x63, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4c, 0x69,
  1498. 0x73, 0x74, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x52, 0x73, 0x70, 0x10, 0xf1, 0x17, 0x12, 0x21, 0x0a,
  1499. 0x1c, 0x53, 0x79, 0x6e, 0x63, 0x52, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e,
  1500. 0x64, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x52, 0x65, 0x71, 0x10, 0xf2, 0x17,
  1501. 0x12, 0x21, 0x0a, 0x1c, 0x53, 0x79, 0x6e, 0x63, 0x52, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x46, 0x72,
  1502. 0x69, 0x65, 0x6e, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x52, 0x73, 0x70,
  1503. 0x10, 0xf3, 0x17, 0x12, 0x20, 0x0a, 0x1b, 0x53, 0x79, 0x6e, 0x63, 0x54, 0x6f, 0x64, 0x61, 0x79,
  1504. 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x52,
  1505. 0x65, 0x71, 0x10, 0xf4, 0x17, 0x12, 0x20, 0x0a, 0x1b, 0x53, 0x79, 0x6e, 0x63, 0x54, 0x6f, 0x64,
  1506. 0x61, 0x79, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x73, 0x79, 0x6e,
  1507. 0x63, 0x52, 0x73, 0x70, 0x10, 0xf5, 0x17, 0x12, 0x1e, 0x0a, 0x19, 0x53, 0x79, 0x6e, 0x63, 0x46,
  1508. 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x41, 0x73, 0x79, 0x6e,
  1509. 0x63, 0x52, 0x65, 0x71, 0x10, 0xf6, 0x17, 0x12, 0x1e, 0x0a, 0x19, 0x53, 0x79, 0x6e, 0x63, 0x46,
  1510. 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x41, 0x73, 0x79, 0x6e,
  1511. 0x63, 0x52, 0x73, 0x70, 0x10, 0xf7, 0x17, 0x12, 0x1d, 0x0a, 0x18, 0x54, 0x61, 0x6c, 0x6b, 0x54,
  1512. 0x6f, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x63, 0x65, 0x69,
  1513. 0x76, 0x65, 0x64, 0x10, 0xf8, 0x17, 0x12, 0x1a, 0x0a, 0x15, 0x52, 0x65, 0x61, 0x64, 0x43, 0x68,
  1514. 0x61, 0x74, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10,
  1515. 0xf9, 0x17, 0x12, 0x21, 0x0a, 0x1c, 0x53, 0x79, 0x6e, 0x63, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64,
  1516. 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x65, 0x75, 0x73, 0x74, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x52,
  1517. 0x65, 0x71, 0x10, 0xfa, 0x17, 0x12, 0x21, 0x0a, 0x1c, 0x53, 0x79, 0x6e, 0x63, 0x46, 0x72, 0x69,
  1518. 0x65, 0x6e, 0x64, 0x41, 0x64, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x73, 0x79,
  1519. 0x6e, 0x63, 0x52, 0x73, 0x70, 0x10, 0xfb, 0x17, 0x12, 0x1d, 0x0a, 0x18, 0x57, 0x65, 0x43, 0x68,
  1520. 0x61, 0x74, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x4e, 0x6f,
  1521. 0x74, 0x69, 0x63, 0x65, 0x10, 0xfc, 0x17, 0x12, 0x1b, 0x0a, 0x16, 0x53, 0x79, 0x6e, 0x63, 0x51,
  1522. 0x75, 0x69, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x52, 0x65,
  1523. 0x71, 0x10, 0xfd, 0x17, 0x12, 0x1b, 0x0a, 0x16, 0x53, 0x79, 0x6e, 0x63, 0x51, 0x75, 0x69, 0x63,
  1524. 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x41, 0x73, 0x79, 0x6e, 0x63, 0x52, 0x73, 0x70, 0x10, 0xfe,
  1525. 0x17, 0x12, 0x18, 0x0a, 0x13, 0x51, 0x75, 0x69, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x41,
  1526. 0x64, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0xff, 0x17, 0x12, 0x1a, 0x0a, 0x15, 0x51,
  1527. 0x75, 0x69, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x41, 0x64, 0x64, 0x52, 0x65, 0x63, 0x65,
  1528. 0x69, 0x76, 0x65, 0x64, 0x10, 0x80, 0x18, 0x12, 0x18, 0x0a, 0x13, 0x51, 0x75, 0x69, 0x63, 0x6b,
  1529. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x44, 0x65, 0x6c, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x81,
  1530. 0x18, 0x12, 0x13, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67, 0x47, 0x72, 0x6f, 0x75, 0x70,
  1531. 0x52, 0x65, 0x71, 0x10, 0x82, 0x18, 0x12, 0x13, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67,
  1532. 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x73, 0x70, 0x10, 0x83, 0x18, 0x12, 0x15, 0x0a, 0x10, 0x47,
  1533. 0x65, 0x74, 0x54, 0x61, 0x67, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x73, 0x52, 0x65, 0x71, 0x10,
  1534. 0x84, 0x18, 0x12, 0x15, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67, 0x46, 0x72, 0x69, 0x65,
  1535. 0x6e, 0x64, 0x73, 0x52, 0x73, 0x70, 0x10, 0x85, 0x18, 0x12, 0x1c, 0x0a, 0x17, 0x57, 0x65, 0x43,
  1536. 0x68, 0x61, 0x74, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x4e, 0x6f,
  1537. 0x74, 0x69, 0x63, 0x65, 0x10, 0x86, 0x18, 0x12, 0x1d, 0x0a, 0x18, 0x44, 0x65, 0x6c, 0x65, 0x74,
  1538. 0x65, 0x52, 0x65, 0x63, 0x65, 0x6e, 0x74, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4e, 0x6f, 0x74,
  1539. 0x69, 0x63, 0x65, 0x10, 0x87, 0x18, 0x12, 0x1c, 0x0a, 0x17, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
  1540. 0x54, 0x6f, 0x64, 0x61, 0x79, 0x46, 0x72, 0x69, 0x65, 0x6e, 0x64, 0x4e, 0x6f, 0x74, 0x69, 0x63,
  1541. 0x65, 0x10, 0x88, 0x18, 0x12, 0x1b, 0x0a, 0x16, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x49, 0x6e,
  1542. 0x66, 0x6f, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x10, 0x89,
  1543. 0x18, 0x12, 0x19, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x4c, 0x61, 0x73, 0x74, 0x65, 0x73, 0x74, 0x56,
  1544. 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x10, 0x8a, 0x18, 0x12, 0x19, 0x0a, 0x14,
  1545. 0x47, 0x65, 0x74, 0x4c, 0x61, 0x73, 0x74, 0x65, 0x73, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f,
  1546. 0x6e, 0x52, 0x73, 0x70, 0x10, 0x8b, 0x18, 0x12, 0x1d, 0x0a, 0x18, 0x43, 0x68, 0x65, 0x63, 0x6b,
  1547. 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x70, 0x70, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e,
  1548. 0x52, 0x65, 0x71, 0x10, 0x8c, 0x18, 0x12, 0x1d, 0x0a, 0x18, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x44,
  1549. 0x65, 0x76, 0x69, 0x63, 0x65, 0x41, 0x70, 0x70, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52,
  1550. 0x73, 0x70, 0x10, 0x8d, 0x18, 0x12, 0x1f, 0x0a, 0x1a, 0x4e, 0x65, 0x77, 0x41, 0x70, 0x70, 0x56,
  1551. 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x4e, 0x6f, 0x74,
  1552. 0x69, 0x63, 0x65, 0x10, 0x8e, 0x18, 0x12, 0x1a, 0x0a, 0x15, 0x57, 0x65, 0x43, 0x68, 0x61, 0x74,
  1553. 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x10,
  1554. 0x8f, 0x18, 0x12, 0x1b, 0x0a, 0x16, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65,
  1555. 0x72, 0x41, 0x64, 0x64, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x65, 0x73, 0x73, 0x10, 0x91, 0x18, 0x12,
  1556. 0x13, 0x0a, 0x0e, 0x50, 0x6f, 0x73, 0x74, 0x41, 0x70, 0x70, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65,
  1557. 0x71, 0x10, 0x81, 0x19, 0x12, 0x0f, 0x0a, 0x0a, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x6f, 0x67, 0x52,
  1558. 0x65, 0x71, 0x10, 0x82, 0x19, 0x2a, 0x67, 0x0a, 0x0d, 0x45, 0x6e, 0x75, 0x6d, 0x45, 0x72, 0x72,
  1559. 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73,
  1560. 0x73, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x07, 0x4e, 0x6f, 0x52, 0x69, 0x67, 0x68, 0x74, 0x10, 0xe9,
  1561. 0x07, 0x12, 0x11, 0x0a, 0x0c, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x50, 0x61, 0x72, 0x61,
  1562. 0x6d, 0x10, 0xea, 0x07, 0x12, 0x12, 0x0a, 0x0d, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c,
  1563. 0x45, 0x72, 0x72, 0x6f, 0x72, 0x10, 0xeb, 0x07, 0x12, 0x14, 0x0a, 0x0f, 0x54, 0x61, 0x72, 0x67,
  1564. 0x65, 0x74, 0x4e, 0x6f, 0x74, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x10, 0xec, 0x07, 0x2a, 0x35,
  1565. 0x0a, 0x0a, 0x45, 0x6e, 0x75, 0x6d, 0x47, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x11, 0x0a, 0x0d,
  1566. 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x47, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x10, 0x00, 0x12,
  1567. 0x08, 0x0a, 0x04, 0x4d, 0x61, 0x6c, 0x65, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x46, 0x65, 0x6d,
  1568. 0x61, 0x6c, 0x65, 0x10, 0x02, 0x2a, 0xcd, 0x03, 0x0a, 0x0f, 0x45, 0x6e, 0x75, 0x6d, 0x43, 0x6f,
  1569. 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x0e, 0x55, 0x6e, 0x6b,
  1570. 0x6e, 0x6f, 0x77, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x10, 0x00, 0x12, 0x08, 0x0a,
  1571. 0x04, 0x54, 0x65, 0x78, 0x74, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x50, 0x69, 0x63, 0x74, 0x75,
  1572. 0x72, 0x65, 0x10, 0x02, 0x12, 0x09, 0x0a, 0x05, 0x56, 0x6f, 0x69, 0x63, 0x65, 0x10, 0x03, 0x12,
  1573. 0x09, 0x0a, 0x05, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x10, 0x04, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x79,
  1574. 0x73, 0x74, 0x65, 0x6d, 0x10, 0x05, 0x12, 0x08, 0x0a, 0x04, 0x4c, 0x69, 0x6e, 0x6b, 0x10, 0x06,
  1575. 0x12, 0x0b, 0x0a, 0x07, 0x4c, 0x69, 0x6e, 0x6b, 0x45, 0x78, 0x74, 0x10, 0x07, 0x12, 0x08, 0x0a,
  1576. 0x04, 0x46, 0x69, 0x6c, 0x65, 0x10, 0x08, 0x12, 0x0c, 0x0a, 0x08, 0x4e, 0x61, 0x6d, 0x65, 0x43,
  1577. 0x61, 0x72, 0x64, 0x10, 0x09, 0x12, 0x0c, 0x0a, 0x08, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f,
  1578. 0x6e, 0x10, 0x0a, 0x12, 0x0e, 0x0a, 0x0a, 0x4c, 0x75, 0x63, 0x6b, 0x79, 0x4d, 0x6f, 0x6e, 0x65,
  1579. 0x79, 0x10, 0x0b, 0x12, 0x0e, 0x0a, 0x0a, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x54, 0x72, 0x61, 0x6e,
  1580. 0x73, 0x10, 0x0c, 0x12, 0x09, 0x0a, 0x05, 0x57, 0x65, 0x41, 0x70, 0x70, 0x10, 0x0d, 0x12, 0x09,
  1581. 0x0a, 0x05, 0x45, 0x6d, 0x6f, 0x6a, 0x69, 0x10, 0x0e, 0x12, 0x0e, 0x0a, 0x0a, 0x52, 0x6f, 0x6f,
  1582. 0x6d, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x10, 0x0f, 0x12, 0x12, 0x0a, 0x0e, 0x53, 0x79, 0x73,
  1583. 0x5f, 0x4c, 0x75, 0x63, 0x6b, 0x79, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x10, 0x10, 0x12, 0x0e, 0x0a,
  1584. 0x0a, 0x52, 0x6f, 0x6f, 0x6d, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x10, 0x11, 0x12, 0x0b, 0x0a,
  1585. 0x07, 0x42, 0x69, 0x7a, 0x4c, 0x69, 0x6e, 0x6b, 0x10, 0x12, 0x12, 0x0d, 0x0a, 0x09, 0x41, 0x75,
  1586. 0x64, 0x69, 0x6f, 0x43, 0x61, 0x6c, 0x6c, 0x10, 0x13, 0x12, 0x0d, 0x0a, 0x09, 0x56, 0x69, 0x64,
  1587. 0x65, 0x6f, 0x43, 0x61, 0x6c, 0x6c, 0x10, 0x14, 0x12, 0x0d, 0x0a, 0x09, 0x4e, 0x6f, 0x74, 0x69,
  1588. 0x66, 0x79, 0x4d, 0x73, 0x67, 0x10, 0x15, 0x12, 0x0c, 0x0a, 0x08, 0x51, 0x75, 0x6f, 0x74, 0x65,
  1589. 0x4d, 0x73, 0x67, 0x10, 0x16, 0x12, 0x0e, 0x0a, 0x0a, 0x4a, 0x69, 0x65, 0x4c, 0x6f, 0x6e, 0x67,
  1590. 0x4d, 0x73, 0x67, 0x10, 0x17, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x68, 0x69, 0x50, 0x69, 0x6e, 0x48,
  1591. 0x61, 0x6f, 0x10, 0x18, 0x12, 0x0e, 0x0a, 0x0a, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x76, 0x69,
  1592. 0x6e, 0x67, 0x10, 0x19, 0x12, 0x0c, 0x0a, 0x08, 0x50, 0x61, 0x69, 0x59, 0x69, 0x50, 0x61, 0x69,
  1593. 0x10, 0x1a, 0x12, 0x0e, 0x0a, 0x0a, 0x46, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x4c, 0x69, 0x76, 0x65,
  1594. 0x10, 0x1c, 0x12, 0x10, 0x0a, 0x0c, 0x4b, 0x65, 0x66, 0x75, 0x4e, 0x61, 0x6d, 0x65, 0x43, 0x61,
  1595. 0x72, 0x64, 0x10, 0x1d, 0x12, 0x10, 0x0a, 0x0c, 0x51, 0x69, 0x79, 0x65, 0x4e, 0x61, 0x6d, 0x65,
  1596. 0x43, 0x61, 0x72, 0x64, 0x10, 0x1e, 0x12, 0x0d, 0x0a, 0x09, 0x55, 0x6e, 0x53, 0x75, 0x70, 0x70,
  1597. 0x6f, 0x72, 0x74, 0x10, 0x63, 0x2a, 0x3c, 0x0a, 0x0f, 0x45, 0x6e, 0x75, 0x6d, 0x4f, 0x6e, 0x6c,
  1598. 0x69, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x10, 0x0a, 0x0c, 0x55, 0x6e, 0x6b, 0x6e,
  1599. 0x6f, 0x77, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x4f, 0x6e,
  1600. 0x6c, 0x69, 0x6e, 0x65, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e,
  1601. 0x65, 0x10, 0x02, 0x2a, 0x5d, 0x0a, 0x0c, 0x45, 0x6e, 0x75, 0x6d, 0x54, 0x61, 0x73, 0x6b, 0x54,
  1602. 0x79, 0x70, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x54, 0x61,
  1603. 0x73, 0x6b, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x52, 0x65, 0x61, 0x64, 0x54, 0x65, 0x6e, 0x63,
  1604. 0x65, 0x6e, 0x74, 0x4e, 0x65, 0x77, 0x73, 0x10, 0x01, 0x12, 0x12, 0x0a, 0x0e, 0x52, 0x65, 0x61,
  1605. 0x64, 0x4d, 0x50, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x73, 0x10, 0x02, 0x12, 0x13, 0x0a,
  1606. 0x0f, 0x52, 0x65, 0x61, 0x64, 0x4b, 0x59, 0x4b, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x73,
  1607. 0x10, 0x03, 0x2a, 0x40, 0x0a, 0x0f, 0x45, 0x6e, 0x75, 0x6d, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e,
  1608. 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x16, 0x0a, 0x12, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e,
  1609. 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x10, 0x00, 0x12, 0x08, 0x0a,
  1610. 0x04, 0x4d, 0x61, 0x69, 0x6e, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x75, 0x62, 0x55, 0x73,
  1611. 0x65, 0x72, 0x10, 0x02, 0x2a, 0x4b, 0x0a, 0x0e, 0x45, 0x6e, 0x75, 0x6d, 0x53, 0x65, 0x6e, 0x64,
  1612. 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x0c, 0x0a, 0x08, 0x4e, 0x6f, 0x41, 0x63, 0x74, 0x69,
  1613. 0x6f, 0x6e, 0x10, 0x00, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x10,
  1614. 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x65, 0x6e, 0x64, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73,
  1615. 0x10, 0x11, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x65, 0x6e, 0x64, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x10,
  1616. 0x10, 0x2a, 0x7c, 0x0a, 0x16, 0x45, 0x6e, 0x75, 0x6d, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x4f, 0x66,
  1617. 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x0c, 0x0a, 0x08, 0x4e,
  1618. 0x6f, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x10, 0x00, 0x12, 0x1b, 0x0a, 0x17, 0x46, 0x75, 0x63,
  1619. 0x6b, 0x65, 0x64, 0x42, 0x79, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72,
  1620. 0x69, 0x7a, 0x65, 0x72, 0x10, 0x01, 0x12, 0x0d, 0x0a, 0x09, 0x42, 0x79, 0x52, 0x65, 0x41, 0x6c,
  1621. 0x6c, 0x6f, 0x63, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x42, 0x79, 0x44, 0x65, 0x76, 0x69, 0x63,
  1622. 0x65, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x10, 0x03, 0x12, 0x13, 0x0a, 0x0f, 0x42, 0x79,
  1623. 0x57, 0x65, 0x43, 0x68, 0x61, 0x74, 0x4f, 0x66, 0x66, 0x6c, 0x69, 0x6e, 0x65, 0x10, 0x04, 0x42,
  1624. 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x62, 0x06,
  1625. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  1626. }
  1627. var (
  1628. file_TransportMessage_proto_rawDescOnce sync.Once
  1629. file_TransportMessage_proto_rawDescData = file_TransportMessage_proto_rawDesc
  1630. )
  1631. func file_TransportMessage_proto_rawDescGZIP() []byte {
  1632. file_TransportMessage_proto_rawDescOnce.Do(func() {
  1633. file_TransportMessage_proto_rawDescData = protoimpl.X.CompressGZIP(file_TransportMessage_proto_rawDescData)
  1634. })
  1635. return file_TransportMessage_proto_rawDescData
  1636. }
  1637. var file_TransportMessage_proto_enumTypes = make([]protoimpl.EnumInfo, 9)
  1638. var file_TransportMessage_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  1639. var file_TransportMessage_proto_goTypes = []any{
  1640. (EnumMsgType)(0), // 0: Jubo.JuLiao.IM.Wx.Proto.EnumMsgType
  1641. (EnumErrorCode)(0), // 1: Jubo.JuLiao.IM.Wx.Proto.EnumErrorCode
  1642. (EnumGender)(0), // 2: Jubo.JuLiao.IM.Wx.Proto.EnumGender
  1643. (EnumContentType)(0), // 3: Jubo.JuLiao.IM.Wx.Proto.EnumContentType
  1644. (EnumOnlineState)(0), // 4: Jubo.JuLiao.IM.Wx.Proto.EnumOnlineState
  1645. (EnumTaskType)(0), // 5: Jubo.JuLiao.IM.Wx.Proto.EnumTaskType
  1646. (EnumAccountType)(0), // 6: Jubo.JuLiao.IM.Wx.Proto.EnumAccountType
  1647. (EnumSendStatus)(0), // 7: Jubo.JuLiao.IM.Wx.Proto.EnumSendStatus
  1648. (EnumForceOfflineReason)(0), // 8: Jubo.JuLiao.IM.Wx.Proto.EnumForceOfflineReason
  1649. (*TransportMessage)(nil), // 9: Jubo.JuLiao.IM.Wx.Proto.TransportMessage
  1650. (*anypb.Any)(nil), // 10: google.protobuf.Any
  1651. }
  1652. var file_TransportMessage_proto_depIdxs = []int32{
  1653. 0, // 0: Jubo.JuLiao.IM.Wx.Proto.TransportMessage.MsgType:type_name -> Jubo.JuLiao.IM.Wx.Proto.EnumMsgType
  1654. 10, // 1: Jubo.JuLiao.IM.Wx.Proto.TransportMessage.Content:type_name -> google.protobuf.Any
  1655. 2, // [2:2] is the sub-list for method output_type
  1656. 2, // [2:2] is the sub-list for method input_type
  1657. 2, // [2:2] is the sub-list for extension type_name
  1658. 2, // [2:2] is the sub-list for extension extendee
  1659. 0, // [0:2] is the sub-list for field type_name
  1660. }
  1661. func init() { file_TransportMessage_proto_init() }
  1662. func file_TransportMessage_proto_init() {
  1663. if File_TransportMessage_proto != nil {
  1664. return
  1665. }
  1666. type x struct{}
  1667. out := protoimpl.TypeBuilder{
  1668. File: protoimpl.DescBuilder{
  1669. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1670. RawDescriptor: file_TransportMessage_proto_rawDesc,
  1671. NumEnums: 9,
  1672. NumMessages: 1,
  1673. NumExtensions: 0,
  1674. NumServices: 0,
  1675. },
  1676. GoTypes: file_TransportMessage_proto_goTypes,
  1677. DependencyIndexes: file_TransportMessage_proto_depIdxs,
  1678. EnumInfos: file_TransportMessage_proto_enumTypes,
  1679. MessageInfos: file_TransportMessage_proto_msgTypes,
  1680. }.Build()
  1681. File_TransportMessage_proto = out.File
  1682. file_TransportMessage_proto_rawDesc = nil
  1683. file_TransportMessage_proto_goTypes = nil
  1684. file_TransportMessage_proto_depIdxs = nil
  1685. }