Hibok
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

648 satır
22 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 HumanTransFail$json = const {
  138. '1': 'HumanTransFail',
  139. '2': const [
  140. const {'1': 'Money', '3': 1, '4': 1, '5': 13, '10': 'Money'},
  141. const {'1': 'Ticket', '3': 2, '4': 1, '5': 13, '10': 'Ticket'},
  142. ],
  143. };
  144. const ChatSendReq$json = const {
  145. '1': 'ChatSendReq',
  146. '2': const [
  147. const {'1': 'ChannelType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.ChatChannelType', '10': 'ChannelType'},
  148. const {'1': 'TargetId', '3': 2, '4': 1, '5': 13, '10': 'TargetId'},
  149. const {'1': 'SendTime', '3': 3, '4': 1, '5': 3, '10': 'SendTime'},
  150. const {'1': 'CType', '3': 4, '4': 1, '5': 14, '6': '.yl_pb.ChatType', '10': 'CType'},
  151. const {'1': 'ContentBuff', '3': 5, '4': 1, '5': 12, '10': 'ContentBuff'},
  152. const {'1': 'ContentSzie', '3': 6, '4': 1, '5': 13, '10': 'ContentSzie'},
  153. const {'1': 'EnclosureUrl', '3': 7, '4': 1, '5': 9, '10': 'EnclosureUrl'},
  154. const {'1': 'AltUserIds', '3': 8, '4': 3, '5': 13, '10': 'AltUserIds'},
  155. const {'1': 'QuoteMsg', '3': 9, '4': 1, '5': 12, '10': 'QuoteMsg'},
  156. ],
  157. };
  158. const ChatSendRes$json = const {
  159. '1': 'ChatSendRes',
  160. '2': const [
  161. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  162. const {'1': 'ChannelType', '3': 2, '4': 1, '5': 14, '6': '.yl_pb.ChatChannelType', '10': 'ChannelType'},
  163. const {'1': 'TargetId', '3': 3, '4': 1, '5': 13, '10': 'TargetId'},
  164. const {'1': 'SendTime', '3': 4, '4': 1, '5': 3, '10': 'SendTime'},
  165. ],
  166. };
  167. const PushChat$json = const {
  168. '1': 'PushChat',
  169. '2': const [
  170. const {'1': 'ChannelType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.ChatChannelType', '10': 'ChannelType'},
  171. const {'1': 'TargetId', '3': 2, '4': 1, '5': 13, '10': 'TargetId'},
  172. const {'1': 'SendUserId', '3': 3, '4': 1, '5': 13, '10': 'SendUserId'},
  173. const {'1': 'SendTime', '3': 4, '4': 1, '5': 3, '10': 'SendTime'},
  174. const {'1': 'CType', '3': 5, '4': 1, '5': 14, '6': '.yl_pb.ChatType', '10': 'CType'},
  175. const {'1': 'ContentBuff', '3': 6, '4': 1, '5': 12, '10': 'ContentBuff'},
  176. const {'1': 'ContentSzie', '3': 7, '4': 1, '5': 13, '10': 'ContentSzie'},
  177. const {'1': 'TranslateState', '3': 8, '4': 1, '5': 13, '10': 'TranslateState'},
  178. const {'1': 'TencentTranslate', '3': 9, '4': 1, '5': 12, '10': 'TencentTranslate'},
  179. const {'1': 'GoogleTranslate', '3': 10, '4': 1, '5': 12, '10': 'GoogleTranslate'},
  180. const {'1': 'HumanTranslate', '3': 11, '4': 1, '5': 12, '10': 'HumanTranslate'},
  181. const {'1': 'EnclosureUrl', '3': 12, '4': 1, '5': 9, '10': 'EnclosureUrl'},
  182. const {'1': 'AltUserIds', '3': 13, '4': 3, '5': 13, '10': 'AltUserIds'},
  183. const {'1': 'QuoteMsg', '3': 14, '4': 1, '5': 12, '10': 'QuoteMsg'},
  184. ],
  185. };
  186. const AnswerPushChat$json = const {
  187. '1': 'AnswerPushChat',
  188. '2': const [
  189. const {'1': 'MsgId', '3': 1, '4': 1, '5': 3, '10': 'MsgId'},
  190. ],
  191. };
  192. const PushUserUnreadMsgNotice$json = const {
  193. '1': 'PushUserUnreadMsgNotice',
  194. '2': const [
  195. const {'1': 'Notices', '3': 2, '4': 3, '5': 11, '6': '.yl_pb.UserUnreadMsgNotice', '10': 'Notices'},
  196. ],
  197. };
  198. const UnreadMsgDes$json = const {
  199. '1': 'UnreadMsgDes',
  200. '2': const [
  201. const {'1': 'SendUserId', '3': 1, '4': 1, '5': 13, '10': 'SendUserId'},
  202. const {'1': 'SendTime', '3': 2, '4': 1, '5': 3, '10': 'SendTime'},
  203. const {'1': 'CType', '3': 3, '4': 1, '5': 14, '6': '.yl_pb.ChatType', '10': 'CType'},
  204. const {'1': 'ContentBuff', '3': 4, '4': 1, '5': 12, '10': 'ContentBuff'},
  205. const {'1': 'TencentTranslate', '3': 5, '4': 1, '5': 12, '10': 'TencentTranslate'},
  206. const {'1': 'GoogleTranslate', '3': 6, '4': 1, '5': 12, '10': 'GoogleTranslate'},
  207. ],
  208. };
  209. const UserUnreadMsgNotice$json = const {
  210. '1': 'UserUnreadMsgNotice',
  211. '2': const [
  212. const {'1': 'ChannelType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.ChatChannelType', '10': 'ChannelType'},
  213. const {'1': 'TargetId', '3': 2, '4': 1, '5': 13, '10': 'TargetId'},
  214. const {'1': 'UnreadMsgNum', '3': 3, '4': 1, '5': 13, '10': 'UnreadMsgNum'},
  215. const {'1': 'LastUnreadMsg', '3': 4, '4': 1, '5': 11, '6': '.yl_pb.UnreadMsgDes', '10': 'LastUnreadMsg'},
  216. ],
  217. };
  218. const RequestTargetUnreadReq$json = const {
  219. '1': 'RequestTargetUnreadReq',
  220. '2': const [
  221. const {'1': 'ChannelType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.ChatChannelType', '10': 'ChannelType'},
  222. const {'1': 'TargetId', '3': 2, '4': 1, '5': 13, '10': 'TargetId'},
  223. ],
  224. };
  225. const RequestTargetUnreadRes$json = const {
  226. '1': 'RequestTargetUnreadRes',
  227. '2': const [
  228. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  229. ],
  230. };
  231. const RequestSetHTranslReq$json = const {
  232. '1': 'RequestSetHTranslReq',
  233. '2': const [
  234. const {'1': 'SessionId', '3': 1, '4': 1, '5': 13, '10': 'SessionId'},
  235. const {'1': 'HTransl', '3': 2, '4': 1, '5': 14, '6': '.yl_pb.TranslateState', '10': 'HTransl'},
  236. ],
  237. };
  238. const RequestSetHTranslRes$json = const {
  239. '1': 'RequestSetHTranslRes',
  240. '2': const [
  241. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  242. ],
  243. };
  244. const PushHTranslState$json = const {
  245. '1': 'PushHTranslState',
  246. '2': const [
  247. const {'1': 'SessionId', '3': 1, '4': 1, '5': 13, '10': 'SessionId'},
  248. const {'1': 'UserId', '3': 2, '4': 1, '5': 13, '10': 'UserId'},
  249. const {'1': 'HTransl', '3': 3, '4': 1, '5': 14, '6': '.yl_pb.TranslateState', '10': 'HTransl'},
  250. ],
  251. };
  252. const RequestRealtimeCallReq$json = const {
  253. '1': 'RequestRealtimeCallReq',
  254. '2': const [
  255. const {'1': 'TUserId', '3': 1, '4': 1, '5': 13, '10': 'TUserId'},
  256. const {'1': 'CType', '3': 2, '4': 1, '5': 14, '6': '.yl_pb.ChatType', '10': 'CType'},
  257. ],
  258. };
  259. const RequestRealtimeCallRes$json = const {
  260. '1': 'RequestRealtimeCallRes',
  261. '2': const [
  262. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  263. ],
  264. };
  265. const PushRealtimeCall$json = const {
  266. '1': 'PushRealtimeCall',
  267. '2': const [
  268. const {'1': 'SUserId', '3': 1, '4': 1, '5': 13, '10': 'SUserId'},
  269. const {'1': 'CType', '3': 2, '4': 1, '5': 14, '6': '.yl_pb.ChatType', '10': 'CType'},
  270. ],
  271. };
  272. const RespondRealtimeCallReq$json = const {
  273. '1': 'RespondRealtimeCallReq',
  274. '2': const [
  275. const {'1': 'SUserId', '3': 1, '4': 1, '5': 13, '10': 'SUserId'},
  276. const {'1': 'IsAnswer', '3': 2, '4': 1, '5': 8, '10': 'IsAnswer'},
  277. ],
  278. };
  279. const PushRealtimeCallRespond$json = const {
  280. '1': 'PushRealtimeCallRespond',
  281. '2': const [
  282. const {'1': 'TUserId', '3': 1, '4': 1, '5': 13, '10': 'TUserId'},
  283. const {'1': 'IsAnswer', '3': 2, '4': 1, '5': 8, '10': 'IsAnswer'},
  284. ],
  285. };
  286. const RequestGiftGivingReq$json = const {
  287. '1': 'RequestGiftGivingReq',
  288. '2': const [
  289. const {'1': 'TargetUserId', '3': 1, '4': 1, '5': 13, '10': 'TargetUserId'},
  290. const {'1': 'GiftId', '3': 2, '4': 1, '5': 13, '10': 'GiftId'},
  291. const {'1': 'GiftAmount', '3': 3, '4': 1, '5': 13, '10': 'GiftAmount'},
  292. const {'1': 'Money', '3': 4, '4': 1, '5': 13, '10': 'Money'},
  293. ],
  294. };
  295. const PushGiftGiving$json = const {
  296. '1': 'PushGiftGiving',
  297. '2': const [
  298. const {'1': 'SendUserId', '3': 1, '4': 1, '5': 13, '10': 'SendUserId'},
  299. const {'1': 'GiftId', '3': 2, '4': 1, '5': 13, '10': 'GiftId'},
  300. const {'1': 'GiftAmount', '3': 3, '4': 1, '5': 13, '10': 'GiftAmount'},
  301. const {'1': 'Money', '3': 4, '4': 1, '5': 13, '10': 'Money'},
  302. ],
  303. };
  304. const QueryUsersInfoReq$json = const {
  305. '1': 'QueryUsersInfoReq',
  306. '2': const [
  307. const {'1': 'UserIds', '3': 1, '4': 3, '5': 13, '10': 'UserIds'},
  308. ],
  309. };
  310. const QueryUsersInfoRes$json = const {
  311. '1': 'QueryUsersInfoRes',
  312. '2': const [
  313. const {'1': 'Infos', '3': 1, '4': 3, '5': 11, '6': '.yl_pb.BaseUserInfo', '10': 'Infos'},
  314. ],
  315. };
  316. const CreateSessionReq$json = const {
  317. '1': 'CreateSessionReq',
  318. '2': const [
  319. const {'1': 'MemberIds', '3': 1, '4': 3, '5': 13, '10': 'MemberIds'},
  320. ],
  321. };
  322. const QuerySessionReq$json = const {
  323. '1': 'QuerySessionReq',
  324. '2': const [
  325. const {'1': 'SessionId', '3': 1, '4': 1, '5': 13, '10': 'SessionId'},
  326. ],
  327. };
  328. const SessionInfoRes$json = const {
  329. '1': 'SessionInfoRes',
  330. '2': const [
  331. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  332. const {'1': 'SessionId', '3': 2, '4': 1, '5': 13, '10': 'SessionId'},
  333. const {'1': 'Members', '3': 3, '4': 3, '5': 11, '6': '.yl_pb.BaseUserInfo', '10': 'Members'},
  334. const {'1': 'IsNeedHTransl', '3': 4, '4': 1, '5': 14, '6': '.yl_pb.TranslateState', '10': 'IsNeedHTransl'},
  335. ],
  336. };
  337. const GroupMember$json = const {
  338. '1': 'GroupMember',
  339. '2': const [
  340. const {'1': 'Info', '3': 1, '4': 1, '5': 11, '6': '.yl_pb.BaseUserInfo', '10': 'Info'},
  341. const {'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
  342. const {'1': 'Identity', '3': 3, '4': 1, '5': 14, '6': '.yl_pb.GroupMemberIdentity', '10': 'Identity'},
  343. const {'1': 'MessageFree', '3': 4, '4': 1, '5': 8, '10': 'MessageFree'},
  344. const {'1': 'EffectiveUser', '3': 5, '4': 1, '5': 8, '10': 'EffectiveUser'},
  345. const {'1': 'IsShowMenberNiceName', '3': 6, '4': 1, '5': 8, '10': 'IsShowMenberNiceName'},
  346. ],
  347. };
  348. const GroupInfo$json = const {
  349. '1': 'GroupInfo',
  350. '2': const [
  351. const {'1': 'Id', '3': 1, '4': 1, '5': 13, '10': 'Id'},
  352. const {'1': 'Code', '3': 2, '4': 1, '5': 13, '10': 'Code'},
  353. const {'1': 'GroupName', '3': 3, '4': 1, '5': 9, '10': 'GroupName'},
  354. const {'1': 'Notice', '3': 4, '4': 1, '5': 9, '10': 'Notice'},
  355. const {'1': 'Members', '3': 5, '4': 3, '5': 11, '6': '.yl_pb.GroupMember', '10': 'Members'},
  356. const {'1': 'IsOpenMemberCheck', '3': 6, '4': 1, '5': 8, '10': 'IsOpenMemberCheck'},
  357. ],
  358. };
  359. const GroupChatNotice$json = const {
  360. '1': 'GroupChatNotice',
  361. '2': const [
  362. const {'1': 'ChangeType', '3': 1, '4': 1, '5': 14, '6': '.yl_pb.GroupChangeType', '10': 'ChangeType'},
  363. const {'1': 'OperatuId', '3': 2, '4': 1, '5': 11, '6': '.yl_pb.BaseUserInfo', '10': 'OperatuId'},
  364. const {'1': 'OperateduId', '3': 3, '4': 3, '5': 11, '6': '.yl_pb.BaseUserInfo', '10': 'OperateduId'},
  365. const {'1': 'ChangeStr', '3': 4, '4': 1, '5': 9, '10': 'ChangeStr'},
  366. const {'1': 'ChangeBool', '3': 5, '4': 1, '5': 8, '10': 'ChangeBool'},
  367. ],
  368. };
  369. const CreateChatGroupReq$json = const {
  370. '1': 'CreateChatGroupReq',
  371. '2': const [
  372. const {'1': 'Members', '3': 3, '4': 3, '5': 13, '10': 'Members'},
  373. ],
  374. };
  375. const CreateChatGroupRes$json = const {
  376. '1': 'CreateChatGroupRes',
  377. '2': const [
  378. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  379. const {'1': 'Group', '3': 2, '4': 1, '5': 11, '6': '.yl_pb.GroupInfo', '10': 'Group'},
  380. ],
  381. };
  382. const QuitChatGroupReq$json = const {
  383. '1': 'QuitChatGroupReq',
  384. '2': const [
  385. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  386. ],
  387. };
  388. const QuitChatGroupRes$json = const {
  389. '1': 'QuitChatGroupRes',
  390. '2': const [
  391. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  392. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  393. ],
  394. };
  395. const QueryChatGroupReq$json = const {
  396. '1': 'QueryChatGroupReq',
  397. '2': const [
  398. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  399. ],
  400. };
  401. const QueryChatGroupRes$json = const {
  402. '1': 'QueryChatGroupRes',
  403. '2': const [
  404. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  405. const {'1': 'Group', '3': 2, '4': 1, '5': 11, '6': '.yl_pb.GroupInfo', '10': 'Group'},
  406. ],
  407. };
  408. const AddGroupMemberReq$json = const {
  409. '1': 'AddGroupMemberReq',
  410. '2': const [
  411. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  412. const {'1': 'UserIds', '3': 2, '4': 3, '5': 13, '10': 'UserIds'},
  413. ],
  414. };
  415. const AddGroupMemberRes$json = const {
  416. '1': 'AddGroupMemberRes',
  417. '2': const [
  418. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  419. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  420. ],
  421. };
  422. const RemoveGroupMemberReq$json = const {
  423. '1': 'RemoveGroupMemberReq',
  424. '2': const [
  425. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  426. const {'1': 'UserIds', '3': 2, '4': 3, '5': 13, '10': 'UserIds'},
  427. ],
  428. };
  429. const RemoveGroupMemberRes$json = const {
  430. '1': 'RemoveGroupMemberRes',
  431. '2': const [
  432. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  433. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  434. ],
  435. };
  436. const ModifyGroupNoticeReq$json = const {
  437. '1': 'ModifyGroupNoticeReq',
  438. '2': const [
  439. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  440. const {'1': 'Notice', '3': 2, '4': 1, '5': 9, '10': 'Notice'},
  441. ],
  442. };
  443. const ModifyGroupNoticeRes$json = const {
  444. '1': 'ModifyGroupNoticeRes',
  445. '2': const [
  446. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  447. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  448. ],
  449. };
  450. const ModifyGroupNameReq$json = const {
  451. '1': 'ModifyGroupNameReq',
  452. '2': const [
  453. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  454. const {'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
  455. ],
  456. };
  457. const ModifyGroupNameRes$json = const {
  458. '1': 'ModifyGroupNameRes',
  459. '2': const [
  460. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  461. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  462. ],
  463. };
  464. const GroupMemberModifyAliasReq$json = const {
  465. '1': 'GroupMemberModifyAliasReq',
  466. '2': const [
  467. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  468. const {'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
  469. ],
  470. };
  471. const GroupMemberModifyAliasRes$json = const {
  472. '1': 'GroupMemberModifyAliasRes',
  473. '2': const [
  474. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  475. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  476. const {'1': 'Name', '3': 3, '4': 1, '5': 9, '10': 'Name'},
  477. ],
  478. };
  479. const QueryUserRelationGroupReq$json = const {
  480. '1': 'QueryUserRelationGroupReq',
  481. };
  482. const QueryUserRelationGroupRes$json = const {
  483. '1': 'QueryUserRelationGroupRes',
  484. '2': const [
  485. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  486. const {'1': 'RelationGroup', '3': 2, '4': 3, '5': 11, '6': '.yl_pb.GroupInfo', '10': 'RelationGroup'},
  487. ],
  488. };
  489. const SettingGroupReq$json = const {
  490. '1': 'SettingGroupReq',
  491. '2': const [
  492. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  493. const {'1': 'IsOpenMemberCheck', '3': 2, '4': 1, '5': 8, '10': 'IsOpenMemberCheck'},
  494. ],
  495. };
  496. const SettingGroupRes$json = const {
  497. '1': 'SettingGroupRes',
  498. '2': const [
  499. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  500. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  501. ],
  502. };
  503. const GroupQRcodeAddMemberReq$json = const {
  504. '1': 'GroupQRcodeAddMemberReq',
  505. '2': const [
  506. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  507. ],
  508. };
  509. const GroupQRcodeAddMemberRes$json = const {
  510. '1': 'GroupQRcodeAddMemberRes',
  511. '2': const [
  512. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  513. const {'1': 'Group', '3': 2, '4': 1, '5': 11, '6': '.yl_pb.GroupInfo', '10': 'Group'},
  514. ],
  515. };
  516. const GroupMasterTransReq$json = const {
  517. '1': 'GroupMasterTransReq',
  518. '2': const [
  519. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  520. const {'1': 'UserId', '3': 2, '4': 1, '5': 13, '10': 'UserId'},
  521. ],
  522. };
  523. const GroupMasterTransRes$json = const {
  524. '1': 'GroupMasterTransRes',
  525. '2': const [
  526. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  527. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  528. const {'1': 'UserId', '3': 3, '4': 1, '5': 13, '10': 'UserId'},
  529. ],
  530. };
  531. const GroupMasterCheckAddMemberReq$json = const {
  532. '1': 'GroupMasterCheckAddMemberReq',
  533. '2': const [
  534. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  535. const {'1': 'UserIds', '3': 2, '4': 3, '5': 13, '10': 'UserIds'},
  536. ],
  537. };
  538. const GroupMasterCheckAddMemberRes$json = const {
  539. '1': 'GroupMasterCheckAddMemberRes',
  540. '2': const [
  541. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  542. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  543. const {'1': 'UserIds', '3': 3, '4': 3, '5': 13, '10': 'UserIds'},
  544. ],
  545. };
  546. const SetGroupMasterMessageFreeReq$json = const {
  547. '1': 'SetGroupMasterMessageFreeReq',
  548. '2': const [
  549. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  550. const {'1': 'MessageFree', '3': 2, '4': 1, '5': 8, '10': 'MessageFree'},
  551. ],
  552. };
  553. const SetGroupMasterMessageFreeRes$json = const {
  554. '1': 'SetGroupMasterMessageFreeRes',
  555. '2': const [
  556. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  557. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  558. const {'1': 'MessageFree', '3': 3, '4': 1, '5': 8, '10': 'MessageFree'},
  559. ],
  560. };
  561. const SetGroupIsShowMenberNiceNameReq$json = const {
  562. '1': 'SetGroupIsShowMenberNiceNameReq',
  563. '2': const [
  564. const {'1': 'GroupId', '3': 1, '4': 1, '5': 13, '10': 'GroupId'},
  565. const {'1': 'IsShowMenberNiceName', '3': 2, '4': 1, '5': 8, '10': 'IsShowMenberNiceName'},
  566. ],
  567. };
  568. const SetGroupIsShowMenberNiceNameRes$json = const {
  569. '1': 'SetGroupIsShowMenberNiceNameRes',
  570. '2': const [
  571. const {'1': 'ErrorCode', '3': 1, '4': 1, '5': 5, '10': 'ErrorCode'},
  572. const {'1': 'GroupId', '3': 2, '4': 1, '5': 13, '10': 'GroupId'},
  573. const {'1': 'IsShowMenberNiceName', '3': 3, '4': 1, '5': 8, '10': 'IsShowMenberNiceName'},
  574. ],
  575. };