InstamadilloAddMessage.pb.go 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.10
  4. // protoc v3.21.12
  5. // source: instamadilloAddMessage/InstamadilloAddMessage.proto
  6. package instamadilloAddMessage
  7. import (
  8. reflect "reflect"
  9. sync "sync"
  10. unsafe "unsafe"
  11. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  12. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  13. instamadilloCoreTypeActionLog "git.bobomao.top/joey/testwh/proto/instamadilloCoreTypeActionLog"
  14. instamadilloCoreTypeAdminMessage "git.bobomao.top/joey/testwh/proto/instamadilloCoreTypeAdminMessage"
  15. instamadilloCoreTypeCollection "git.bobomao.top/joey/testwh/proto/instamadilloCoreTypeCollection"
  16. instamadilloCoreTypeLink "git.bobomao.top/joey/testwh/proto/instamadilloCoreTypeLink"
  17. instamadilloCoreTypeMedia "git.bobomao.top/joey/testwh/proto/instamadilloCoreTypeMedia"
  18. instamadilloCoreTypeText "git.bobomao.top/joey/testwh/proto/instamadilloCoreTypeText"
  19. instamadilloXmaContentRef "git.bobomao.top/joey/testwh/proto/instamadilloXmaContentRef"
  20. )
  21. const (
  22. // Verify that this generated code is sufficiently up-to-date.
  23. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  24. // Verify that runtime/protoimpl is sufficiently up-to-date.
  25. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  26. )
  27. type Placeholder_Type int32
  28. const (
  29. Placeholder_PLACEHOLDER_TYPE_NONE Placeholder_Type = 0
  30. Placeholder_PLACEHOLDER_TYPE_DECRYPTION_FAILURE Placeholder_Type = 1
  31. Placeholder_PLACEHOLDER_TYPE_NOT_SUPPORTED_NEED_UPDATE Placeholder_Type = 2
  32. Placeholder_PLACEHOLDER_TYPE_DEVICE_UNAVAILABLE Placeholder_Type = 3
  33. Placeholder_PLACEHOLDER_TYPE_NOT_SUPPORTED_NOT_RECOVERABLE Placeholder_Type = 4
  34. )
  35. // Enum value maps for Placeholder_Type.
  36. var (
  37. Placeholder_Type_name = map[int32]string{
  38. 0: "PLACEHOLDER_TYPE_NONE",
  39. 1: "PLACEHOLDER_TYPE_DECRYPTION_FAILURE",
  40. 2: "PLACEHOLDER_TYPE_NOT_SUPPORTED_NEED_UPDATE",
  41. 3: "PLACEHOLDER_TYPE_DEVICE_UNAVAILABLE",
  42. 4: "PLACEHOLDER_TYPE_NOT_SUPPORTED_NOT_RECOVERABLE",
  43. }
  44. Placeholder_Type_value = map[string]int32{
  45. "PLACEHOLDER_TYPE_NONE": 0,
  46. "PLACEHOLDER_TYPE_DECRYPTION_FAILURE": 1,
  47. "PLACEHOLDER_TYPE_NOT_SUPPORTED_NEED_UPDATE": 2,
  48. "PLACEHOLDER_TYPE_DEVICE_UNAVAILABLE": 3,
  49. "PLACEHOLDER_TYPE_NOT_SUPPORTED_NOT_RECOVERABLE": 4,
  50. }
  51. )
  52. func (x Placeholder_Type) Enum() *Placeholder_Type {
  53. p := new(Placeholder_Type)
  54. *p = x
  55. return p
  56. }
  57. func (x Placeholder_Type) String() string {
  58. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  59. }
  60. func (Placeholder_Type) Descriptor() protoreflect.EnumDescriptor {
  61. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_enumTypes[0].Descriptor()
  62. }
  63. func (Placeholder_Type) Type() protoreflect.EnumType {
  64. return &file_instamadilloAddMessage_InstamadilloAddMessage_proto_enumTypes[0]
  65. }
  66. func (x Placeholder_Type) Number() protoreflect.EnumNumber {
  67. return protoreflect.EnumNumber(x)
  68. }
  69. // Deprecated: Do not use.
  70. func (x *Placeholder_Type) UnmarshalJSON(b []byte) error {
  71. num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
  72. if err != nil {
  73. return err
  74. }
  75. *x = Placeholder_Type(num)
  76. return nil
  77. }
  78. // Deprecated: Use Placeholder_Type.Descriptor instead.
  79. func (Placeholder_Type) EnumDescriptor() ([]byte, []int) {
  80. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP(), []int{10, 0}
  81. }
  82. type AddMessagePayload struct {
  83. state protoimpl.MessageState `protogen:"open.v1"`
  84. Content *AddMessageContent `protobuf:"bytes,1,opt,name=content" json:"content,omitempty"`
  85. Metadata *AddMessageMetadata `protobuf:"bytes,2,opt,name=metadata" json:"metadata,omitempty"`
  86. unknownFields protoimpl.UnknownFields
  87. sizeCache protoimpl.SizeCache
  88. }
  89. func (x *AddMessagePayload) Reset() {
  90. *x = AddMessagePayload{}
  91. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[0]
  92. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  93. ms.StoreMessageInfo(mi)
  94. }
  95. func (x *AddMessagePayload) String() string {
  96. return protoimpl.X.MessageStringOf(x)
  97. }
  98. func (*AddMessagePayload) ProtoMessage() {}
  99. func (x *AddMessagePayload) ProtoReflect() protoreflect.Message {
  100. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[0]
  101. if x != nil {
  102. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  103. if ms.LoadMessageInfo() == nil {
  104. ms.StoreMessageInfo(mi)
  105. }
  106. return ms
  107. }
  108. return mi.MessageOf(x)
  109. }
  110. // Deprecated: Use AddMessagePayload.ProtoReflect.Descriptor instead.
  111. func (*AddMessagePayload) Descriptor() ([]byte, []int) {
  112. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP(), []int{0}
  113. }
  114. func (x *AddMessagePayload) GetContent() *AddMessageContent {
  115. if x != nil {
  116. return x.Content
  117. }
  118. return nil
  119. }
  120. func (x *AddMessagePayload) GetMetadata() *AddMessageMetadata {
  121. if x != nil {
  122. return x.Metadata
  123. }
  124. return nil
  125. }
  126. type AddMessageContent struct {
  127. state protoimpl.MessageState `protogen:"open.v1"`
  128. // Types that are valid to be assigned to AddMessageContent:
  129. //
  130. // *AddMessageContent_Text
  131. // *AddMessageContent_Like
  132. // *AddMessageContent_Link
  133. // *AddMessageContent_ReceiverFetchXma
  134. // *AddMessageContent_Media
  135. // *AddMessageContent_Placeholder
  136. // *AddMessageContent_Collection
  137. // *AddMessageContent_AdminMessage
  138. // *AddMessageContent_ActionLog
  139. AddMessageContent isAddMessageContent_AddMessageContent `protobuf_oneof:"addMessageContent"`
  140. unknownFields protoimpl.UnknownFields
  141. sizeCache protoimpl.SizeCache
  142. }
  143. func (x *AddMessageContent) Reset() {
  144. *x = AddMessageContent{}
  145. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[1]
  146. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  147. ms.StoreMessageInfo(mi)
  148. }
  149. func (x *AddMessageContent) String() string {
  150. return protoimpl.X.MessageStringOf(x)
  151. }
  152. func (*AddMessageContent) ProtoMessage() {}
  153. func (x *AddMessageContent) ProtoReflect() protoreflect.Message {
  154. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[1]
  155. if x != nil {
  156. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  157. if ms.LoadMessageInfo() == nil {
  158. ms.StoreMessageInfo(mi)
  159. }
  160. return ms
  161. }
  162. return mi.MessageOf(x)
  163. }
  164. // Deprecated: Use AddMessageContent.ProtoReflect.Descriptor instead.
  165. func (*AddMessageContent) Descriptor() ([]byte, []int) {
  166. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP(), []int{1}
  167. }
  168. func (x *AddMessageContent) GetAddMessageContent() isAddMessageContent_AddMessageContent {
  169. if x != nil {
  170. return x.AddMessageContent
  171. }
  172. return nil
  173. }
  174. func (x *AddMessageContent) GetText() *instamadilloCoreTypeText.Text {
  175. if x != nil {
  176. if x, ok := x.AddMessageContent.(*AddMessageContent_Text); ok {
  177. return x.Text
  178. }
  179. }
  180. return nil
  181. }
  182. func (x *AddMessageContent) GetLike() *Like {
  183. if x != nil {
  184. if x, ok := x.AddMessageContent.(*AddMessageContent_Like); ok {
  185. return x.Like
  186. }
  187. }
  188. return nil
  189. }
  190. func (x *AddMessageContent) GetLink() *instamadilloCoreTypeLink.Link {
  191. if x != nil {
  192. if x, ok := x.AddMessageContent.(*AddMessageContent_Link); ok {
  193. return x.Link
  194. }
  195. }
  196. return nil
  197. }
  198. func (x *AddMessageContent) GetReceiverFetchXma() *ReceiverFetchXma {
  199. if x != nil {
  200. if x, ok := x.AddMessageContent.(*AddMessageContent_ReceiverFetchXma); ok {
  201. return x.ReceiverFetchXma
  202. }
  203. }
  204. return nil
  205. }
  206. func (x *AddMessageContent) GetMedia() *instamadilloCoreTypeMedia.Media {
  207. if x != nil {
  208. if x, ok := x.AddMessageContent.(*AddMessageContent_Media); ok {
  209. return x.Media
  210. }
  211. }
  212. return nil
  213. }
  214. func (x *AddMessageContent) GetPlaceholder() *Placeholder {
  215. if x != nil {
  216. if x, ok := x.AddMessageContent.(*AddMessageContent_Placeholder); ok {
  217. return x.Placeholder
  218. }
  219. }
  220. return nil
  221. }
  222. func (x *AddMessageContent) GetCollection() *instamadilloCoreTypeCollection.Collection {
  223. if x != nil {
  224. if x, ok := x.AddMessageContent.(*AddMessageContent_Collection); ok {
  225. return x.Collection
  226. }
  227. }
  228. return nil
  229. }
  230. func (x *AddMessageContent) GetAdminMessage() *instamadilloCoreTypeAdminMessage.AdminMessage {
  231. if x != nil {
  232. if x, ok := x.AddMessageContent.(*AddMessageContent_AdminMessage); ok {
  233. return x.AdminMessage
  234. }
  235. }
  236. return nil
  237. }
  238. func (x *AddMessageContent) GetActionLog() *instamadilloCoreTypeActionLog.ActionLog {
  239. if x != nil {
  240. if x, ok := x.AddMessageContent.(*AddMessageContent_ActionLog); ok {
  241. return x.ActionLog
  242. }
  243. }
  244. return nil
  245. }
  246. type isAddMessageContent_AddMessageContent interface {
  247. isAddMessageContent_AddMessageContent()
  248. }
  249. type AddMessageContent_Text struct {
  250. Text *instamadilloCoreTypeText.Text `protobuf:"bytes,1,opt,name=text,oneof"`
  251. }
  252. type AddMessageContent_Like struct {
  253. Like *Like `protobuf:"bytes,2,opt,name=like,oneof"`
  254. }
  255. type AddMessageContent_Link struct {
  256. Link *instamadilloCoreTypeLink.Link `protobuf:"bytes,3,opt,name=link,oneof"`
  257. }
  258. type AddMessageContent_ReceiverFetchXma struct {
  259. ReceiverFetchXma *ReceiverFetchXma `protobuf:"bytes,4,opt,name=receiverFetchXma,oneof"`
  260. }
  261. type AddMessageContent_Media struct {
  262. Media *instamadilloCoreTypeMedia.Media `protobuf:"bytes,5,opt,name=media,oneof"`
  263. }
  264. type AddMessageContent_Placeholder struct {
  265. Placeholder *Placeholder `protobuf:"bytes,6,opt,name=placeholder,oneof"`
  266. }
  267. type AddMessageContent_Collection struct {
  268. Collection *instamadilloCoreTypeCollection.Collection `protobuf:"bytes,7,opt,name=collection,oneof"`
  269. }
  270. type AddMessageContent_AdminMessage struct {
  271. AdminMessage *instamadilloCoreTypeAdminMessage.AdminMessage `protobuf:"bytes,8,opt,name=adminMessage,oneof"`
  272. }
  273. type AddMessageContent_ActionLog struct {
  274. ActionLog *instamadilloCoreTypeActionLog.ActionLog `protobuf:"bytes,9,opt,name=actionLog,oneof"`
  275. }
  276. func (*AddMessageContent_Text) isAddMessageContent_AddMessageContent() {}
  277. func (*AddMessageContent_Like) isAddMessageContent_AddMessageContent() {}
  278. func (*AddMessageContent_Link) isAddMessageContent_AddMessageContent() {}
  279. func (*AddMessageContent_ReceiverFetchXma) isAddMessageContent_AddMessageContent() {}
  280. func (*AddMessageContent_Media) isAddMessageContent_AddMessageContent() {}
  281. func (*AddMessageContent_Placeholder) isAddMessageContent_AddMessageContent() {}
  282. func (*AddMessageContent_Collection) isAddMessageContent_AddMessageContent() {}
  283. func (*AddMessageContent_AdminMessage) isAddMessageContent_AddMessageContent() {}
  284. func (*AddMessageContent_ActionLog) isAddMessageContent_AddMessageContent() {}
  285. type AddMessageMetadata struct {
  286. state protoimpl.MessageState `protogen:"open.v1"`
  287. SendSilently *bool `protobuf:"varint,1,opt,name=sendSilently" json:"sendSilently,omitempty"`
  288. PrivateReplyInfo *PrivateReplyInfo `protobuf:"bytes,2,opt,name=privateReplyInfo" json:"privateReplyInfo,omitempty"`
  289. RepliedToMessage *RepliedToMessage `protobuf:"bytes,3,opt,name=repliedToMessage" json:"repliedToMessage,omitempty"`
  290. ForwardingParams *ForwardingParams `protobuf:"bytes,4,opt,name=forwardingParams" json:"forwardingParams,omitempty"`
  291. EphemeralityParams *EphemeralityParams `protobuf:"bytes,5,opt,name=ephemeralityParams" json:"ephemeralityParams,omitempty"`
  292. unknownFields protoimpl.UnknownFields
  293. sizeCache protoimpl.SizeCache
  294. }
  295. func (x *AddMessageMetadata) Reset() {
  296. *x = AddMessageMetadata{}
  297. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[2]
  298. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  299. ms.StoreMessageInfo(mi)
  300. }
  301. func (x *AddMessageMetadata) String() string {
  302. return protoimpl.X.MessageStringOf(x)
  303. }
  304. func (*AddMessageMetadata) ProtoMessage() {}
  305. func (x *AddMessageMetadata) ProtoReflect() protoreflect.Message {
  306. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[2]
  307. if x != nil {
  308. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  309. if ms.LoadMessageInfo() == nil {
  310. ms.StoreMessageInfo(mi)
  311. }
  312. return ms
  313. }
  314. return mi.MessageOf(x)
  315. }
  316. // Deprecated: Use AddMessageMetadata.ProtoReflect.Descriptor instead.
  317. func (*AddMessageMetadata) Descriptor() ([]byte, []int) {
  318. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP(), []int{2}
  319. }
  320. func (x *AddMessageMetadata) GetSendSilently() bool {
  321. if x != nil && x.SendSilently != nil {
  322. return *x.SendSilently
  323. }
  324. return false
  325. }
  326. func (x *AddMessageMetadata) GetPrivateReplyInfo() *PrivateReplyInfo {
  327. if x != nil {
  328. return x.PrivateReplyInfo
  329. }
  330. return nil
  331. }
  332. func (x *AddMessageMetadata) GetRepliedToMessage() *RepliedToMessage {
  333. if x != nil {
  334. return x.RepliedToMessage
  335. }
  336. return nil
  337. }
  338. func (x *AddMessageMetadata) GetForwardingParams() *ForwardingParams {
  339. if x != nil {
  340. return x.ForwardingParams
  341. }
  342. return nil
  343. }
  344. func (x *AddMessageMetadata) GetEphemeralityParams() *EphemeralityParams {
  345. if x != nil {
  346. return x.EphemeralityParams
  347. }
  348. return nil
  349. }
  350. type RepliedToMessage struct {
  351. state protoimpl.MessageState `protogen:"open.v1"`
  352. RepliedToMessageOtid *string `protobuf:"bytes,1,opt,name=repliedToMessageOtid" json:"repliedToMessageOtid,omitempty"`
  353. RepliedToMessageWaServerTimeSec *string `protobuf:"bytes,2,opt,name=repliedToMessageWaServerTimeSec" json:"repliedToMessageWaServerTimeSec,omitempty"`
  354. RepliedToMessageCollectionItemID *string `protobuf:"bytes,3,opt,name=repliedToMessageCollectionItemID" json:"repliedToMessageCollectionItemID,omitempty"`
  355. OmMicroSecTS *OpenMessageMicroSecondTimestamp `protobuf:"bytes,4,opt,name=omMicroSecTS" json:"omMicroSecTS,omitempty"`
  356. unknownFields protoimpl.UnknownFields
  357. sizeCache protoimpl.SizeCache
  358. }
  359. func (x *RepliedToMessage) Reset() {
  360. *x = RepliedToMessage{}
  361. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[3]
  362. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  363. ms.StoreMessageInfo(mi)
  364. }
  365. func (x *RepliedToMessage) String() string {
  366. return protoimpl.X.MessageStringOf(x)
  367. }
  368. func (*RepliedToMessage) ProtoMessage() {}
  369. func (x *RepliedToMessage) ProtoReflect() protoreflect.Message {
  370. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[3]
  371. if x != nil {
  372. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  373. if ms.LoadMessageInfo() == nil {
  374. ms.StoreMessageInfo(mi)
  375. }
  376. return ms
  377. }
  378. return mi.MessageOf(x)
  379. }
  380. // Deprecated: Use RepliedToMessage.ProtoReflect.Descriptor instead.
  381. func (*RepliedToMessage) Descriptor() ([]byte, []int) {
  382. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP(), []int{3}
  383. }
  384. func (x *RepliedToMessage) GetRepliedToMessageOtid() string {
  385. if x != nil && x.RepliedToMessageOtid != nil {
  386. return *x.RepliedToMessageOtid
  387. }
  388. return ""
  389. }
  390. func (x *RepliedToMessage) GetRepliedToMessageWaServerTimeSec() string {
  391. if x != nil && x.RepliedToMessageWaServerTimeSec != nil {
  392. return *x.RepliedToMessageWaServerTimeSec
  393. }
  394. return ""
  395. }
  396. func (x *RepliedToMessage) GetRepliedToMessageCollectionItemID() string {
  397. if x != nil && x.RepliedToMessageCollectionItemID != nil {
  398. return *x.RepliedToMessageCollectionItemID
  399. }
  400. return ""
  401. }
  402. func (x *RepliedToMessage) GetOmMicroSecTS() *OpenMessageMicroSecondTimestamp {
  403. if x != nil {
  404. return x.OmMicroSecTS
  405. }
  406. return nil
  407. }
  408. type OpenMessageMicroSecondTimestamp struct {
  409. state protoimpl.MessageState `protogen:"open.v1"`
  410. TimestampMS *int64 `protobuf:"varint,1,opt,name=timestampMS" json:"timestampMS,omitempty"`
  411. MicroSecondsBits *int32 `protobuf:"varint,2,opt,name=microSecondsBits" json:"microSecondsBits,omitempty"`
  412. unknownFields protoimpl.UnknownFields
  413. sizeCache protoimpl.SizeCache
  414. }
  415. func (x *OpenMessageMicroSecondTimestamp) Reset() {
  416. *x = OpenMessageMicroSecondTimestamp{}
  417. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[4]
  418. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  419. ms.StoreMessageInfo(mi)
  420. }
  421. func (x *OpenMessageMicroSecondTimestamp) String() string {
  422. return protoimpl.X.MessageStringOf(x)
  423. }
  424. func (*OpenMessageMicroSecondTimestamp) ProtoMessage() {}
  425. func (x *OpenMessageMicroSecondTimestamp) ProtoReflect() protoreflect.Message {
  426. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[4]
  427. if x != nil {
  428. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  429. if ms.LoadMessageInfo() == nil {
  430. ms.StoreMessageInfo(mi)
  431. }
  432. return ms
  433. }
  434. return mi.MessageOf(x)
  435. }
  436. // Deprecated: Use OpenMessageMicroSecondTimestamp.ProtoReflect.Descriptor instead.
  437. func (*OpenMessageMicroSecondTimestamp) Descriptor() ([]byte, []int) {
  438. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP(), []int{4}
  439. }
  440. func (x *OpenMessageMicroSecondTimestamp) GetTimestampMS() int64 {
  441. if x != nil && x.TimestampMS != nil {
  442. return *x.TimestampMS
  443. }
  444. return 0
  445. }
  446. func (x *OpenMessageMicroSecondTimestamp) GetMicroSecondsBits() int32 {
  447. if x != nil && x.MicroSecondsBits != nil {
  448. return *x.MicroSecondsBits
  449. }
  450. return 0
  451. }
  452. type PrivateReplyInfo struct {
  453. state protoimpl.MessageState `protogen:"open.v1"`
  454. CommentID *string `protobuf:"bytes,1,opt,name=commentID" json:"commentID,omitempty"`
  455. PostLink *string `protobuf:"bytes,2,opt,name=postLink" json:"postLink,omitempty"`
  456. unknownFields protoimpl.UnknownFields
  457. sizeCache protoimpl.SizeCache
  458. }
  459. func (x *PrivateReplyInfo) Reset() {
  460. *x = PrivateReplyInfo{}
  461. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[5]
  462. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  463. ms.StoreMessageInfo(mi)
  464. }
  465. func (x *PrivateReplyInfo) String() string {
  466. return protoimpl.X.MessageStringOf(x)
  467. }
  468. func (*PrivateReplyInfo) ProtoMessage() {}
  469. func (x *PrivateReplyInfo) ProtoReflect() protoreflect.Message {
  470. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[5]
  471. if x != nil {
  472. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  473. if ms.LoadMessageInfo() == nil {
  474. ms.StoreMessageInfo(mi)
  475. }
  476. return ms
  477. }
  478. return mi.MessageOf(x)
  479. }
  480. // Deprecated: Use PrivateReplyInfo.ProtoReflect.Descriptor instead.
  481. func (*PrivateReplyInfo) Descriptor() ([]byte, []int) {
  482. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP(), []int{5}
  483. }
  484. func (x *PrivateReplyInfo) GetCommentID() string {
  485. if x != nil && x.CommentID != nil {
  486. return *x.CommentID
  487. }
  488. return ""
  489. }
  490. func (x *PrivateReplyInfo) GetPostLink() string {
  491. if x != nil && x.PostLink != nil {
  492. return *x.PostLink
  493. }
  494. return ""
  495. }
  496. type ForwardingParams struct {
  497. state protoimpl.MessageState `protogen:"open.v1"`
  498. ForwardedThreadID *string `protobuf:"bytes,1,opt,name=forwardedThreadID" json:"forwardedThreadID,omitempty"`
  499. unknownFields protoimpl.UnknownFields
  500. sizeCache protoimpl.SizeCache
  501. }
  502. func (x *ForwardingParams) Reset() {
  503. *x = ForwardingParams{}
  504. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[6]
  505. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  506. ms.StoreMessageInfo(mi)
  507. }
  508. func (x *ForwardingParams) String() string {
  509. return protoimpl.X.MessageStringOf(x)
  510. }
  511. func (*ForwardingParams) ProtoMessage() {}
  512. func (x *ForwardingParams) ProtoReflect() protoreflect.Message {
  513. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[6]
  514. if x != nil {
  515. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  516. if ms.LoadMessageInfo() == nil {
  517. ms.StoreMessageInfo(mi)
  518. }
  519. return ms
  520. }
  521. return mi.MessageOf(x)
  522. }
  523. // Deprecated: Use ForwardingParams.ProtoReflect.Descriptor instead.
  524. func (*ForwardingParams) Descriptor() ([]byte, []int) {
  525. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP(), []int{6}
  526. }
  527. func (x *ForwardingParams) GetForwardedThreadID() string {
  528. if x != nil && x.ForwardedThreadID != nil {
  529. return *x.ForwardedThreadID
  530. }
  531. return ""
  532. }
  533. type EphemeralityParams struct {
  534. state protoimpl.MessageState `protogen:"open.v1"`
  535. EphemeralDurationSec *int64 `protobuf:"varint,1,opt,name=ephemeralDurationSec" json:"ephemeralDurationSec,omitempty"`
  536. unknownFields protoimpl.UnknownFields
  537. sizeCache protoimpl.SizeCache
  538. }
  539. func (x *EphemeralityParams) Reset() {
  540. *x = EphemeralityParams{}
  541. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[7]
  542. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  543. ms.StoreMessageInfo(mi)
  544. }
  545. func (x *EphemeralityParams) String() string {
  546. return protoimpl.X.MessageStringOf(x)
  547. }
  548. func (*EphemeralityParams) ProtoMessage() {}
  549. func (x *EphemeralityParams) ProtoReflect() protoreflect.Message {
  550. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[7]
  551. if x != nil {
  552. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  553. if ms.LoadMessageInfo() == nil {
  554. ms.StoreMessageInfo(mi)
  555. }
  556. return ms
  557. }
  558. return mi.MessageOf(x)
  559. }
  560. // Deprecated: Use EphemeralityParams.ProtoReflect.Descriptor instead.
  561. func (*EphemeralityParams) Descriptor() ([]byte, []int) {
  562. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP(), []int{7}
  563. }
  564. func (x *EphemeralityParams) GetEphemeralDurationSec() int64 {
  565. if x != nil && x.EphemeralDurationSec != nil {
  566. return *x.EphemeralDurationSec
  567. }
  568. return 0
  569. }
  570. type Like struct {
  571. state protoimpl.MessageState `protogen:"open.v1"`
  572. unknownFields protoimpl.UnknownFields
  573. sizeCache protoimpl.SizeCache
  574. }
  575. func (x *Like) Reset() {
  576. *x = Like{}
  577. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[8]
  578. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  579. ms.StoreMessageInfo(mi)
  580. }
  581. func (x *Like) String() string {
  582. return protoimpl.X.MessageStringOf(x)
  583. }
  584. func (*Like) ProtoMessage() {}
  585. func (x *Like) ProtoReflect() protoreflect.Message {
  586. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[8]
  587. if x != nil {
  588. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  589. if ms.LoadMessageInfo() == nil {
  590. ms.StoreMessageInfo(mi)
  591. }
  592. return ms
  593. }
  594. return mi.MessageOf(x)
  595. }
  596. // Deprecated: Use Like.ProtoReflect.Descriptor instead.
  597. func (*Like) Descriptor() ([]byte, []int) {
  598. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP(), []int{8}
  599. }
  600. type ReceiverFetchXma struct {
  601. state protoimpl.MessageState `protogen:"open.v1"`
  602. ContentRef *string `protobuf:"bytes,1,opt,name=contentRef" json:"contentRef,omitempty"`
  603. Text *string `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
  604. Media *instamadilloCoreTypeMedia.Media `protobuf:"bytes,3,opt,name=media" json:"media,omitempty"`
  605. XmaContentRef *instamadilloXmaContentRef.XmaContentRef `protobuf:"bytes,4,opt,name=xmaContentRef" json:"xmaContentRef,omitempty"`
  606. unknownFields protoimpl.UnknownFields
  607. sizeCache protoimpl.SizeCache
  608. }
  609. func (x *ReceiverFetchXma) Reset() {
  610. *x = ReceiverFetchXma{}
  611. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[9]
  612. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  613. ms.StoreMessageInfo(mi)
  614. }
  615. func (x *ReceiverFetchXma) String() string {
  616. return protoimpl.X.MessageStringOf(x)
  617. }
  618. func (*ReceiverFetchXma) ProtoMessage() {}
  619. func (x *ReceiverFetchXma) ProtoReflect() protoreflect.Message {
  620. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[9]
  621. if x != nil {
  622. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  623. if ms.LoadMessageInfo() == nil {
  624. ms.StoreMessageInfo(mi)
  625. }
  626. return ms
  627. }
  628. return mi.MessageOf(x)
  629. }
  630. // Deprecated: Use ReceiverFetchXma.ProtoReflect.Descriptor instead.
  631. func (*ReceiverFetchXma) Descriptor() ([]byte, []int) {
  632. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP(), []int{9}
  633. }
  634. func (x *ReceiverFetchXma) GetContentRef() string {
  635. if x != nil && x.ContentRef != nil {
  636. return *x.ContentRef
  637. }
  638. return ""
  639. }
  640. func (x *ReceiverFetchXma) GetText() string {
  641. if x != nil && x.Text != nil {
  642. return *x.Text
  643. }
  644. return ""
  645. }
  646. func (x *ReceiverFetchXma) GetMedia() *instamadilloCoreTypeMedia.Media {
  647. if x != nil {
  648. return x.Media
  649. }
  650. return nil
  651. }
  652. func (x *ReceiverFetchXma) GetXmaContentRef() *instamadilloXmaContentRef.XmaContentRef {
  653. if x != nil {
  654. return x.XmaContentRef
  655. }
  656. return nil
  657. }
  658. type Placeholder struct {
  659. state protoimpl.MessageState `protogen:"open.v1"`
  660. PlaceholderType *Placeholder_Type `protobuf:"varint,1,opt,name=placeholderType,enum=InstamadilloAddMessage.Placeholder_Type" json:"placeholderType,omitempty"`
  661. unknownFields protoimpl.UnknownFields
  662. sizeCache protoimpl.SizeCache
  663. }
  664. func (x *Placeholder) Reset() {
  665. *x = Placeholder{}
  666. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[10]
  667. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  668. ms.StoreMessageInfo(mi)
  669. }
  670. func (x *Placeholder) String() string {
  671. return protoimpl.X.MessageStringOf(x)
  672. }
  673. func (*Placeholder) ProtoMessage() {}
  674. func (x *Placeholder) ProtoReflect() protoreflect.Message {
  675. mi := &file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[10]
  676. if x != nil {
  677. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  678. if ms.LoadMessageInfo() == nil {
  679. ms.StoreMessageInfo(mi)
  680. }
  681. return ms
  682. }
  683. return mi.MessageOf(x)
  684. }
  685. // Deprecated: Use Placeholder.ProtoReflect.Descriptor instead.
  686. func (*Placeholder) Descriptor() ([]byte, []int) {
  687. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP(), []int{10}
  688. }
  689. func (x *Placeholder) GetPlaceholderType() Placeholder_Type {
  690. if x != nil && x.PlaceholderType != nil {
  691. return *x.PlaceholderType
  692. }
  693. return Placeholder_PLACEHOLDER_TYPE_NONE
  694. }
  695. var File_instamadilloAddMessage_InstamadilloAddMessage_proto protoreflect.FileDescriptor
  696. const file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDesc = "" +
  697. "\n" +
  698. "3instamadilloAddMessage/InstamadilloAddMessage.proto\x12\x16InstamadilloAddMessage\x1aAinstamadilloCoreTypeActionLog/InstamadilloCoreTypeActionLog.proto\x1aGinstamadilloCoreTypeAdminMessage/InstamadilloCoreTypeAdminMessage.proto\x1aCinstamadilloCoreTypeCollection/InstamadilloCoreTypeCollection.proto\x1a7instamadilloCoreTypeLink/InstamadilloCoreTypeLink.proto\x1a9instamadilloCoreTypeMedia/InstamadilloCoreTypeMedia.proto\x1a7instamadilloCoreTypeText/InstamadilloCoreTypeText.proto\x1a9instamadilloXmaContentRef/InstamadilloXmaContentRef.proto\"\xa0\x01\n" +
  699. "\x11AddMessagePayload\x12C\n" +
  700. "\acontent\x18\x01 \x01(\v2).InstamadilloAddMessage.AddMessageContentR\acontent\x12F\n" +
  701. "\bmetadata\x18\x02 \x01(\v2*.InstamadilloAddMessage.AddMessageMetadataR\bmetadata\"\x91\x05\n" +
  702. "\x11AddMessageContent\x124\n" +
  703. "\x04text\x18\x01 \x01(\v2\x1e.InstamadilloCoreTypeText.TextH\x00R\x04text\x122\n" +
  704. "\x04like\x18\x02 \x01(\v2\x1c.InstamadilloAddMessage.LikeH\x00R\x04like\x124\n" +
  705. "\x04link\x18\x03 \x01(\v2\x1e.InstamadilloCoreTypeLink.LinkH\x00R\x04link\x12V\n" +
  706. "\x10receiverFetchXma\x18\x04 \x01(\v2(.InstamadilloAddMessage.ReceiverFetchXmaH\x00R\x10receiverFetchXma\x128\n" +
  707. "\x05media\x18\x05 \x01(\v2 .InstamadilloCoreTypeMedia.MediaH\x00R\x05media\x12G\n" +
  708. "\vplaceholder\x18\x06 \x01(\v2#.InstamadilloAddMessage.PlaceholderH\x00R\vplaceholder\x12L\n" +
  709. "\n" +
  710. "collection\x18\a \x01(\v2*.InstamadilloCoreTypeCollection.CollectionH\x00R\n" +
  711. "collection\x12T\n" +
  712. "\fadminMessage\x18\b \x01(\v2..InstamadilloCoreTypeAdminMessage.AdminMessageH\x00R\fadminMessage\x12H\n" +
  713. "\tactionLog\x18\t \x01(\v2(.InstamadilloCoreTypeActionLog.ActionLogH\x00R\tactionLogB\x13\n" +
  714. "\x11addMessageContent\"\x96\x03\n" +
  715. "\x12AddMessageMetadata\x12\"\n" +
  716. "\fsendSilently\x18\x01 \x01(\bR\fsendSilently\x12T\n" +
  717. "\x10privateReplyInfo\x18\x02 \x01(\v2(.InstamadilloAddMessage.PrivateReplyInfoR\x10privateReplyInfo\x12T\n" +
  718. "\x10repliedToMessage\x18\x03 \x01(\v2(.InstamadilloAddMessage.RepliedToMessageR\x10repliedToMessage\x12T\n" +
  719. "\x10forwardingParams\x18\x04 \x01(\v2(.InstamadilloAddMessage.ForwardingParamsR\x10forwardingParams\x12Z\n" +
  720. "\x12ephemeralityParams\x18\x05 \x01(\v2*.InstamadilloAddMessage.EphemeralityParamsR\x12ephemeralityParams\"\xb9\x02\n" +
  721. "\x10RepliedToMessage\x122\n" +
  722. "\x14repliedToMessageOtid\x18\x01 \x01(\tR\x14repliedToMessageOtid\x12H\n" +
  723. "\x1frepliedToMessageWaServerTimeSec\x18\x02 \x01(\tR\x1frepliedToMessageWaServerTimeSec\x12J\n" +
  724. " repliedToMessageCollectionItemID\x18\x03 \x01(\tR repliedToMessageCollectionItemID\x12[\n" +
  725. "\fomMicroSecTS\x18\x04 \x01(\v27.InstamadilloAddMessage.OpenMessageMicroSecondTimestampR\fomMicroSecTS\"o\n" +
  726. "\x1fOpenMessageMicroSecondTimestamp\x12 \n" +
  727. "\vtimestampMS\x18\x01 \x01(\x03R\vtimestampMS\x12*\n" +
  728. "\x10microSecondsBits\x18\x02 \x01(\x05R\x10microSecondsBits\"L\n" +
  729. "\x10PrivateReplyInfo\x12\x1c\n" +
  730. "\tcommentID\x18\x01 \x01(\tR\tcommentID\x12\x1a\n" +
  731. "\bpostLink\x18\x02 \x01(\tR\bpostLink\"@\n" +
  732. "\x10ForwardingParams\x12,\n" +
  733. "\x11forwardedThreadID\x18\x01 \x01(\tR\x11forwardedThreadID\"H\n" +
  734. "\x12EphemeralityParams\x122\n" +
  735. "\x14ephemeralDurationSec\x18\x01 \x01(\x03R\x14ephemeralDurationSec\"\x06\n" +
  736. "\x04Like\"\xce\x01\n" +
  737. "\x10ReceiverFetchXma\x12\x1e\n" +
  738. "\n" +
  739. "contentRef\x18\x01 \x01(\tR\n" +
  740. "contentRef\x12\x12\n" +
  741. "\x04text\x18\x02 \x01(\tR\x04text\x126\n" +
  742. "\x05media\x18\x03 \x01(\v2 .InstamadilloCoreTypeMedia.MediaR\x05media\x12N\n" +
  743. "\rxmaContentRef\x18\x04 \x01(\v2(.InstamadilloXmaContentRef.XmaContentRefR\rxmaContentRef\"\xbb\x02\n" +
  744. "\vPlaceholder\x12R\n" +
  745. "\x0fplaceholderType\x18\x01 \x01(\x0e2(.InstamadilloAddMessage.Placeholder.TypeR\x0fplaceholderType\"\xd7\x01\n" +
  746. "\x04Type\x12\x19\n" +
  747. "\x15PLACEHOLDER_TYPE_NONE\x10\x00\x12'\n" +
  748. "#PLACEHOLDER_TYPE_DECRYPTION_FAILURE\x10\x01\x12.\n" +
  749. "*PLACEHOLDER_TYPE_NOT_SUPPORTED_NEED_UPDATE\x10\x02\x12'\n" +
  750. "#PLACEHOLDER_TYPE_DEVICE_UNAVAILABLE\x10\x03\x122\n" +
  751. ".PLACEHOLDER_TYPE_NOT_SUPPORTED_NOT_RECOVERABLE\x10\x04B2Z0git.bobomao.top/joey/testwh/proto/instamadilloAddMessage"
  752. var (
  753. file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescOnce sync.Once
  754. file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescData []byte
  755. )
  756. func file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescGZIP() []byte {
  757. file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescOnce.Do(func() {
  758. file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDesc), len(file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDesc)))
  759. })
  760. return file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDescData
  761. }
  762. var file_instamadilloAddMessage_InstamadilloAddMessage_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
  763. var file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
  764. var file_instamadilloAddMessage_InstamadilloAddMessage_proto_goTypes = []any{
  765. (Placeholder_Type)(0), // 0: InstamadilloAddMessage.Placeholder.Type
  766. (*AddMessagePayload)(nil), // 1: InstamadilloAddMessage.AddMessagePayload
  767. (*AddMessageContent)(nil), // 2: InstamadilloAddMessage.AddMessageContent
  768. (*AddMessageMetadata)(nil), // 3: InstamadilloAddMessage.AddMessageMetadata
  769. (*RepliedToMessage)(nil), // 4: InstamadilloAddMessage.RepliedToMessage
  770. (*OpenMessageMicroSecondTimestamp)(nil), // 5: InstamadilloAddMessage.OpenMessageMicroSecondTimestamp
  771. (*PrivateReplyInfo)(nil), // 6: InstamadilloAddMessage.PrivateReplyInfo
  772. (*ForwardingParams)(nil), // 7: InstamadilloAddMessage.ForwardingParams
  773. (*EphemeralityParams)(nil), // 8: InstamadilloAddMessage.EphemeralityParams
  774. (*Like)(nil), // 9: InstamadilloAddMessage.Like
  775. (*ReceiverFetchXma)(nil), // 10: InstamadilloAddMessage.ReceiverFetchXma
  776. (*Placeholder)(nil), // 11: InstamadilloAddMessage.Placeholder
  777. (*instamadilloCoreTypeText.Text)(nil), // 12: InstamadilloCoreTypeText.Text
  778. (*instamadilloCoreTypeLink.Link)(nil), // 13: InstamadilloCoreTypeLink.Link
  779. (*instamadilloCoreTypeMedia.Media)(nil), // 14: InstamadilloCoreTypeMedia.Media
  780. (*instamadilloCoreTypeCollection.Collection)(nil), // 15: InstamadilloCoreTypeCollection.Collection
  781. (*instamadilloCoreTypeAdminMessage.AdminMessage)(nil), // 16: InstamadilloCoreTypeAdminMessage.AdminMessage
  782. (*instamadilloCoreTypeActionLog.ActionLog)(nil), // 17: InstamadilloCoreTypeActionLog.ActionLog
  783. (*instamadilloXmaContentRef.XmaContentRef)(nil), // 18: InstamadilloXmaContentRef.XmaContentRef
  784. }
  785. var file_instamadilloAddMessage_InstamadilloAddMessage_proto_depIdxs = []int32{
  786. 2, // 0: InstamadilloAddMessage.AddMessagePayload.content:type_name -> InstamadilloAddMessage.AddMessageContent
  787. 3, // 1: InstamadilloAddMessage.AddMessagePayload.metadata:type_name -> InstamadilloAddMessage.AddMessageMetadata
  788. 12, // 2: InstamadilloAddMessage.AddMessageContent.text:type_name -> InstamadilloCoreTypeText.Text
  789. 9, // 3: InstamadilloAddMessage.AddMessageContent.like:type_name -> InstamadilloAddMessage.Like
  790. 13, // 4: InstamadilloAddMessage.AddMessageContent.link:type_name -> InstamadilloCoreTypeLink.Link
  791. 10, // 5: InstamadilloAddMessage.AddMessageContent.receiverFetchXma:type_name -> InstamadilloAddMessage.ReceiverFetchXma
  792. 14, // 6: InstamadilloAddMessage.AddMessageContent.media:type_name -> InstamadilloCoreTypeMedia.Media
  793. 11, // 7: InstamadilloAddMessage.AddMessageContent.placeholder:type_name -> InstamadilloAddMessage.Placeholder
  794. 15, // 8: InstamadilloAddMessage.AddMessageContent.collection:type_name -> InstamadilloCoreTypeCollection.Collection
  795. 16, // 9: InstamadilloAddMessage.AddMessageContent.adminMessage:type_name -> InstamadilloCoreTypeAdminMessage.AdminMessage
  796. 17, // 10: InstamadilloAddMessage.AddMessageContent.actionLog:type_name -> InstamadilloCoreTypeActionLog.ActionLog
  797. 6, // 11: InstamadilloAddMessage.AddMessageMetadata.privateReplyInfo:type_name -> InstamadilloAddMessage.PrivateReplyInfo
  798. 4, // 12: InstamadilloAddMessage.AddMessageMetadata.repliedToMessage:type_name -> InstamadilloAddMessage.RepliedToMessage
  799. 7, // 13: InstamadilloAddMessage.AddMessageMetadata.forwardingParams:type_name -> InstamadilloAddMessage.ForwardingParams
  800. 8, // 14: InstamadilloAddMessage.AddMessageMetadata.ephemeralityParams:type_name -> InstamadilloAddMessage.EphemeralityParams
  801. 5, // 15: InstamadilloAddMessage.RepliedToMessage.omMicroSecTS:type_name -> InstamadilloAddMessage.OpenMessageMicroSecondTimestamp
  802. 14, // 16: InstamadilloAddMessage.ReceiverFetchXma.media:type_name -> InstamadilloCoreTypeMedia.Media
  803. 18, // 17: InstamadilloAddMessage.ReceiverFetchXma.xmaContentRef:type_name -> InstamadilloXmaContentRef.XmaContentRef
  804. 0, // 18: InstamadilloAddMessage.Placeholder.placeholderType:type_name -> InstamadilloAddMessage.Placeholder.Type
  805. 19, // [19:19] is the sub-list for method output_type
  806. 19, // [19:19] is the sub-list for method input_type
  807. 19, // [19:19] is the sub-list for extension type_name
  808. 19, // [19:19] is the sub-list for extension extendee
  809. 0, // [0:19] is the sub-list for field type_name
  810. }
  811. func init() { file_instamadilloAddMessage_InstamadilloAddMessage_proto_init() }
  812. func file_instamadilloAddMessage_InstamadilloAddMessage_proto_init() {
  813. if File_instamadilloAddMessage_InstamadilloAddMessage_proto != nil {
  814. return
  815. }
  816. file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes[1].OneofWrappers = []any{
  817. (*AddMessageContent_Text)(nil),
  818. (*AddMessageContent_Like)(nil),
  819. (*AddMessageContent_Link)(nil),
  820. (*AddMessageContent_ReceiverFetchXma)(nil),
  821. (*AddMessageContent_Media)(nil),
  822. (*AddMessageContent_Placeholder)(nil),
  823. (*AddMessageContent_Collection)(nil),
  824. (*AddMessageContent_AdminMessage)(nil),
  825. (*AddMessageContent_ActionLog)(nil),
  826. }
  827. type x struct{}
  828. out := protoimpl.TypeBuilder{
  829. File: protoimpl.DescBuilder{
  830. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  831. RawDescriptor: unsafe.Slice(unsafe.StringData(file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDesc), len(file_instamadilloAddMessage_InstamadilloAddMessage_proto_rawDesc)),
  832. NumEnums: 1,
  833. NumMessages: 11,
  834. NumExtensions: 0,
  835. NumServices: 0,
  836. },
  837. GoTypes: file_instamadilloAddMessage_InstamadilloAddMessage_proto_goTypes,
  838. DependencyIndexes: file_instamadilloAddMessage_InstamadilloAddMessage_proto_depIdxs,
  839. EnumInfos: file_instamadilloAddMessage_InstamadilloAddMessage_proto_enumTypes,
  840. MessageInfos: file_instamadilloAddMessage_InstamadilloAddMessage_proto_msgTypes,
  841. }.Build()
  842. File_instamadilloAddMessage_InstamadilloAddMessage_proto = out.File
  843. file_instamadilloAddMessage_InstamadilloAddMessage_proto_goTypes = nil
  844. file_instamadilloAddMessage_InstamadilloAddMessage_proto_depIdxs = nil
  845. }