chat.pb.go 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0-devel
  4. // protoc v3.15.8
  5. // source: chat.proto
  6. package chat
  7. import (
  8. common "git.ikuban.com/server/pw-protobuf/api/common"
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  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. type PartnerFindRoomListRequest struct {
  21. state protoimpl.MessageState
  22. sizeCache protoimpl.SizeCache
  23. unknownFields protoimpl.UnknownFields
  24. NextId int64 `protobuf:"varint,1,opt,name=nextId,proto3" json:"nextId"`
  25. Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset"`
  26. IdentifyId string `protobuf:"bytes,3,opt,name=IdentifyId,proto3" json:"IdentifyId"`
  27. IsFindNotReply bool `protobuf:"varint,4,opt,name=isFindNotReply,proto3" json:"isFindNotReply"` // 是否查询没回复过的内容
  28. IsWithinSevenDay bool `protobuf:"varint,5,opt,name=isWithinSevenDay,proto3" json:"isWithinSevenDay"` // 是否在七日内
  29. }
  30. func (x *PartnerFindRoomListRequest) Reset() {
  31. *x = PartnerFindRoomListRequest{}
  32. if protoimpl.UnsafeEnabled {
  33. mi := &file_chat_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. }
  38. func (x *PartnerFindRoomListRequest) String() string {
  39. return protoimpl.X.MessageStringOf(x)
  40. }
  41. func (*PartnerFindRoomListRequest) ProtoMessage() {}
  42. func (x *PartnerFindRoomListRequest) ProtoReflect() protoreflect.Message {
  43. mi := &file_chat_proto_msgTypes[0]
  44. if protoimpl.UnsafeEnabled && x != nil {
  45. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  46. if ms.LoadMessageInfo() == nil {
  47. ms.StoreMessageInfo(mi)
  48. }
  49. return ms
  50. }
  51. return mi.MessageOf(x)
  52. }
  53. // Deprecated: Use PartnerFindRoomListRequest.ProtoReflect.Descriptor instead.
  54. func (*PartnerFindRoomListRequest) Descriptor() ([]byte, []int) {
  55. return file_chat_proto_rawDescGZIP(), []int{0}
  56. }
  57. func (x *PartnerFindRoomListRequest) GetNextId() int64 {
  58. if x != nil {
  59. return x.NextId
  60. }
  61. return 0
  62. }
  63. func (x *PartnerFindRoomListRequest) GetOffset() int64 {
  64. if x != nil {
  65. return x.Offset
  66. }
  67. return 0
  68. }
  69. func (x *PartnerFindRoomListRequest) GetIdentifyId() string {
  70. if x != nil {
  71. return x.IdentifyId
  72. }
  73. return ""
  74. }
  75. func (x *PartnerFindRoomListRequest) GetIsFindNotReply() bool {
  76. if x != nil {
  77. return x.IsFindNotReply
  78. }
  79. return false
  80. }
  81. func (x *PartnerFindRoomListRequest) GetIsWithinSevenDay() bool {
  82. if x != nil {
  83. return x.IsWithinSevenDay
  84. }
  85. return false
  86. }
  87. type UserFindRoomListRequest struct {
  88. state protoimpl.MessageState
  89. sizeCache protoimpl.SizeCache
  90. unknownFields protoimpl.UnknownFields
  91. NextId int64 `protobuf:"varint,1,opt,name=nextId,proto3" json:"nextId"`
  92. Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset"`
  93. IdentifyId string `protobuf:"bytes,3,opt,name=IdentifyId,proto3" json:"IdentifyId"`
  94. IsWithinSevenDay bool `protobuf:"varint,4,opt,name=isWithinSevenDay,proto3" json:"isWithinSevenDay"` // 是否在七日内
  95. }
  96. func (x *UserFindRoomListRequest) Reset() {
  97. *x = UserFindRoomListRequest{}
  98. if protoimpl.UnsafeEnabled {
  99. mi := &file_chat_proto_msgTypes[1]
  100. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  101. ms.StoreMessageInfo(mi)
  102. }
  103. }
  104. func (x *UserFindRoomListRequest) String() string {
  105. return protoimpl.X.MessageStringOf(x)
  106. }
  107. func (*UserFindRoomListRequest) ProtoMessage() {}
  108. func (x *UserFindRoomListRequest) ProtoReflect() protoreflect.Message {
  109. mi := &file_chat_proto_msgTypes[1]
  110. if protoimpl.UnsafeEnabled && x != nil {
  111. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  112. if ms.LoadMessageInfo() == nil {
  113. ms.StoreMessageInfo(mi)
  114. }
  115. return ms
  116. }
  117. return mi.MessageOf(x)
  118. }
  119. // Deprecated: Use UserFindRoomListRequest.ProtoReflect.Descriptor instead.
  120. func (*UserFindRoomListRequest) Descriptor() ([]byte, []int) {
  121. return file_chat_proto_rawDescGZIP(), []int{1}
  122. }
  123. func (x *UserFindRoomListRequest) GetNextId() int64 {
  124. if x != nil {
  125. return x.NextId
  126. }
  127. return 0
  128. }
  129. func (x *UserFindRoomListRequest) GetOffset() int64 {
  130. if x != nil {
  131. return x.Offset
  132. }
  133. return 0
  134. }
  135. func (x *UserFindRoomListRequest) GetIdentifyId() string {
  136. if x != nil {
  137. return x.IdentifyId
  138. }
  139. return ""
  140. }
  141. func (x *UserFindRoomListRequest) GetIsWithinSevenDay() bool {
  142. if x != nil {
  143. return x.IsWithinSevenDay
  144. }
  145. return false
  146. }
  147. type UserFindRoomListReply struct {
  148. state protoimpl.MessageState
  149. sizeCache protoimpl.SizeCache
  150. unknownFields protoimpl.UnknownFields
  151. List []*UserRoomInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  152. NextId int64 `protobuf:"varint,2,opt,name=nextId,proto3" json:"nextId"`
  153. }
  154. func (x *UserFindRoomListReply) Reset() {
  155. *x = UserFindRoomListReply{}
  156. if protoimpl.UnsafeEnabled {
  157. mi := &file_chat_proto_msgTypes[2]
  158. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  159. ms.StoreMessageInfo(mi)
  160. }
  161. }
  162. func (x *UserFindRoomListReply) String() string {
  163. return protoimpl.X.MessageStringOf(x)
  164. }
  165. func (*UserFindRoomListReply) ProtoMessage() {}
  166. func (x *UserFindRoomListReply) ProtoReflect() protoreflect.Message {
  167. mi := &file_chat_proto_msgTypes[2]
  168. if protoimpl.UnsafeEnabled && x != nil {
  169. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  170. if ms.LoadMessageInfo() == nil {
  171. ms.StoreMessageInfo(mi)
  172. }
  173. return ms
  174. }
  175. return mi.MessageOf(x)
  176. }
  177. // Deprecated: Use UserFindRoomListReply.ProtoReflect.Descriptor instead.
  178. func (*UserFindRoomListReply) Descriptor() ([]byte, []int) {
  179. return file_chat_proto_rawDescGZIP(), []int{2}
  180. }
  181. func (x *UserFindRoomListReply) GetList() []*UserRoomInfo {
  182. if x != nil {
  183. return x.List
  184. }
  185. return nil
  186. }
  187. func (x *UserFindRoomListReply) GetNextId() int64 {
  188. if x != nil {
  189. return x.NextId
  190. }
  191. return 0
  192. }
  193. type UserRoomInfo struct {
  194. state protoimpl.MessageState
  195. sizeCache protoimpl.SizeCache
  196. unknownFields protoimpl.UnknownFields
  197. PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"` // 用户ID
  198. UnreadNum int64 `protobuf:"varint,3,opt,name=unreadNum,proto3" json:"unreadNum"` // 用户未读数
  199. LastContent string `protobuf:"bytes,4,opt,name=lastContent,proto3" json:"lastContent"` // 上次发送内容
  200. LastTime int64 `protobuf:"varint,5,opt,name=lastTime,proto3" json:"lastTime"` // 上次发送时间
  201. Likeability int64 `protobuf:"varint,6,opt,name=likeability,proto3" json:"likeability"` // 好感度
  202. Sex int64 `protobuf:"varint,8,opt,name=sex,proto3" json:"sex"` // 性别
  203. AvatarUrl string `protobuf:"bytes,9,opt,name=AvatarUrl,proto3" json:"AvatarUrl"` // 头像
  204. Nickname string `protobuf:"bytes,10,opt,name=nickname,proto3" json:"nickname"` // 昵称
  205. Age int64 `protobuf:"varint,11,opt,name=age,proto3" json:"age"` // 年龄
  206. }
  207. func (x *UserRoomInfo) Reset() {
  208. *x = UserRoomInfo{}
  209. if protoimpl.UnsafeEnabled {
  210. mi := &file_chat_proto_msgTypes[3]
  211. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  212. ms.StoreMessageInfo(mi)
  213. }
  214. }
  215. func (x *UserRoomInfo) String() string {
  216. return protoimpl.X.MessageStringOf(x)
  217. }
  218. func (*UserRoomInfo) ProtoMessage() {}
  219. func (x *UserRoomInfo) ProtoReflect() protoreflect.Message {
  220. mi := &file_chat_proto_msgTypes[3]
  221. if protoimpl.UnsafeEnabled && x != nil {
  222. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  223. if ms.LoadMessageInfo() == nil {
  224. ms.StoreMessageInfo(mi)
  225. }
  226. return ms
  227. }
  228. return mi.MessageOf(x)
  229. }
  230. // Deprecated: Use UserRoomInfo.ProtoReflect.Descriptor instead.
  231. func (*UserRoomInfo) Descriptor() ([]byte, []int) {
  232. return file_chat_proto_rawDescGZIP(), []int{3}
  233. }
  234. func (x *UserRoomInfo) GetPersonId() string {
  235. if x != nil {
  236. return x.PersonId
  237. }
  238. return ""
  239. }
  240. func (x *UserRoomInfo) GetUnreadNum() int64 {
  241. if x != nil {
  242. return x.UnreadNum
  243. }
  244. return 0
  245. }
  246. func (x *UserRoomInfo) GetLastContent() string {
  247. if x != nil {
  248. return x.LastContent
  249. }
  250. return ""
  251. }
  252. func (x *UserRoomInfo) GetLastTime() int64 {
  253. if x != nil {
  254. return x.LastTime
  255. }
  256. return 0
  257. }
  258. func (x *UserRoomInfo) GetLikeability() int64 {
  259. if x != nil {
  260. return x.Likeability
  261. }
  262. return 0
  263. }
  264. func (x *UserRoomInfo) GetSex() int64 {
  265. if x != nil {
  266. return x.Sex
  267. }
  268. return 0
  269. }
  270. func (x *UserRoomInfo) GetAvatarUrl() string {
  271. if x != nil {
  272. return x.AvatarUrl
  273. }
  274. return ""
  275. }
  276. func (x *UserRoomInfo) GetNickname() string {
  277. if x != nil {
  278. return x.Nickname
  279. }
  280. return ""
  281. }
  282. func (x *UserRoomInfo) GetAge() int64 {
  283. if x != nil {
  284. return x.Age
  285. }
  286. return 0
  287. }
  288. type PartnerFindRoomListReply struct {
  289. state protoimpl.MessageState
  290. sizeCache protoimpl.SizeCache
  291. unknownFields protoimpl.UnknownFields
  292. List []*PartnerRoomInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  293. NextId int64 `protobuf:"varint,2,opt,name=nextId,proto3" json:"nextId"`
  294. }
  295. func (x *PartnerFindRoomListReply) Reset() {
  296. *x = PartnerFindRoomListReply{}
  297. if protoimpl.UnsafeEnabled {
  298. mi := &file_chat_proto_msgTypes[4]
  299. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  300. ms.StoreMessageInfo(mi)
  301. }
  302. }
  303. func (x *PartnerFindRoomListReply) String() string {
  304. return protoimpl.X.MessageStringOf(x)
  305. }
  306. func (*PartnerFindRoomListReply) ProtoMessage() {}
  307. func (x *PartnerFindRoomListReply) ProtoReflect() protoreflect.Message {
  308. mi := &file_chat_proto_msgTypes[4]
  309. if protoimpl.UnsafeEnabled && x != nil {
  310. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  311. if ms.LoadMessageInfo() == nil {
  312. ms.StoreMessageInfo(mi)
  313. }
  314. return ms
  315. }
  316. return mi.MessageOf(x)
  317. }
  318. // Deprecated: Use PartnerFindRoomListReply.ProtoReflect.Descriptor instead.
  319. func (*PartnerFindRoomListReply) Descriptor() ([]byte, []int) {
  320. return file_chat_proto_rawDescGZIP(), []int{4}
  321. }
  322. func (x *PartnerFindRoomListReply) GetList() []*PartnerRoomInfo {
  323. if x != nil {
  324. return x.List
  325. }
  326. return nil
  327. }
  328. func (x *PartnerFindRoomListReply) GetNextId() int64 {
  329. if x != nil {
  330. return x.NextId
  331. }
  332. return 0
  333. }
  334. type PartnerRoomInfo struct {
  335. state protoimpl.MessageState
  336. sizeCache protoimpl.SizeCache
  337. unknownFields protoimpl.UnknownFields
  338. PersonSendNum int64 `protobuf:"varint,1,opt,name=personSendNum,proto3" json:"personSendNum"` // 用户发送数
  339. PersonId string `protobuf:"bytes,2,opt,name=personId,proto3" json:"personId"` // 用户ID
  340. UnreadNum int64 `protobuf:"varint,3,opt,name=unreadNum,proto3" json:"unreadNum"` // 接待者未读数
  341. LastContent string `protobuf:"bytes,4,opt,name=lastContent,proto3" json:"lastContent"` // 上次发送内容
  342. LastTime int64 `protobuf:"varint,5,opt,name=lastTime,proto3" json:"lastTime"` // 上次发送时间
  343. Benefit int64 `protobuf:"varint,6,opt,name=benefit,proto3" json:"benefit"` // 收益
  344. Type string `protobuf:"bytes,7,opt,name=type,proto3" json:"type"` // 类型(新客:new,付费:pay)
  345. Sex int64 `protobuf:"varint,8,opt,name=sex,proto3" json:"sex"` // 性别
  346. AvatarUrl string `protobuf:"bytes,9,opt,name=AvatarUrl,proto3" json:"AvatarUrl"` // 头像
  347. Nickname string `protobuf:"bytes,10,opt,name=nickname,proto3" json:"nickname"` // 昵称
  348. Age int64 `protobuf:"varint,11,opt,name=age,proto3" json:"age"` // 年龄
  349. }
  350. func (x *PartnerRoomInfo) Reset() {
  351. *x = PartnerRoomInfo{}
  352. if protoimpl.UnsafeEnabled {
  353. mi := &file_chat_proto_msgTypes[5]
  354. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  355. ms.StoreMessageInfo(mi)
  356. }
  357. }
  358. func (x *PartnerRoomInfo) String() string {
  359. return protoimpl.X.MessageStringOf(x)
  360. }
  361. func (*PartnerRoomInfo) ProtoMessage() {}
  362. func (x *PartnerRoomInfo) ProtoReflect() protoreflect.Message {
  363. mi := &file_chat_proto_msgTypes[5]
  364. if protoimpl.UnsafeEnabled && x != nil {
  365. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  366. if ms.LoadMessageInfo() == nil {
  367. ms.StoreMessageInfo(mi)
  368. }
  369. return ms
  370. }
  371. return mi.MessageOf(x)
  372. }
  373. // Deprecated: Use PartnerRoomInfo.ProtoReflect.Descriptor instead.
  374. func (*PartnerRoomInfo) Descriptor() ([]byte, []int) {
  375. return file_chat_proto_rawDescGZIP(), []int{5}
  376. }
  377. func (x *PartnerRoomInfo) GetPersonSendNum() int64 {
  378. if x != nil {
  379. return x.PersonSendNum
  380. }
  381. return 0
  382. }
  383. func (x *PartnerRoomInfo) GetPersonId() string {
  384. if x != nil {
  385. return x.PersonId
  386. }
  387. return ""
  388. }
  389. func (x *PartnerRoomInfo) GetUnreadNum() int64 {
  390. if x != nil {
  391. return x.UnreadNum
  392. }
  393. return 0
  394. }
  395. func (x *PartnerRoomInfo) GetLastContent() string {
  396. if x != nil {
  397. return x.LastContent
  398. }
  399. return ""
  400. }
  401. func (x *PartnerRoomInfo) GetLastTime() int64 {
  402. if x != nil {
  403. return x.LastTime
  404. }
  405. return 0
  406. }
  407. func (x *PartnerRoomInfo) GetBenefit() int64 {
  408. if x != nil {
  409. return x.Benefit
  410. }
  411. return 0
  412. }
  413. func (x *PartnerRoomInfo) GetType() string {
  414. if x != nil {
  415. return x.Type
  416. }
  417. return ""
  418. }
  419. func (x *PartnerRoomInfo) GetSex() int64 {
  420. if x != nil {
  421. return x.Sex
  422. }
  423. return 0
  424. }
  425. func (x *PartnerRoomInfo) GetAvatarUrl() string {
  426. if x != nil {
  427. return x.AvatarUrl
  428. }
  429. return ""
  430. }
  431. func (x *PartnerRoomInfo) GetNickname() string {
  432. if x != nil {
  433. return x.Nickname
  434. }
  435. return ""
  436. }
  437. func (x *PartnerRoomInfo) GetAge() int64 {
  438. if x != nil {
  439. return x.Age
  440. }
  441. return 0
  442. }
  443. type CreateChatRoomParam struct {
  444. state protoimpl.MessageState
  445. sizeCache protoimpl.SizeCache
  446. unknownFields protoimpl.UnknownFields
  447. PersonId1 string `protobuf:"bytes,1,opt,name=personId1,proto3" json:"personId1"`
  448. PersonIdentifyID1 string `protobuf:"bytes,2,opt,name=personIdentifyID1,proto3" json:"personIdentifyID1"` // 身份ID
  449. PersonType1 string `protobuf:"bytes,3,opt,name=personType1,proto3" json:"personType1"` // 类型
  450. PersonId2 string `protobuf:"bytes,4,opt,name=personId2,proto3" json:"personId2"`
  451. PersonIdentifyID2 string `protobuf:"bytes,5,opt,name=personIdentifyID2,proto3" json:"personIdentifyID2"` // 身份ID
  452. PersonType2 string `protobuf:"bytes,6,opt,name=personType2,proto3" json:"personType2"` // 类型
  453. }
  454. func (x *CreateChatRoomParam) Reset() {
  455. *x = CreateChatRoomParam{}
  456. if protoimpl.UnsafeEnabled {
  457. mi := &file_chat_proto_msgTypes[6]
  458. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  459. ms.StoreMessageInfo(mi)
  460. }
  461. }
  462. func (x *CreateChatRoomParam) String() string {
  463. return protoimpl.X.MessageStringOf(x)
  464. }
  465. func (*CreateChatRoomParam) ProtoMessage() {}
  466. func (x *CreateChatRoomParam) ProtoReflect() protoreflect.Message {
  467. mi := &file_chat_proto_msgTypes[6]
  468. if protoimpl.UnsafeEnabled && x != nil {
  469. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  470. if ms.LoadMessageInfo() == nil {
  471. ms.StoreMessageInfo(mi)
  472. }
  473. return ms
  474. }
  475. return mi.MessageOf(x)
  476. }
  477. // Deprecated: Use CreateChatRoomParam.ProtoReflect.Descriptor instead.
  478. func (*CreateChatRoomParam) Descriptor() ([]byte, []int) {
  479. return file_chat_proto_rawDescGZIP(), []int{6}
  480. }
  481. func (x *CreateChatRoomParam) GetPersonId1() string {
  482. if x != nil {
  483. return x.PersonId1
  484. }
  485. return ""
  486. }
  487. func (x *CreateChatRoomParam) GetPersonIdentifyID1() string {
  488. if x != nil {
  489. return x.PersonIdentifyID1
  490. }
  491. return ""
  492. }
  493. func (x *CreateChatRoomParam) GetPersonType1() string {
  494. if x != nil {
  495. return x.PersonType1
  496. }
  497. return ""
  498. }
  499. func (x *CreateChatRoomParam) GetPersonId2() string {
  500. if x != nil {
  501. return x.PersonId2
  502. }
  503. return ""
  504. }
  505. func (x *CreateChatRoomParam) GetPersonIdentifyID2() string {
  506. if x != nil {
  507. return x.PersonIdentifyID2
  508. }
  509. return ""
  510. }
  511. func (x *CreateChatRoomParam) GetPersonType2() string {
  512. if x != nil {
  513. return x.PersonType2
  514. }
  515. return ""
  516. }
  517. type ReceiveRequest struct {
  518. state protoimpl.MessageState
  519. sizeCache protoimpl.SizeCache
  520. unknownFields protoimpl.UnknownFields
  521. Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method"`
  522. Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data"`
  523. Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id"`
  524. WebsocketTag string `protobuf:"bytes,4,opt,name=websocketTag,proto3" json:"websocketTag"`
  525. PersonType string `protobuf:"bytes,5,opt,name=personType,proto3" json:"personType"`
  526. PersonId string `protobuf:"bytes,6,opt,name=personId,proto3" json:"personId"`
  527. }
  528. func (x *ReceiveRequest) Reset() {
  529. *x = ReceiveRequest{}
  530. if protoimpl.UnsafeEnabled {
  531. mi := &file_chat_proto_msgTypes[7]
  532. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  533. ms.StoreMessageInfo(mi)
  534. }
  535. }
  536. func (x *ReceiveRequest) String() string {
  537. return protoimpl.X.MessageStringOf(x)
  538. }
  539. func (*ReceiveRequest) ProtoMessage() {}
  540. func (x *ReceiveRequest) ProtoReflect() protoreflect.Message {
  541. mi := &file_chat_proto_msgTypes[7]
  542. if protoimpl.UnsafeEnabled && x != nil {
  543. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  544. if ms.LoadMessageInfo() == nil {
  545. ms.StoreMessageInfo(mi)
  546. }
  547. return ms
  548. }
  549. return mi.MessageOf(x)
  550. }
  551. // Deprecated: Use ReceiveRequest.ProtoReflect.Descriptor instead.
  552. func (*ReceiveRequest) Descriptor() ([]byte, []int) {
  553. return file_chat_proto_rawDescGZIP(), []int{7}
  554. }
  555. func (x *ReceiveRequest) GetMethod() string {
  556. if x != nil {
  557. return x.Method
  558. }
  559. return ""
  560. }
  561. func (x *ReceiveRequest) GetData() []byte {
  562. if x != nil {
  563. return x.Data
  564. }
  565. return nil
  566. }
  567. func (x *ReceiveRequest) GetId() string {
  568. if x != nil {
  569. return x.Id
  570. }
  571. return ""
  572. }
  573. func (x *ReceiveRequest) GetWebsocketTag() string {
  574. if x != nil {
  575. return x.WebsocketTag
  576. }
  577. return ""
  578. }
  579. func (x *ReceiveRequest) GetPersonType() string {
  580. if x != nil {
  581. return x.PersonType
  582. }
  583. return ""
  584. }
  585. func (x *ReceiveRequest) GetPersonId() string {
  586. if x != nil {
  587. return x.PersonId
  588. }
  589. return ""
  590. }
  591. type ReceiveReply struct {
  592. state protoimpl.MessageState
  593. sizeCache protoimpl.SizeCache
  594. unknownFields protoimpl.UnknownFields
  595. }
  596. func (x *ReceiveReply) Reset() {
  597. *x = ReceiveReply{}
  598. if protoimpl.UnsafeEnabled {
  599. mi := &file_chat_proto_msgTypes[8]
  600. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  601. ms.StoreMessageInfo(mi)
  602. }
  603. }
  604. func (x *ReceiveReply) String() string {
  605. return protoimpl.X.MessageStringOf(x)
  606. }
  607. func (*ReceiveReply) ProtoMessage() {}
  608. func (x *ReceiveReply) ProtoReflect() protoreflect.Message {
  609. mi := &file_chat_proto_msgTypes[8]
  610. if protoimpl.UnsafeEnabled && x != nil {
  611. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  612. if ms.LoadMessageInfo() == nil {
  613. ms.StoreMessageInfo(mi)
  614. }
  615. return ms
  616. }
  617. return mi.MessageOf(x)
  618. }
  619. // Deprecated: Use ReceiveReply.ProtoReflect.Descriptor instead.
  620. func (*ReceiveReply) Descriptor() ([]byte, []int) {
  621. return file_chat_proto_rawDescGZIP(), []int{8}
  622. }
  623. type CheckUserPartnerIsRelationshipReply struct {
  624. state protoimpl.MessageState
  625. sizeCache protoimpl.SizeCache
  626. unknownFields protoimpl.UnknownFields
  627. IsBuildRelationship bool `protobuf:"varint,1,opt,name=isBuildRelationship,proto3" json:"isBuildRelationship"`
  628. RoomId int64 `protobuf:"varint,2,opt,name=roomId,proto3" json:"roomId"`
  629. }
  630. func (x *CheckUserPartnerIsRelationshipReply) Reset() {
  631. *x = CheckUserPartnerIsRelationshipReply{}
  632. if protoimpl.UnsafeEnabled {
  633. mi := &file_chat_proto_msgTypes[9]
  634. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  635. ms.StoreMessageInfo(mi)
  636. }
  637. }
  638. func (x *CheckUserPartnerIsRelationshipReply) String() string {
  639. return protoimpl.X.MessageStringOf(x)
  640. }
  641. func (*CheckUserPartnerIsRelationshipReply) ProtoMessage() {}
  642. func (x *CheckUserPartnerIsRelationshipReply) ProtoReflect() protoreflect.Message {
  643. mi := &file_chat_proto_msgTypes[9]
  644. if protoimpl.UnsafeEnabled && x != nil {
  645. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  646. if ms.LoadMessageInfo() == nil {
  647. ms.StoreMessageInfo(mi)
  648. }
  649. return ms
  650. }
  651. return mi.MessageOf(x)
  652. }
  653. // Deprecated: Use CheckUserPartnerIsRelationshipReply.ProtoReflect.Descriptor instead.
  654. func (*CheckUserPartnerIsRelationshipReply) Descriptor() ([]byte, []int) {
  655. return file_chat_proto_rawDescGZIP(), []int{9}
  656. }
  657. func (x *CheckUserPartnerIsRelationshipReply) GetIsBuildRelationship() bool {
  658. if x != nil {
  659. return x.IsBuildRelationship
  660. }
  661. return false
  662. }
  663. func (x *CheckUserPartnerIsRelationshipReply) GetRoomId() int64 {
  664. if x != nil {
  665. return x.RoomId
  666. }
  667. return 0
  668. }
  669. type RoomReply struct {
  670. state protoimpl.MessageState
  671. sizeCache protoimpl.SizeCache
  672. unknownFields protoimpl.UnknownFields
  673. RoomId int64 `protobuf:"varint,1,opt,name=roomId,proto3" json:"roomId"`
  674. }
  675. func (x *RoomReply) Reset() {
  676. *x = RoomReply{}
  677. if protoimpl.UnsafeEnabled {
  678. mi := &file_chat_proto_msgTypes[10]
  679. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  680. ms.StoreMessageInfo(mi)
  681. }
  682. }
  683. func (x *RoomReply) String() string {
  684. return protoimpl.X.MessageStringOf(x)
  685. }
  686. func (*RoomReply) ProtoMessage() {}
  687. func (x *RoomReply) ProtoReflect() protoreflect.Message {
  688. mi := &file_chat_proto_msgTypes[10]
  689. if protoimpl.UnsafeEnabled && x != nil {
  690. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  691. if ms.LoadMessageInfo() == nil {
  692. ms.StoreMessageInfo(mi)
  693. }
  694. return ms
  695. }
  696. return mi.MessageOf(x)
  697. }
  698. // Deprecated: Use RoomReply.ProtoReflect.Descriptor instead.
  699. func (*RoomReply) Descriptor() ([]byte, []int) {
  700. return file_chat_proto_rawDescGZIP(), []int{10}
  701. }
  702. func (x *RoomReply) GetRoomId() int64 {
  703. if x != nil {
  704. return x.RoomId
  705. }
  706. return 0
  707. }
  708. var File_chat_proto protoreflect.FileDescriptor
  709. var file_chat_proto_rawDesc = []byte{
  710. 0x0a, 0x0a, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x61, 0x70,
  711. 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x1a, 0x17, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
  712. 0x6f, 0x6e, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22,
  713. 0xc0, 0x01, 0x0a, 0x1a, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52,
  714. 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16,
  715. 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
  716. 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74,
  717. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x1e,
  718. 0x0a, 0x0a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01,
  719. 0x28, 0x09, 0x52, 0x0a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12, 0x26,
  720. 0x0a, 0x0e, 0x69, 0x73, 0x46, 0x69, 0x6e, 0x64, 0x4e, 0x6f, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79,
  721. 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x69, 0x73, 0x46, 0x69, 0x6e, 0x64, 0x4e, 0x6f,
  722. 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x2a, 0x0a, 0x10, 0x69, 0x73, 0x57, 0x69, 0x74, 0x68,
  723. 0x69, 0x6e, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08,
  724. 0x52, 0x10, 0x69, 0x73, 0x57, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44,
  725. 0x61, 0x79, 0x22, 0x95, 0x01, 0x0a, 0x17, 0x55, 0x73, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52,
  726. 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16,
  727. 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
  728. 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74,
  729. 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x1e,
  730. 0x0a, 0x0a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01,
  731. 0x28, 0x09, 0x52, 0x0a, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x64, 0x12, 0x2a,
  732. 0x0a, 0x10, 0x69, 0x73, 0x57, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44,
  733. 0x61, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x69, 0x73, 0x57, 0x69, 0x74, 0x68,
  734. 0x69, 0x6e, 0x53, 0x65, 0x76, 0x65, 0x6e, 0x44, 0x61, 0x79, 0x22, 0x5b, 0x0a, 0x15, 0x55, 0x73,
  735. 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65,
  736. 0x70, 0x6c, 0x79, 0x12, 0x2a, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28,
  737. 0x0b, 0x32, 0x16, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x55, 0x73, 0x65,
  738. 0x72, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12,
  739. 0x16, 0x0a, 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52,
  740. 0x06, 0x6e, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0x86, 0x02, 0x0a, 0x0c, 0x55, 0x73, 0x65, 0x72,
  741. 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73,
  742. 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73,
  743. 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75,
  744. 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x6e, 0x72, 0x65, 0x61, 0x64, 0x4e,
  745. 0x75, 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
  746. 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x43, 0x6f, 0x6e,
  747. 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65,
  748. 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65,
  749. 0x12, 0x20, 0x0a, 0x0b, 0x6c, 0x69, 0x6b, 0x65, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18,
  750. 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x6c, 0x69, 0x6b, 0x65, 0x61, 0x62, 0x69, 0x6c, 0x69,
  751. 0x74, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52,
  752. 0x03, 0x73, 0x65, 0x78, 0x12, 0x1c, 0x0a, 0x09, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55, 0x72,
  753. 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55,
  754. 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0a,
  755. 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10,
  756. 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67, 0x65,
  757. 0x22, 0x61, 0x0a, 0x18, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52,
  758. 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x2d, 0x0a, 0x04,
  759. 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x61, 0x70, 0x69,
  760. 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x6f, 0x6f,
  761. 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6e,
  762. 0x65, 0x78, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6e, 0x65, 0x78,
  763. 0x74, 0x49, 0x64, 0x22, 0xbb, 0x02, 0x0a, 0x0f, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52,
  764. 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x0a, 0x0d, 0x70, 0x65, 0x72, 0x73, 0x6f,
  765. 0x6e, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d,
  766. 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a,
  767. 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
  768. 0x08, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x6e, 0x72,
  769. 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x75, 0x6e,
  770. 0x72, 0x65, 0x61, 0x64, 0x4e, 0x75, 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x6c, 0x61, 0x73, 0x74, 0x43,
  771. 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6c, 0x61,
  772. 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x61, 0x73,
  773. 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6c, 0x61, 0x73,
  774. 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x74,
  775. 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x65, 0x6e, 0x65, 0x66, 0x69, 0x74, 0x12,
  776. 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74,
  777. 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03,
  778. 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1c, 0x0a, 0x09, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72, 0x55,
  779. 0x72, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x41, 0x76, 0x61, 0x74, 0x61, 0x72,
  780. 0x55, 0x72, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18,
  781. 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12,
  782. 0x10, 0x0a, 0x03, 0x61, 0x67, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x03, 0x61, 0x67,
  783. 0x65, 0x22, 0xf1, 0x01, 0x0a, 0x13, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x74,
  784. 0x52, 0x6f, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x65, 0x72,
  785. 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x65,
  786. 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x31, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x65, 0x72, 0x73, 0x6f,
  787. 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x44, 0x31, 0x18, 0x02, 0x20, 0x01,
  788. 0x28, 0x09, 0x52, 0x11, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69,
  789. 0x66, 0x79, 0x49, 0x44, 0x31, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54,
  790. 0x79, 0x70, 0x65, 0x31, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x65, 0x72, 0x73,
  791. 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x31, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x65, 0x72, 0x73, 0x6f,
  792. 0x6e, 0x49, 0x64, 0x32, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x65, 0x72, 0x73,
  793. 0x6f, 0x6e, 0x49, 0x64, 0x32, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
  794. 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79, 0x49, 0x44, 0x32, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
  795. 0x52, 0x11, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x79,
  796. 0x49, 0x44, 0x32, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70,
  797. 0x65, 0x32, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x65, 0x72, 0x73, 0x6f, 0x6e,
  798. 0x54, 0x79, 0x70, 0x65, 0x32, 0x22, 0xac, 0x01, 0x0a, 0x0e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76,
  799. 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x68,
  800. 0x6f, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64,
  801. 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04,
  802. 0x64, 0x61, 0x74, 0x61, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  803. 0x52, 0x02, 0x69, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x65, 0x62, 0x73, 0x6f, 0x63, 0x6b, 0x65,
  804. 0x74, 0x54, 0x61, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x77, 0x65, 0x62, 0x73,
  805. 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x54, 0x61, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x65, 0x72, 0x73,
  806. 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x65,
  807. 0x72, 0x73, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x65, 0x72, 0x73,
  808. 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x65, 0x72, 0x73,
  809. 0x6f, 0x6e, 0x49, 0x64, 0x22, 0x0e, 0x0a, 0x0c, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52,
  810. 0x65, 0x70, 0x6c, 0x79, 0x22, 0x6f, 0x0a, 0x23, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65,
  811. 0x72, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69,
  812. 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x30, 0x0a, 0x13, 0x69,
  813. 0x73, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68,
  814. 0x69, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x69, 0x73, 0x42, 0x75, 0x69, 0x6c,
  815. 0x64, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x12, 0x16, 0x0a,
  816. 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x72,
  817. 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x22, 0x23, 0x0a, 0x09, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x70,
  818. 0x6c, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
  819. 0x28, 0x03, 0x52, 0x06, 0x72, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x32, 0x9d, 0x04, 0x0a, 0x04, 0x43,
  820. 0x68, 0x61, 0x74, 0x12, 0x72, 0x0a, 0x1e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72,
  821. 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f,
  822. 0x6e, 0x73, 0x68, 0x69, 0x70, 0x12, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  823. 0x6f, 0x6e, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x41, 0x6e, 0x64, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65,
  824. 0x72, 0x49, 0x64, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x2d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  825. 0x68, 0x61, 0x74, 0x2e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x55, 0x73, 0x65, 0x72, 0x50, 0x61, 0x72,
  826. 0x74, 0x6e, 0x65, 0x72, 0x49, 0x73, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68,
  827. 0x69, 0x70, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x44, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61, 0x74,
  828. 0x65, 0x43, 0x68, 0x61, 0x74, 0x52, 0x6f, 0x6f, 0x6d, 0x12, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e,
  829. 0x63, 0x68, 0x61, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x74, 0x52,
  830. 0x6f, 0x6f, 0x6d, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x1a, 0x13, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  831. 0x68, 0x61, 0x74, 0x2e, 0x52, 0x6f, 0x6f, 0x6d, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x5f, 0x0a,
  832. 0x14, 0x46, 0x69, 0x6e, 0x64, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x65, 0x72, 0x73, 0x6f,
  833. 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d,
  834. 0x6f, 0x6e, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x67, 0x65, 0x41, 0x6e, 0x64, 0x50, 0x65,
  835. 0x72, 0x73, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x61, 0x70,
  836. 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x4f, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x50,
  837. 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x61,
  838. 0x0a, 0x13, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f,
  839. 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74,
  840. 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d,
  841. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x61, 0x70,
  842. 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x46, 0x69,
  843. 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
  844. 0x00, 0x12, 0x58, 0x0a, 0x10, 0x55, 0x73, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f,
  845. 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74,
  846. 0x2e, 0x55, 0x73, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d, 0x4c, 0x69, 0x73,
  847. 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63,
  848. 0x68, 0x61, 0x74, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x6f, 0x6f, 0x6d,
  849. 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x3d, 0x0a, 0x07, 0x52,
  850. 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x12, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61,
  851. 0x74, 0x2e, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  852. 0x1a, 0x16, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x2e, 0x52, 0x65, 0x63, 0x65,
  853. 0x69, 0x76, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x3d, 0x0a, 0x08, 0x61, 0x70,
  854. 0x69, 0x2e, 0x63, 0x68, 0x61, 0x74, 0x50, 0x01, 0x5a, 0x2f, 0x67, 0x69, 0x74, 0x2e, 0x69, 0x6b,
  855. 0x75, 0x62, 0x61, 0x6e, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f,
  856. 0x70, 0x77, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  857. 0x63, 0x68, 0x61, 0x74, 0x3b, 0x63, 0x68, 0x61, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  858. 0x33,
  859. }
  860. var (
  861. file_chat_proto_rawDescOnce sync.Once
  862. file_chat_proto_rawDescData = file_chat_proto_rawDesc
  863. )
  864. func file_chat_proto_rawDescGZIP() []byte {
  865. file_chat_proto_rawDescOnce.Do(func() {
  866. file_chat_proto_rawDescData = protoimpl.X.CompressGZIP(file_chat_proto_rawDescData)
  867. })
  868. return file_chat_proto_rawDescData
  869. }
  870. var file_chat_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
  871. var file_chat_proto_goTypes = []interface{}{
  872. (*PartnerFindRoomListRequest)(nil), // 0: api.chat.PartnerFindRoomListRequest
  873. (*UserFindRoomListRequest)(nil), // 1: api.chat.UserFindRoomListRequest
  874. (*UserFindRoomListReply)(nil), // 2: api.chat.UserFindRoomListReply
  875. (*UserRoomInfo)(nil), // 3: api.chat.UserRoomInfo
  876. (*PartnerFindRoomListReply)(nil), // 4: api.chat.PartnerFindRoomListReply
  877. (*PartnerRoomInfo)(nil), // 5: api.chat.PartnerRoomInfo
  878. (*CreateChatRoomParam)(nil), // 6: api.chat.CreateChatRoomParam
  879. (*ReceiveRequest)(nil), // 7: api.chat.ReceiveRequest
  880. (*ReceiveReply)(nil), // 8: api.chat.ReceiveReply
  881. (*CheckUserPartnerIsRelationshipReply)(nil), // 9: api.chat.CheckUserPartnerIsRelationshipReply
  882. (*RoomReply)(nil), // 10: api.chat.RoomReply
  883. (*common.UserAndPartnerIdParam)(nil), // 11: api.common.UserAndPartnerIdParam
  884. (*common.ListPageAndPersonRequest)(nil), // 12: api.common.ListPageAndPersonRequest
  885. (*common.OnlinePersonListReply)(nil), // 13: api.common.OnlinePersonListReply
  886. }
  887. var file_chat_proto_depIdxs = []int32{
  888. 3, // 0: api.chat.UserFindRoomListReply.list:type_name -> api.chat.UserRoomInfo
  889. 5, // 1: api.chat.PartnerFindRoomListReply.list:type_name -> api.chat.PartnerRoomInfo
  890. 11, // 2: api.chat.Chat.CheckUserPartnerIsRelationship:input_type -> api.common.UserAndPartnerIdParam
  891. 6, // 3: api.chat.Chat.CreateChatRoom:input_type -> api.chat.CreateChatRoomParam
  892. 12, // 4: api.chat.Chat.FindOnlinePersonList:input_type -> api.common.ListPageAndPersonRequest
  893. 0, // 5: api.chat.Chat.PartnerFindRoomList:input_type -> api.chat.PartnerFindRoomListRequest
  894. 1, // 6: api.chat.Chat.UserFindRoomList:input_type -> api.chat.UserFindRoomListRequest
  895. 7, // 7: api.chat.Chat.Receive:input_type -> api.chat.ReceiveRequest
  896. 9, // 8: api.chat.Chat.CheckUserPartnerIsRelationship:output_type -> api.chat.CheckUserPartnerIsRelationshipReply
  897. 10, // 9: api.chat.Chat.CreateChatRoom:output_type -> api.chat.RoomReply
  898. 13, // 10: api.chat.Chat.FindOnlinePersonList:output_type -> api.common.OnlinePersonListReply
  899. 4, // 11: api.chat.Chat.PartnerFindRoomList:output_type -> api.chat.PartnerFindRoomListReply
  900. 2, // 12: api.chat.Chat.UserFindRoomList:output_type -> api.chat.UserFindRoomListReply
  901. 8, // 13: api.chat.Chat.Receive:output_type -> api.chat.ReceiveReply
  902. 8, // [8:14] is the sub-list for method output_type
  903. 2, // [2:8] is the sub-list for method input_type
  904. 2, // [2:2] is the sub-list for extension type_name
  905. 2, // [2:2] is the sub-list for extension extendee
  906. 0, // [0:2] is the sub-list for field type_name
  907. }
  908. func init() { file_chat_proto_init() }
  909. func file_chat_proto_init() {
  910. if File_chat_proto != nil {
  911. return
  912. }
  913. if !protoimpl.UnsafeEnabled {
  914. file_chat_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  915. switch v := v.(*PartnerFindRoomListRequest); i {
  916. case 0:
  917. return &v.state
  918. case 1:
  919. return &v.sizeCache
  920. case 2:
  921. return &v.unknownFields
  922. default:
  923. return nil
  924. }
  925. }
  926. file_chat_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  927. switch v := v.(*UserFindRoomListRequest); i {
  928. case 0:
  929. return &v.state
  930. case 1:
  931. return &v.sizeCache
  932. case 2:
  933. return &v.unknownFields
  934. default:
  935. return nil
  936. }
  937. }
  938. file_chat_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  939. switch v := v.(*UserFindRoomListReply); i {
  940. case 0:
  941. return &v.state
  942. case 1:
  943. return &v.sizeCache
  944. case 2:
  945. return &v.unknownFields
  946. default:
  947. return nil
  948. }
  949. }
  950. file_chat_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  951. switch v := v.(*UserRoomInfo); i {
  952. case 0:
  953. return &v.state
  954. case 1:
  955. return &v.sizeCache
  956. case 2:
  957. return &v.unknownFields
  958. default:
  959. return nil
  960. }
  961. }
  962. file_chat_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  963. switch v := v.(*PartnerFindRoomListReply); i {
  964. case 0:
  965. return &v.state
  966. case 1:
  967. return &v.sizeCache
  968. case 2:
  969. return &v.unknownFields
  970. default:
  971. return nil
  972. }
  973. }
  974. file_chat_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  975. switch v := v.(*PartnerRoomInfo); i {
  976. case 0:
  977. return &v.state
  978. case 1:
  979. return &v.sizeCache
  980. case 2:
  981. return &v.unknownFields
  982. default:
  983. return nil
  984. }
  985. }
  986. file_chat_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  987. switch v := v.(*CreateChatRoomParam); i {
  988. case 0:
  989. return &v.state
  990. case 1:
  991. return &v.sizeCache
  992. case 2:
  993. return &v.unknownFields
  994. default:
  995. return nil
  996. }
  997. }
  998. file_chat_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  999. switch v := v.(*ReceiveRequest); i {
  1000. case 0:
  1001. return &v.state
  1002. case 1:
  1003. return &v.sizeCache
  1004. case 2:
  1005. return &v.unknownFields
  1006. default:
  1007. return nil
  1008. }
  1009. }
  1010. file_chat_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1011. switch v := v.(*ReceiveReply); i {
  1012. case 0:
  1013. return &v.state
  1014. case 1:
  1015. return &v.sizeCache
  1016. case 2:
  1017. return &v.unknownFields
  1018. default:
  1019. return nil
  1020. }
  1021. }
  1022. file_chat_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1023. switch v := v.(*CheckUserPartnerIsRelationshipReply); i {
  1024. case 0:
  1025. return &v.state
  1026. case 1:
  1027. return &v.sizeCache
  1028. case 2:
  1029. return &v.unknownFields
  1030. default:
  1031. return nil
  1032. }
  1033. }
  1034. file_chat_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1035. switch v := v.(*RoomReply); i {
  1036. case 0:
  1037. return &v.state
  1038. case 1:
  1039. return &v.sizeCache
  1040. case 2:
  1041. return &v.unknownFields
  1042. default:
  1043. return nil
  1044. }
  1045. }
  1046. }
  1047. type x struct{}
  1048. out := protoimpl.TypeBuilder{
  1049. File: protoimpl.DescBuilder{
  1050. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1051. RawDescriptor: file_chat_proto_rawDesc,
  1052. NumEnums: 0,
  1053. NumMessages: 11,
  1054. NumExtensions: 0,
  1055. NumServices: 1,
  1056. },
  1057. GoTypes: file_chat_proto_goTypes,
  1058. DependencyIndexes: file_chat_proto_depIdxs,
  1059. MessageInfos: file_chat_proto_msgTypes,
  1060. }.Build()
  1061. File_chat_proto = out.File
  1062. file_chat_proto_rawDesc = nil
  1063. file_chat_proto_goTypes = nil
  1064. file_chat_proto_depIdxs = nil
  1065. }