@juzi/wechaty-grpc 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/dist/cjs/commonjs/generated/puppet.cjs +2 -0
  2. package/dist/cjs/commonjs/generated/puppet.cjs.d.ts +2 -0
  3. package/dist/cjs/out/wechaty/puppet/moment_grpc_pb.js +1 -0
  4. package/dist/cjs/out/wechaty/puppet/moment_pb.d.ts +300 -0
  5. package/dist/cjs/out/wechaty/puppet/moment_pb.js +2272 -0
  6. package/dist/cjs/out/wechaty/puppet/moment_pb_service.d.ts +3 -0
  7. package/dist/cjs/out/wechaty/puppet/moment_pb_service.js +3 -0
  8. package/dist/cjs/out/wechaty/puppet/post_grpc_pb.js +1 -0
  9. package/dist/cjs/out/wechaty/puppet/post_pb.d.ts +176 -0
  10. package/dist/cjs/out/wechaty/puppet/post_pb.js +1189 -0
  11. package/dist/cjs/out/wechaty/puppet/post_pb_service.d.ts +3 -0
  12. package/dist/cjs/out/wechaty/puppet/post_pb_service.js +3 -0
  13. package/dist/cjs/out/wechaty/puppet/tag_pb.d.ts +3 -2
  14. package/dist/cjs/out/wechaty/puppet/tag_pb.js +3 -2
  15. package/dist/cjs/out/wechaty/puppet.openapi.yaml +288 -2
  16. package/dist/cjs/out/wechaty/puppet.swagger.json +446 -2
  17. package/dist/cjs/out/wechaty/puppet_grpc_pb.d.ts +121 -0
  18. package/dist/cjs/out/wechaty/puppet_grpc_pb.js +238 -0
  19. package/dist/cjs/out/wechaty/puppet_pb.d.ts +2 -0
  20. package/dist/cjs/out/wechaty/puppet_pb.js +4 -0
  21. package/dist/cjs/out/wechaty/puppet_pb_service.d.ts +134 -0
  22. package/dist/cjs/out/wechaty/puppet_pb_service.js +281 -0
  23. package/dist/cjs/proto/wechaty/puppet/channel.proto +8 -8
  24. package/dist/cjs/proto/wechaty/puppet/contact.proto +29 -29
  25. package/dist/cjs/proto/wechaty/puppet/friendship.proto +14 -14
  26. package/dist/cjs/proto/wechaty/puppet/location.proto +5 -5
  27. package/dist/cjs/proto/wechaty/puppet/message.proto +42 -43
  28. package/dist/cjs/proto/wechaty/puppet/mini-program.proto +9 -9
  29. package/dist/cjs/proto/wechaty/puppet/moment.proto +66 -0
  30. package/dist/cjs/proto/wechaty/puppet/post.proto +57 -0
  31. package/dist/cjs/proto/wechaty/puppet/room-invitation.proto +8 -8
  32. package/dist/cjs/proto/wechaty/puppet/room-member.proto +4 -4
  33. package/dist/cjs/proto/wechaty/puppet/room.proto +11 -11
  34. package/dist/cjs/proto/wechaty/puppet/tag.proto +7 -6
  35. package/dist/cjs/proto/wechaty/puppet/url-link.proto +4 -4
  36. package/dist/cjs/proto/wechaty/puppet.proto +58 -0
  37. package/dist/cjs/src/package-json.js +2 -2
  38. package/dist/cjs/src/package-json.js.map +1 -1
  39. package/dist/cjs/tests/puppet-server-impl.d.ts.map +1 -1
  40. package/dist/cjs/tests/puppet-server-impl.js +35 -0
  41. package/dist/cjs/tests/puppet-server-impl.js.map +1 -1
  42. package/dist/esm/commonjs/generated/puppet.cjs +2 -0
  43. package/dist/esm/commonjs/generated/puppet.cjs.d.ts +2 -0
  44. package/dist/esm/out/wechaty/puppet/moment_grpc_pb.js +1 -0
  45. package/dist/esm/out/wechaty/puppet/moment_pb.d.ts +300 -0
  46. package/dist/esm/out/wechaty/puppet/moment_pb.js +2272 -0
  47. package/dist/esm/out/wechaty/puppet/moment_pb_service.d.ts +3 -0
  48. package/dist/esm/out/wechaty/puppet/moment_pb_service.js +3 -0
  49. package/dist/esm/out/wechaty/puppet/post_grpc_pb.js +1 -0
  50. package/dist/esm/out/wechaty/puppet/post_pb.d.ts +176 -0
  51. package/dist/esm/out/wechaty/puppet/post_pb.js +1189 -0
  52. package/dist/esm/out/wechaty/puppet/post_pb_service.d.ts +3 -0
  53. package/dist/esm/out/wechaty/puppet/post_pb_service.js +3 -0
  54. package/dist/esm/out/wechaty/puppet/tag_pb.d.ts +3 -2
  55. package/dist/esm/out/wechaty/puppet/tag_pb.js +3 -2
  56. package/dist/esm/out/wechaty/puppet.openapi.yaml +288 -2
  57. package/dist/esm/out/wechaty/puppet.swagger.json +446 -2
  58. package/dist/esm/out/wechaty/puppet_grpc_pb.d.ts +121 -0
  59. package/dist/esm/out/wechaty/puppet_grpc_pb.js +238 -0
  60. package/dist/esm/out/wechaty/puppet_pb.d.ts +2 -0
  61. package/dist/esm/out/wechaty/puppet_pb.js +4 -0
  62. package/dist/esm/out/wechaty/puppet_pb_service.d.ts +134 -0
  63. package/dist/esm/out/wechaty/puppet_pb_service.js +281 -0
  64. package/dist/esm/proto/wechaty/puppet/channel.proto +8 -8
  65. package/dist/esm/proto/wechaty/puppet/contact.proto +29 -29
  66. package/dist/esm/proto/wechaty/puppet/friendship.proto +14 -14
  67. package/dist/esm/proto/wechaty/puppet/location.proto +5 -5
  68. package/dist/esm/proto/wechaty/puppet/message.proto +42 -43
  69. package/dist/esm/proto/wechaty/puppet/mini-program.proto +9 -9
  70. package/dist/esm/proto/wechaty/puppet/moment.proto +66 -0
  71. package/dist/esm/proto/wechaty/puppet/post.proto +57 -0
  72. package/dist/esm/proto/wechaty/puppet/room-invitation.proto +8 -8
  73. package/dist/esm/proto/wechaty/puppet/room-member.proto +4 -4
  74. package/dist/esm/proto/wechaty/puppet/room.proto +11 -11
  75. package/dist/esm/proto/wechaty/puppet/tag.proto +7 -6
  76. package/dist/esm/proto/wechaty/puppet/url-link.proto +4 -4
  77. package/dist/esm/proto/wechaty/puppet.proto +58 -0
  78. package/dist/esm/src/package-json.js +2 -2
  79. package/dist/esm/src/package-json.js.map +1 -1
  80. package/dist/esm/tests/puppet-server-impl.d.ts.map +1 -1
  81. package/dist/esm/tests/puppet-server-impl.js +35 -0
  82. package/dist/esm/tests/puppet-server-impl.js.map +1 -1
  83. package/out/wechaty/puppet/moment_grpc_pb.js +1 -0
  84. package/out/wechaty/puppet/moment_pb.d.ts +300 -0
  85. package/out/wechaty/puppet/moment_pb.js +2272 -0
  86. package/out/wechaty/puppet/moment_pb_service.d.ts +3 -0
  87. package/out/wechaty/puppet/moment_pb_service.js +3 -0
  88. package/out/wechaty/puppet/post_grpc_pb.js +1 -0
  89. package/out/wechaty/puppet/post_pb.d.ts +176 -0
  90. package/out/wechaty/puppet/post_pb.js +1189 -0
  91. package/out/wechaty/puppet/post_pb_service.d.ts +3 -0
  92. package/out/wechaty/puppet/post_pb_service.js +3 -0
  93. package/out/wechaty/puppet/tag_pb.d.ts +3 -2
  94. package/out/wechaty/puppet/tag_pb.js +3 -2
  95. package/out/wechaty/puppet.openapi.yaml +288 -2
  96. package/out/wechaty/puppet.swagger.json +446 -2
  97. package/out/wechaty/puppet_grpc_pb.d.ts +121 -0
  98. package/out/wechaty/puppet_grpc_pb.js +238 -0
  99. package/out/wechaty/puppet_pb.d.ts +2 -0
  100. package/out/wechaty/puppet_pb.js +4 -0
  101. package/out/wechaty/puppet_pb_service.d.ts +134 -0
  102. package/out/wechaty/puppet_pb_service.js +281 -0
  103. package/package.json +1 -1
  104. package/src/package-json.ts +2 -2
