Hibok
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

621 строка
21 KiB

  1. ///
  2. // Generated code. Do not modify.
  3. // source: chat.proto
  4. //
  5. // @dart = 2.3
  6. // ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type
  7. const ChatChannelType$json = const {
  8. '1': 'ChatChannelType',
  9. '2': const [
  10. const {'1': 'Session', '2': 0},
  11. const {'1': 'Group', '2': 1},
  12. const {'1': 'CSD', '2': 2},
  13. ],
  14. };
  15. const ChatType$json = const {
  16. '1': 'ChatType',
  17. '2': const [
  18. const {'1': 'TextChatType', '2': 0},
  19. const {'1': 'ImageChatType', '2': 1},
  20. const {'1': 'ShortVoiceChatType', '2': 2},
  21. const {'1': 'ShortVideoChatType', '2': 3},
  22. const {'1': 'RealtimeCallVoiceType', '2': 4},
  23. const {'1': 'RealtimeCallVideoType', '2': 5},
  24. const {'1': 'RedWalletChatType', '2': 6},
  25. const {'1': 'PlaceChatType', '2': 7},
  26. const {'1': 'EmoticonType', '2': 8},
  27. const {'1': 'GroupChatNoticeType', '2': 9},
  28. const {'1': 'GiftChatType', '2': 10},
  29. const {'1': 'FileChatType', '2': 11},
  30. ],
  31. };
  32. const RedWalletState$json = const {
  33. '1': 'RedWalletState',
  34. '2': const [
  35. const {'1': 'Uncollected', '2': 0},
  36. const {'1': 'Received', '2': 1},
  37. const {'1': 'Expire', '2': 2},
  38. ],
  39. };
  40. const TranslateState$json = const {
  41. '1': 'TranslateState',
  42. '2': const [
  43. const {'1': 'NoPerson', '2': 0},
  44. const {'1': 'SameLan', '2': 1},
  45. const {'1': 'Unopen', '2': 2},
  46. const {'1': 'Opend', '2': 3},
  47. ],
  48. };
  49. const ChatNiceoType$json = const {
  50. '1': 'ChatNiceoType',
  51. '2': const [
  52. const {'1': 'GroupAddMember', '2': 1},
  53. const {'1': 'GroupRemoveMember', '2': 2},
  54. ],
  55. };
  56. const GroupMemberIdentity$json = const {
  57. '1': 'GroupMemberIdentity',
  58. '2': const [
  59. const {'1': 'identityNormal', '2': 0},
  60. const {'1': 'identityManager', '2': 1},
  61. const {'1': 'identityMaster', '2': 2},
  62. ],
  63. };
  64. const GroupChangeType$json = const {
  65. '1': 'GroupChangeType',
  66. '2': const [
  67. const {'1': 'AddMember', '2': 1},
  68. const {'1': 'RemoveMember', '2': 2},
  69. const {'1': 'MasterTrans', '2': 3},
  70. const {'1': 'GroupNoticeChange', '2': 4},
  71. const {'1': 'GroupNameChange', '2': 5},
  72. const {'1': 'GroupMemberAliasChange', '2': 6},
  73. const {'1': 'GroupIsOpenMemberCheckChange', '2': 7},
  74. const {'1': 'GroupMemberCheckNotice', '2': 8},
  75. const {'1': 'QRCodeAddMemberNotice', '2': 9},
  76. const {'1': 'GroupMemberCheckAddMemberNotice', '2': 10},
  77. const {'1': 'GroupMemberLeave', '2': 11},
  78. ],
  79. };
  80. const RedWallet$json = const {
  81. '1': 'RedWallet',
  82. '2': const [
  83. const {'1': 'OrderId', '3': 1, '4': 1, '5': 9, '10': 'OrderId'},
  84. const {'1': 'SuId', '3': 2, '4': 1, '5': 13, '10': 'SuId'},
  85. const {'1': 'TuId', '3': 3, '4': 1, '5': 13, '10': 'TuId'},
  86. const {'1': 'Title', '3': 4, '4': 1, '5': 9, '10': 'Title'},
  87. const {'1': 'Amount', '3': 5, '4': 1, '5': 13, '10': 'Amount'},
  88. const {'1': 'State', '3': 6, '4': 1, '5': 14, '6': '.yl_pb.RedWalletState', '10': 'State'},
  89. const {'1': 'RecTime', '3': 7, '4': 1, '5': 3, '10': 'RecTime'},
  90. ],
  91. };
  92. const BaseUserInfo$json = const {
  93. '1': 'BaseUserInfo',
  94. '2': const [
  95. const {'1': 'Id', '3': 1, '4': 1, '5': 13, '10': 'Id'},
  96. const {'1': 'NiceName', '3': 2, '4': 1, '5': 9, '10': 'NiceName'},
  97. const {'1': 'HeadUrl', '3': 3, '4': 1, '5': 9, '10': 'HeadUrl'},
  98. ],
  99. };
  100. const ChatNiceo$json = const {
  101. '1': 'ChatNiceo',
  102. '2': const [
  103. const {'1': 'NictoType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.ChatNiceoType', '10': 'NictoType'},
  104. const {'1': 'NictoMsg', '3': 2, '4': 1, '5': 9, '10': 'NictoMsg'},
  105. ],
  106. };
  107. const GiftChat$json = const {
  108. '1': 'GiftChat',
  109. '2': const [
  110. const {'1': 'SuId', '3': 1, '4': 1, '5': 13, '10': 'SuId'},
  111. const {'1': 'TuId', '3': 2, '4': 1, '5': 13, '10': 'TuId'},
  112. const {'1': 'GiftId', '3': 3, '4': 1, '5': 13, '10': 'GiftId'},
  113. const {'1': 'GiftName', '3': 4, '4': 1, '5': 9, '10': 'GiftName'},
  114. const {'1': 'GiftAmount', '3': 5, '4': 1, '5': 13, '10': 'GiftAmount'},
  115. const {'1': 'Money', '3': 6, '4': 1, '5': 13, '10': 'Money'},
  116. ],
  117. };
  118. const FileChat$json = const {
  119. '1': 'FileChat',
  120. '2': const [
  121. const {'1': 'Type', '3': 1, '4': 1, '5': 9, '10': 'Type'},
  122. const {'1': 'Size', '3': 2, '4': 1, '5': 13, '10': 'Size'},
  123. const {'1': 'Name', '3': 3, '4': 1, '5': 9, '10': 'Name'},
  124. ],
  125. };
  126. const QuoteMsg$json = const {
  127. '1': 'QuoteMsg',
  128. '2': const [
  129. const {'1': 'ChannelType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.ChatChannelType', '10': 'ChannelType'},
  130. const {'1': 'TargetId', '3': 2, '4': 1, '5': 13, '10': 'TargetId'},
  131. const {'1': 'SendUserId', '3': 3, '4': 1, '5': 13, '10': 'SendUserId'},
  132. const {'1': 'SendTime', '3': 4, '4': 1, '5': 3, '10': 'SendTime'},
  133. const {'1': 'Content', '3': 5, '4': 1, '5': 9, '10': 'Content'},
  134. ],
  135. };
  136. const ChatSendReq$json = const {
  137. '1': 'ChatSendReq',
  138. '2': const [
  139. const {'1': 'ChannelType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.ChatChannelType', '10': 'ChannelType'},
  140. const {'1': 'TargetId', '3': 2, '4': 1, '5': 13, '10': 'TargetId'},
  141. const {'1': 'SendTime', '3': 3, '4': 1, '5': 3, '10': 'SendTime'},
  142. const {'1': 'CType', '3': 4, '4': 1, '5': 14, '6': '.yl_pb.ChatType', '10': 'CType'},
  143. const {'1': 'ContentBuff', '3': 5, '4': 1, '5': 12, '10': 'ContentBuff'},
  144. const {'1': 'ContentSzie', '3': 6, '4': 1, '5': 13, '10': 'ContentSzie'},
  145. const {'1': 'EnclosureUrl', '3': 7, '4': 1, '5': 9, '10': 'EnclosureUrl'},
  146. const {'1': 'AltUserIds', '3': 8, '4': 3, '5': 13, '10': 'AltUserIds'},
  147. const {'1': 'QuoteMsg', '3': 9, '4': 1, '5': 12, '10': 'QuoteMsg'},
  148. ],
  149. };
  150. const ChatSendRes$json = const {
  151. '1': 'ChatSendRes',
  152. '2': const [
  153. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  154. const {'1': 'ChannelType', '3': 2, '4': 1, '5': 14, '6': '.yl_pb.ChatChannelType', '10': 'ChannelType'},
  155. const {'1': 'TargetId', '3': 3, '4': 1, '5': 13, '10': 'TargetId'},
  156. const {'1': 'SendTime', '3': 4, '4': 1, '5': 3, '10': 'SendTime'},
  157. ],
  158. };
  159. const PushChat$json = const {
  160. '1': 'PushChat',
  161. '2': const [
  162. const {'1': 'ChannelType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.ChatChannelType', '10': 'ChannelType'},
  163. const {'1': 'TargetId', '3': 2, '4': 1, '5': 13, '10': 'TargetId'},
  164. const {'1': 'SendUserId', '3': 3, '4': 1, '5': 13, '10': 'SendUserId'},
  165. const {'1': 'SendTime', '3': 4, '4': 1, '5': 3, '10': 'SendTime'},
  166. const {'1': 'CType', '3': 5, '4': 1, '5': 14, '6': '.yl_pb.ChatType', '10': 'CType'},
  167. const {'1': 'ContentBuff', '3': 6, '4': 1, '5': 12, '10': 'ContentBuff'},
  168. const {'1': 'ContentSzie', '3': 7, '4': 1, '5': 13, '10': 'ContentSzie'},
  169. const {'1': 'TranslateState', '3': 8, '4': 1, '5': 13, '10': 'TranslateState'},
  170. const {'1': 'TencentTranslate', '3': 9, '4': 1, '5': 12, '10': 'TencentTranslate'},
  171. const {'1': 'GoogleTranslate', '3': 10, '4': 1, '5': 12, '10': 'GoogleTranslate'},
  172. const {'1': 'HumanTranslate', '3': 11, '4': 1, '5': 12, '10': 'HumanTranslate'},
  173. const {'1': 'EnclosureUrl', '3': 12, '4': 1, '5': 9, '10': 'EnclosureUrl'},
  174. const {'1': 'AltUserIds', '3': 13, '4': 3, '5': 13, '10': 'AltUserIds'},
  175. const {'1': 'QuoteMsg', '3': 14, '4': 1, '5': 12, '10': 'QuoteMsg'},
  176. ],
  177. };
  178. const AnswerPushChat$json = const {
  179. '1': 'AnswerPushChat',
  180. '2': const [
  181. const {'1': 'MsgId', '3': 1, '4': 1, '5': 3, '10': 'MsgId'},
  182. ],
  183. };
  184. const PushUserUnreadMsgNotice$json = const {
  185. '1': 'PushUserUnreadMsgNotice',
  186. '2': const [
  187. const {'1': 'Notices', '3': 2, '4': 3, '5': 11, '6': '.yl_pb.UserUnreadMsgNotice', '10': 'Notices'},
  188. ],
  189. };
  190. const UnreadMsgDes$json = const {
  191. '1': 'UnreadMsgDes',
  192. '2': const [
  193. const {'1': 'SendUserId', '3': 1, '4': 1, '5': 13, '10': 'SendUserId'},
  194. const {'1': 'SendTime', '3': 2, '4': 1, '5': 3, '10': 'SendTime'},
  195. const {'1': 'CType', '3': 3, '4': 1, '5': 14, '6': '.yl_pb.ChatType', '10': 'CType'},
  196. const {'1': 'ContentBuff', '3': 4, '4': 1, '5': 12, '10': 'ContentBuff'},
  197. const {'1': 'TencentTranslate', '3': 5, '4': 1, '5': 12, '10': 'TencentTranslate'},
  198. const {'1': 'GoogleTranslate', '3': 6, '4': 1, '5': 12, '10': 'GoogleTranslate'},
  199. ],
  200. };
  201. const UserUnreadMsgNotice$json = const {
  202. '1': 'UserUnreadMsgNotice',
  203. '2': const [
  204. const {'1': 'ChannelType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.ChatChannelType', '10': 'ChannelType'},
  205. const {'1': 'TargetId', '3': 2, '4': 1, '5': 13, '10': 'TargetId'},
  206. const {'1': 'UnreadMsgNum', '3': 3, '4': 1, '5': 13, '10': 'UnreadMsgNum'},
  207. const {'1': 'LastUnreadMsg', '3': 4, '4': 1, '5': 11, '6': '.yl_pb.UnreadMsgDes', '10': 'LastUnreadMsg'},
  208. ],
  209. };
  210. const RequestTargetUnreadReq$json = const {
  211. '1': 'RequestTargetUnreadReq',
  212. '2': const [
  213. const {'1': 'ChannelType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.ChatChannelType', '10': 'ChannelType'},
  214. const {'1': 'TargetId', '3': 2, '4': 1, '5': 13, '10': 'TargetId'},
  215. ],
  216. };
  217. const RequestTargetUnreadRes$json = const {
  218. '1': 'RequestTargetUnreadRes',
  219. '2': const [
  220. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  221. ],
  222. };
  223. const RequestSetHTranslReq$json = const {
  224. '1': 'RequestSetHTranslReq',
  225. '2': const [
  226. const {'1': 'SessionId', '3': 1, '4': 1, '5': 13, '10': 'SessionId'},
  227. const {'1': 'HTransl', '3': 2, '4': 1, '5': 14, '6': '.yl_pb.TranslateState', '10': 'HTransl'},
  228. ],
  229. };
  230. const RequestSetHTranslRes$json = const {
  231. '1': 'RequestSetHTranslRes',
  232. '2': const [
  233. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  234. ],
  235. };
  236. const PushHTranslState$json = const {
  237. '1': 'PushHTranslState',
  238. '2': const [
  239. const {'1': 'SessionId', '3': 1, '4': 1, '5': 13, '10': 'SessionId'},
  240. const {'1': 'UserId', '3': 2, '4': 1, '5': 13, '10': 'UserId'},
  241. const {'1': 'HTransl', '3': 3, '4': 1, '5': 14, '6': '.yl_pb.TranslateState', '10': 'HTransl'},
  242. ],
  243. };
  244. const RequestRealtimeCallReq$json = const {
  245. '1': 'RequestRealtimeCallReq',
  246. '2': const [
  247. const {'1': 'TUserId', '3': 1, '4': 1, '5': 13, '10': 'TUserId'},
  248. const {'1': 'CType', '3': 2, '4': 1, '5': 14, '6': '.yl_pb.ChatType', '10': 'CType'},
  249. ],
  250. };
  251. const RequestRealtimeCallRes$json = const {
  252. '1': 'RequestRealtimeCallRes',
  253. '2': const [
  254. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  255. ],
  256. };
  257. const PushRealtimeCall$json = const {
  258. '1': 'PushRealtimeCall',
  259. '2': const [
  260. const {'1': 'SUserId', '3': 1, '4': 1, '5': 13, '10': 'SUserId'},
  261. const {'1': 'CType', '3': 2, '4': 1, '5': 14, '6': '.yl_pb.ChatType', '10': 'CType'},
  262. ],
  263. };
  264. const RespondRealtimeCallReq$json = const {
  265. '1': 'RespondRealtimeCallReq',
  266. '2': const [
  267. const {'1': 'SUserId', '3': 1, '4': 1, '5': 13, '10': 'SUserId'},
  268. const {'1': 'IsAnswer', '3': 2, '4': 1, '5': 8, '10': 'IsAnswer'},
  269. ],
  270. };
  271. const PushRealtimeCallRespond$json = const {
  272. '1': 'PushRealtimeCallRespond',
  273. '2': const [
  274. const {'1': 'TUserId', '3': 1, '4': 1, '5': 13, '10': 'TUserId'},
  275. const {'1': 'IsAnswer', '3': 2, '4': 1, '5': 8, '10': 'IsAnswer'},
  276. ],
  277. };
  278. const RequestGiftGivingReq$json = const {
  279. '1': 'RequestGiftGivingReq',
  280. '2': const [
  281. const {'1': 'TargetUserId', '3': 1, '4': 1, '5': 13, '10': 'TargetUserId'},
  282. const {'1': 'GiftId', '3': 2, '4': 1, '5': 13, '10': 'GiftId'},
  283. const {'1': 'GiftAmount', '3': 3, '4': 1, '5': 13, '10': 'GiftAmount'},
  284. const {'1': 'Money', '3': 4, '4': 1, '5': 13, '10': 'Money'},
  285. ],
  286. };
  287. const PushGiftGiving$json = const {
  288. '1': 'PushGiftGiving',
  289. '2': const [
  290. const {'1': 'SendUserId', '3': 1, '4': 1, '5': 13, '10': 'SendUserId'},
  291. const {'1': 'GiftId', '3': 2, '4': 1, '5': 13, '10': 'GiftId'},
  292. const {'1': 'GiftAmount', '3': 3, '4': 1, '5': 13, '10': 'GiftAmount'},
  293. const {'1': 'Money', '3': 4, '4': 1, '5': 13, '10': 'Money'},
  294. ],
  295. };
  296. const QueryUsersInfoReq$json = const {
  297. '1': 'QueryUsersInfoReq',
  298. '2': const [
  299. const {'1': 'UserIds', '3': 1, '4': 3, '5': 13, '10': 'UserIds'},
  300. ],
  301. };
  302. const QueryUsersInfoRes$json = const {
  303. '1': 'QueryUsersInfoRes',
  304. '2': const [
  305. const {'1': 'Infos', '3': 1, '4': 3, '5': 11, '6': '.yl_pb.BaseUserInfo', '10': 'Infos'},
  306. ],
  307. };
  308. const CreateSessionReq$json = const {
  309. '1': 'CreateSessionReq',
  310. '2': const [
  311. const {'1': 'MemberIds', '3': 1, '4': 3, '5': 13, '10': 'MemberIds'},
  312. ],
  313. };
  314. const QuerySessionReq$json = const {
  315. '1': 'QuerySessionReq',
  316. '2': const [
  317. const {'1': 'SessionId', '3': 1, '4': 1, '5': 13, '10': 'SessionId'},
  318. ],
  319. };
  320. const SessionInfoRes$json = const {
  321. '1': 'SessionInfoRes',
  322. '2': const [
  323. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  324. const {'1': 'SessionId', '3': 2, '4': 1, '5': 13, '10': 'SessionId'},
  325. const {'1': 'Members', '3': 3, '4': 3, '5': 11, '6': '.yl_pb.BaseUserInfo', '10': 'Members'},
  326. const {'1': 'IsNeedHTransl', '3': 4, '4': 1, '5': 14, '6': '.yl_pb.TranslateState', '10': 'IsNeedHTransl'},
  327. ],
  328. };
  329. const GroupMember$json = const {
  330. '1': 'GroupMember',
  331. '2': const [
  332. const {'1': 'Info', '3': 1, '4': 1, '5': 11, '6': '.yl_pb.BaseUserInfo', '10': 'Info'},
  333. const {'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
  334. const {'1': 'Identity', '3': 3, '4': 1, '5': 14, '6': '.yl_pb.GroupMemberIdentity', '10': 'Identity'},
  335. const {'1': 'MessageFree', '3': 4, '4': 1, '5': 8, '10': 'MessageFree'},
  336. const {'1': 'EffectiveUser', '3': 5, '4': 1, '5': 8, '10': 'EffectiveUser'},
  337. ],
  338. };
  339. const GroupInfo$json = const {
  340. '1': 'GroupInfo',
  341. '2': const [
  342. const {'1': 'Id', '3': 1, '4': 1, '5': 13, '10': 'Id'},
  343. const {'1': 'Code', '3': 2, '4': 1, '5': 13, '10': 'Code'},
  344. const {'1': 'GroupName', '3': 3, '4': 1, '5': 9, '10': 'GroupName'},
  345. const {'1': 'Notice', '3': 4, '4': 1, '5': 9, '10': 'Notice'},
  346. const {'1': 'Members', '3': 5, '4': 3, '5': 11, '6': '.yl_pb.GroupMember', '10': 'Members'},
  347. const {'1': 'IsOpenMemberCheck', '3': 6, '4': 1, '5': 8, '10': 'IsOpenMemberCheck'},
  348. ],
  349. };
  350. const GroupChatNotice$json = const {
  351. '1': 'GroupChatNotice',
  352. '2': const [
  353. const {'1': 'ChangeType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.GroupChangeType', '10': 'ChangeType'},
  354. const {'1': 'OperatuId', '3': 2, '4': 1, '5': 11, '6': '.yl_pb.BaseUserInfo', '10': 'OperatuId'},
  355. const {'1': 'OperateduId', '3': 3, '4': 3, '5': 11, '6': '.yl_pb.BaseUserInfo', '10': 'OperateduId'},
  356. const {'1': 'ChangeStr', '3': 4, '4': 1, '5': 9, '10': 'ChangeStr'},
  357. const {'1': 'ChangeBool', '3': 5, '4': 1, '5': 8, '10': 'ChangeBool'},
  358. ],
  359. };
  360. const CreateChatGroupReq$json = const {
  361. '1': 'CreateChatGroupReq',
  362. '2': const [
  363. const {'1': 'Members', '3': 3, '4': 3, '5': 13, '10': 'Members'},
  364. ],
  365. };
  366. const CreateChatGroupRes$json = const {
  367. '1': 'CreateChatGroupRes',
  368. '2': const [
  369. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  370. const {'1': 'Group', '3': 2, '4': 1, '5': 11, '6': '.yl_pb.GroupInfo', '10': 'Group'},
  371. ],
  372. };
  373. const QuitChatGroupReq$json = const {
  374. '1': 'QuitChatGroupReq',
  375. '2': const [
  376. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  377. ],
  378. };
  379. const QuitChatGroupRes$json = const {
  380. '1': 'QuitChatGroupRes',
  381. '2': const [
  382. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  383. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  384. ],
  385. };
  386. const QueryChatGroupReq$json = const {
  387. '1': 'QueryChatGroupReq',
  388. '2': const [
  389. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  390. ],
  391. };
  392. const QueryChatGroupRes$json = const {
  393. '1': 'QueryChatGroupRes',
  394. '2': const [
  395. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  396. const {'1': 'Group', '3': 2, '4': 1, '5': 11, '6': '.yl_pb.GroupInfo', '10': 'Group'},
  397. ],
  398. };
  399. const AddGroupMemberReq$json = const {
  400. '1': 'AddGroupMemberReq',
  401. '2': const [
  402. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  403. const {'1': 'UserIds', '3': 2, '4': 3, '5': 13, '10': 'UserIds'},
  404. ],
  405. };
  406. const AddGroupMemberRes$json = const {
  407. '1': 'AddGroupMemberRes',
  408. '2': const [
  409. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  410. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  411. ],
  412. };
  413. const RemoveGroupMemberReq$json = const {
  414. '1': 'RemoveGroupMemberReq',
  415. '2': const [
  416. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  417. const {'1': 'UserIds', '3': 2, '4': 3, '5': 13, '10': 'UserIds'},
  418. ],
  419. };
  420. const RemoveGroupMemberRes$json = const {
  421. '1': 'RemoveGroupMemberRes',
  422. '2': const [
  423. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  424. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  425. ],
  426. };
  427. const ModifyGroupNoticeReq$json = const {
  428. '1': 'ModifyGroupNoticeReq',
  429. '2': const [
  430. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  431. const {'1': 'Notice', '3': 2, '4': 1, '5': 9, '10': 'Notice'},
  432. ],
  433. };
  434. const ModifyGroupNoticeRes$json = const {
  435. '1': 'ModifyGroupNoticeRes',
  436. '2': const [
  437. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  438. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  439. ],
  440. };
  441. const ModifyGroupNameReq$json = const {
  442. '1': 'ModifyGroupNameReq',
  443. '2': const [
  444. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  445. const {'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
  446. ],
  447. };
  448. const ModifyGroupNameRes$json = const {
  449. '1': 'ModifyGroupNameRes',
  450. '2': const [
  451. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  452. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  453. ],
  454. };
  455. const GroupMemberModifyAliasReq$json = const {
  456. '1': 'GroupMemberModifyAliasReq',
  457. '2': const [
  458. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  459. const {'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
  460. ],
  461. };
  462. const GroupMemberModifyAliasRes$json = const {
  463. '1': 'GroupMemberModifyAliasRes',
  464. '2': const [
  465. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  466. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  467. const {'1': 'Name', '3': 3, '4': 1, '5': 9, '10': 'Name'},
  468. ],
  469. };
  470. const QueryUserRelationGroupReq$json = const {
  471. '1': 'QueryUserRelationGroupReq',
  472. };
  473. const QueryUserRelationGroupRes$json = const {
  474. '1': 'QueryUserRelationGroupRes',
  475. '2': const [
  476. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  477. const {'1': 'RelationGroup', '3': 2, '4': 3, '5': 11, '6': '.yl_pb.GroupInfo', '10': 'RelationGroup'},
  478. ],
  479. };
  480. const SettingGroupReq$json = const {
  481. '1': 'SettingGroupReq',
  482. '2': const [
  483. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  484. const {'1': 'IsOpenMemberCheck', '3': 2, '4': 1, '5': 8, '10': 'IsOpenMemberCheck'},
  485. ],
  486. };
  487. const SettingGroupRes$json = const {
  488. '1': 'SettingGroupRes',
  489. '2': const [
  490. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  491. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  492. ],
  493. };
  494. const GroupQRcodeAddMemberReq$json = const {
  495. '1': 'GroupQRcodeAddMemberReq',
  496. '2': const [
  497. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  498. ],
  499. };
  500. const GroupQRcodeAddMemberRes$json = const {
  501. '1': 'GroupQRcodeAddMemberRes',
  502. '2': const [
  503. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  504. const {'1': 'Group', '3': 2, '4': 1, '5': 11, '6': '.yl_pb.GroupInfo', '10': 'Group'},
  505. ],
  506. };
  507. const GroupMasterTransReq$json = const {
  508. '1': 'GroupMasterTransReq',
  509. '2': const [
  510. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  511. const {'1': 'UserId', '3': 2, '4': 1, '5': 13, '10': 'UserId'},
  512. ],
  513. };
  514. const GroupMasterTransRes$json = const {
  515. '1': 'GroupMasterTransRes',
  516. '2': const [
  517. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  518. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  519. const {'1': 'UserId', '3': 3, '4': 1, '5': 13, '10': 'UserId'},
  520. ],
  521. };
  522. const GroupMasterCheckAddMemberReq$json = const {
  523. '1': 'GroupMasterCheckAddMemberReq',
  524. '2': const [
  525. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  526. const {'1': 'UserIds', '3': 2, '4': 3, '5': 13, '10': 'UserIds'},
  527. ],
  528. };
  529. const GroupMasterCheckAddMemberRes$json = const {
  530. '1': 'GroupMasterCheckAddMemberRes',
  531. '2': const [
  532. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  533. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  534. const {'1': 'UserIds', '3': 3, '4': 3, '5': 13, '10': 'UserIds'},
  535. ],
  536. };
  537. const SetGroupMasterMessageFreeReq$json = const {
  538. '1': 'SetGroupMasterMessageFreeReq',
  539. '2': const [
  540. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  541. const {'1': 'MessageFree', '3': 2, '4': 1, '5': 8, '10': 'MessageFree'},
  542. ],
  543. };
  544. const SetGroupMasterMessageFreeRes$json = const {
  545. '1': 'SetGroupMasterMessageFreeRes',
  546. '2': const [
  547. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  548. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  549. const {'1': 'MessageFree', '3': 3, '4': 1, '5': 8, '10': 'MessageFree'},
  550. ],
  551. };