(feat): add MessageDeleteLive
This commit is contained in:
parent
790a1db788
commit
3ce708b86a
6 changed files with 86 additions and 45 deletions
|
|
@ -209,6 +209,13 @@ export const mtp = {
|
|||
}),
|
||||
response: z.object({}),
|
||||
},
|
||||
MessageDeleteLive: {
|
||||
request: z.object({}),
|
||||
response: z.object({
|
||||
ChatPartnerId: z.number(),
|
||||
SendTime: z.number(),
|
||||
}),
|
||||
},
|
||||
MessageEditLive: {
|
||||
request: z.object({}),
|
||||
response: z.object({
|
||||
|
|
|
|||
Loading…
Reference in a new issue