Hibok
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

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