@@ -16,6 +16,8 @@ const puppetFileList = [
16
16
  '../../out/wechaty/puppet/tag_pb.js',
17
17
  '../../out/wechaty/puppet/url-link_pb.js',
18
18
  '../../out/wechaty/puppet/channel_pb.js',
19
+ '../../out/wechaty/puppet/moment_pb.js',
20
+ '../../out/wechaty/puppet/post_pb.js',
19
21
 
20
22
  '../../out/wechaty/puppet_grpc_pb.js',
21
23
  '../../out/wechaty/puppet_pb.js',
@@ -38,6 +38,8 @@ export * from '../../out/wechaty/puppet/room-member_pb.js'
38
38
  export * from '../../out/wechaty/puppet/tag_pb.js'
39
39
  export * from '../../out/wechaty/puppet/url-link_pb.js'
40
40
  export * from '../../out/wechaty/puppet/channel_pb.js'
41
+ export * from '../../out/wechaty/puppet/moment_pb.js'
42
+ export * from '../../out/wechaty/puppet/post_pb.js'
41
43
 
42
44
  export * from '../../out/wechaty/puppet_grpc_pb.js'
43
45
  export * from '../../out/wechaty/puppet_pb.js'
@@ -0,0 +1 @@
1
+ // GENERATED CODE -- NO SERVICES IN PROTO
@@ -0,0 +1,300 @@
1
+ // package: wechaty.puppet
2
+ // file: wechaty/puppet/moment.proto
3
+
4
+ import * as jspb from "google-protobuf";
5
+ import * as wechaty_puppet_post_pb from "../../wechaty/puppet/post_pb";
6
+
7
+ export class MomentPublishRequest extends jspb.Message {
8
+ hasPost(): boolean;
9
+ clearPost(): void;
10
+ getPost(): wechaty_puppet_post_pb.PostPayloadClient | undefined;
11
+ setPost(value?: wechaty_puppet_post_pb.PostPayloadClient): void;
12
+
13
+ serializeBinary(): Uint8Array;
14
+ toObject(includeInstance?: boolean): MomentPublishRequest.AsObject;
15
+ static toObject(includeInstance: boolean, msg: MomentPublishRequest): MomentPublishRequest.AsObject;
16
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
17
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
18
+ static serializeBinaryToWriter(message: MomentPublishRequest, writer: jspb.BinaryWriter): void;
19
+ static deserializeBinary(bytes: Uint8Array): MomentPublishRequest;
20
+ static deserializeBinaryFromReader(message: MomentPublishRequest, reader: jspb.BinaryReader): MomentPublishRequest;
21
+ }
22
+
23
+ export namespace MomentPublishRequest {
24
+ export type AsObject = {
25
+ post?: wechaty_puppet_post_pb.PostPayloadClient.AsObject,
26
+ }
27
+ }
28
+
29
+ export class MomentPublishResponse extends jspb.Message {
30
+ getMomentId(): string;
31
+ setMomentId(value: string): void;
32
+
33
+ serializeBinary(): Uint8Array;
34
+ toObject(includeInstance?: boolean): MomentPublishResponse.AsObject;
35
+ static toObject(includeInstance: boolean, msg: MomentPublishResponse): MomentPublishResponse.AsObject;
36
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
37
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
38
+ static serializeBinaryToWriter(message: MomentPublishResponse, writer: jspb.BinaryWriter): void;
39
+ static deserializeBinary(bytes: Uint8Array): MomentPublishResponse;
40
+ static deserializeBinaryFromReader(message: MomentPublishResponse, reader: jspb.BinaryReader): MomentPublishResponse;
41
+ }
42
+
43
+ export namespace MomentPublishResponse {
44
+ export type AsObject = {
45
+ momentId: string,
46
+ }
47
+ }
48
+
49
+ export class MomentCommentRequest extends jspb.Message {
50
+ getMomentId(): string;
51
+ setMomentId(value: string): void;
52
+
53
+ getText(): string;
54
+ setText(value: string): void;
55
+
56
+ getMentionId(): string;
57
+ setMentionId(value: string): void;
58
+
59
+ serializeBinary(): Uint8Array;
60
+ toObject(includeInstance?: boolean): MomentCommentRequest.AsObject;
61
+ static toObject(includeInstance: boolean, msg: MomentCommentRequest): MomentCommentRequest.AsObject;
62
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
63
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
64
+ static serializeBinaryToWriter(message: MomentCommentRequest, writer: jspb.BinaryWriter): void;
65
+ static deserializeBinary(bytes: Uint8Array): MomentCommentRequest;
66
+ static deserializeBinaryFromReader(message: MomentCommentRequest, reader: jspb.BinaryReader): MomentCommentRequest;
67
+ }
68
+
69
+ export namespace MomentCommentRequest {
70
+ export type AsObject = {
71
+ momentId: string,
72
+ text: string,
73
+ mentionId: string,
74
+ }
75
+ }
76
+
77
+ export class MomentCommentResponse extends jspb.Message {
78
+ getCommentId(): string;
79
+ setCommentId(value: string): void;
80
+
81
+ serializeBinary(): Uint8Array;
82
+ toObject(includeInstance?: boolean): MomentCommentResponse.AsObject;
83
+ static toObject(includeInstance: boolean, msg: MomentCommentResponse): MomentCommentResponse.AsObject;
84
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
85
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
86
+ static serializeBinaryToWriter(message: MomentCommentResponse, writer: jspb.BinaryWriter): void;
87
+ static deserializeBinary(bytes: Uint8Array): MomentCommentResponse;
88
+ static deserializeBinaryFromReader(message: MomentCommentResponse, reader: jspb.BinaryReader): MomentCommentResponse;
89
+ }
90
+
91
+ export namespace MomentCommentResponse {
92
+ export type AsObject = {
93
+ commentId: string,
94
+ }
95
+ }
96
+
97
+ export class MomentLikeRequest extends jspb.Message {
98
+ getMomentId(): string;
99
+ setMomentId(value: string): void;
100
+
101
+ serializeBinary(): Uint8Array;
102
+ toObject(includeInstance?: boolean): MomentLikeRequest.AsObject;
103
+ static toObject(includeInstance: boolean, msg: MomentLikeRequest): MomentLikeRequest.AsObject;
104
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
105
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
106
+ static serializeBinaryToWriter(message: MomentLikeRequest, writer: jspb.BinaryWriter): void;
107
+ static deserializeBinary(bytes: Uint8Array): MomentLikeRequest;
108
+ static deserializeBinaryFromReader(message: MomentLikeRequest, reader: jspb.BinaryReader): MomentLikeRequest;
109
+ }
110
+
111
+ export namespace MomentLikeRequest {
112
+ export type AsObject = {
113
+ momentId: string,
114
+ }
115
+ }
116
+
117
+ export class MomentLikeResponse extends jspb.Message {
118
+ serializeBinary(): Uint8Array;
119
+ toObject(includeInstance?: boolean): MomentLikeResponse.AsObject;
120
+ static toObject(includeInstance: boolean, msg: MomentLikeResponse): MomentLikeResponse.AsObject;
121
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
122
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
123
+ static serializeBinaryToWriter(message: MomentLikeResponse, writer: jspb.BinaryWriter): void;
124
+ static deserializeBinary(bytes: Uint8Array): MomentLikeResponse;
125
+ static deserializeBinaryFromReader(message: MomentLikeResponse, reader: jspb.BinaryReader): MomentLikeResponse;
126
+ }
127
+
128
+ export namespace MomentLikeResponse {
129
+ export type AsObject = {
130
+ }
131
+ }
132
+
133
+ export class MomentSignatureRequest extends jspb.Message {
134
+ getText(): string;
135
+ setText(value: string): void;
136
+
137
+ serializeBinary(): Uint8Array;
138
+ toObject(includeInstance?: boolean): MomentSignatureRequest.AsObject;
139
+ static toObject(includeInstance: boolean, msg: MomentSignatureRequest): MomentSignatureRequest.AsObject;
140
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
141
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
142
+ static serializeBinaryToWriter(message: MomentSignatureRequest, writer: jspb.BinaryWriter): void;
143
+ static deserializeBinary(bytes: Uint8Array): MomentSignatureRequest;
144
+ static deserializeBinaryFromReader(message: MomentSignatureRequest, reader: jspb.BinaryReader): MomentSignatureRequest;
145
+ }
146
+
147
+ export namespace MomentSignatureRequest {
148
+ export type AsObject = {
149
+ text: string,
150
+ }
151
+ }
152
+
153
+ export class MomentSignatureResponse extends jspb.Message {
154
+ getText(): string;
155
+ setText(value: string): void;
156
+
157
+ serializeBinary(): Uint8Array;
158
+ toObject(includeInstance?: boolean): MomentSignatureResponse.AsObject;
159
+ static toObject(includeInstance: boolean, msg: MomentSignatureResponse): MomentSignatureResponse.AsObject;
160
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
161
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
162
+ static serializeBinaryToWriter(message: MomentSignatureResponse, writer: jspb.BinaryWriter): void;
163
+ static deserializeBinary(bytes: Uint8Array): MomentSignatureResponse;
164
+ static deserializeBinaryFromReader(message: MomentSignatureResponse, reader: jspb.BinaryReader): MomentSignatureResponse;
165
+ }
166
+
167
+ export namespace MomentSignatureResponse {
168
+ export type AsObject = {
169
+ text: string,
170
+ }
171
+ }
172
+
173
+ export class MomentCoverageRequest extends jspb.Message {
174
+ getFileBox(): string;
175
+ setFileBox(value: string): void;
176
+
177
+ serializeBinary(): Uint8Array;
178
+ toObject(includeInstance?: boolean): MomentCoverageRequest.AsObject;
179
+ static toObject(includeInstance: boolean, msg: MomentCoverageRequest): MomentCoverageRequest.AsObject;
180
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
181
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
182
+ static serializeBinaryToWriter(message: MomentCoverageRequest, writer: jspb.BinaryWriter): void;
183
+ static deserializeBinary(bytes: Uint8Array): MomentCoverageRequest;
184
+ static deserializeBinaryFromReader(message: MomentCoverageRequest, reader: jspb.BinaryReader): MomentCoverageRequest;
185
+ }
186
+
187
+ export namespace MomentCoverageRequest {
188
+ export type AsObject = {
189
+ fileBox: string,
190
+ }
191
+ }
192
+
193
+ export class MomentCoverageResponse extends jspb.Message {
194
+ getFileBox(): string;
195
+ setFileBox(value: string): void;
196
+
197
+ serializeBinary(): Uint8Array;
198
+ toObject(includeInstance?: boolean): MomentCoverageResponse.AsObject;
199
+ static toObject(includeInstance: boolean, msg: MomentCoverageResponse): MomentCoverageResponse.AsObject;
200
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
201
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
202
+ static serializeBinaryToWriter(message: MomentCoverageResponse, writer: jspb.BinaryWriter): void;
203
+ static deserializeBinary(bytes: Uint8Array): MomentCoverageResponse;
204
+ static deserializeBinaryFromReader(message: MomentCoverageResponse, reader: jspb.BinaryReader): MomentCoverageResponse;
205
+ }
206
+
207
+ export namespace MomentCoverageResponse {
208
+ export type AsObject = {
209
+ fileBox: string,
210
+ }
211
+ }
212
+
213
+ export class MomentPayloadRequest extends jspb.Message {
214
+ getMomentId(): string;
215
+ setMomentId(value: string): void;
216
+
217
+ serializeBinary(): Uint8Array;
218
+ toObject(includeInstance?: boolean): MomentPayloadRequest.AsObject;
219
+ static toObject(includeInstance: boolean, msg: MomentPayloadRequest): MomentPayloadRequest.AsObject;
220
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
221
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
222
+ static serializeBinaryToWriter(message: MomentPayloadRequest, writer: jspb.BinaryWriter): void;
223
+ static deserializeBinary(bytes: Uint8Array): MomentPayloadRequest;
224
+ static deserializeBinaryFromReader(message: MomentPayloadRequest, reader: jspb.BinaryReader): MomentPayloadRequest;
225
+ }
226
+
227
+ export namespace MomentPayloadRequest {
228
+ export type AsObject = {
229
+ momentId: string,
230
+ }
231
+ }
232
+
233
+ export class MomentPayloadResponse extends jspb.Message {
234
+ hasMoment(): boolean;
235
+ clearMoment(): void;
236
+ getMoment(): wechaty_puppet_post_pb.PostPayloadServer | undefined;
237
+ setMoment(value?: wechaty_puppet_post_pb.PostPayloadServer): void;
238
+
239
+ serializeBinary(): Uint8Array;
240
+ toObject(includeInstance?: boolean): MomentPayloadResponse.AsObject;
241
+ static toObject(includeInstance: boolean, msg: MomentPayloadResponse): MomentPayloadResponse.AsObject;
242
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
243
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
244
+ static serializeBinaryToWriter(message: MomentPayloadResponse, writer: jspb.BinaryWriter): void;
245
+ static deserializeBinary(bytes: Uint8Array): MomentPayloadResponse;
246
+ static deserializeBinaryFromReader(message: MomentPayloadResponse, reader: jspb.BinaryReader): MomentPayloadResponse;
247
+ }
248
+
249
+ export namespace MomentPayloadResponse {
250
+ export type AsObject = {
251
+ moment?: wechaty_puppet_post_pb.PostPayloadServer.AsObject,
252
+ }
253
+ }
254
+
255
+ export class MomentPayloadSayableRequest extends jspb.Message {
256
+ getMomentId(): string;
257
+ setMomentId(value: string): void;
258
+
259
+ getSayableId(): string;
260
+ setSayableId(value: string): void;
261
+
262
+ serializeBinary(): Uint8Array;
263
+ toObject(includeInstance?: boolean): MomentPayloadSayableRequest.AsObject;
264
+ static toObject(includeInstance: boolean, msg: MomentPayloadSayableRequest): MomentPayloadSayableRequest.AsObject;
265
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
266
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
267
+ static serializeBinaryToWriter(message: MomentPayloadSayableRequest, writer: jspb.BinaryWriter): void;
268
+ static deserializeBinary(bytes: Uint8Array): MomentPayloadSayableRequest;
269
+ static deserializeBinaryFromReader(message: MomentPayloadSayableRequest, reader: jspb.BinaryReader): MomentPayloadSayableRequest;
270
+ }
271
+
272
+ export namespace MomentPayloadSayableRequest {
273
+ export type AsObject = {
274
+ momentId: string,
275
+ sayableId: string,
276
+ }
277
+ }
278
+
279
+ export class MomentPayloadSayableResponse extends jspb.Message {
280
+ hasSayable(): boolean;
281
+ clearSayable(): void;
282
+ getSayable(): wechaty_puppet_post_pb.PostSayable | undefined;
283
+ setSayable(value?: wechaty_puppet_post_pb.PostSayable): void;
284
+
285
+ serializeBinary(): Uint8Array;
286
+ toObject(includeInstance?: boolean): MomentPayloadSayableResponse.AsObject;
287
+ static toObject(includeInstance: boolean, msg: MomentPayloadSayableResponse): MomentPayloadSayableResponse.AsObject;
288
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
289
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
290
+ static serializeBinaryToWriter(message: MomentPayloadSayableResponse, writer: jspb.BinaryWriter): void;
291
+ static deserializeBinary(bytes: Uint8Array): MomentPayloadSayableResponse;
292
+ static deserializeBinaryFromReader(message: MomentPayloadSayableResponse, reader: jspb.BinaryReader): MomentPayloadSayableResponse;
293
+ }
294
+
295
+ export namespace MomentPayloadSayableResponse {
296
+ export type AsObject = {
297
+ sayable?: wechaty_puppet_post_pb.PostSayable.AsObject,
298
+ }
299
+ }
300
+