(feat): add message deletions
This commit is contained in:
parent
943203eeaf
commit
c11589079b
3 changed files with 109 additions and 9 deletions
|
|
@ -202,6 +202,13 @@ export const mtp = {
|
|||
PingIota: z.number(),
|
||||
}),
|
||||
},
|
||||
MessageDelete: {
|
||||
request: z.object({
|
||||
ChatPartnerId: z.number(),
|
||||
SendTime: z.number(),
|
||||
}),
|
||||
response: z.object({}),
|
||||
},
|
||||
MessageEditLive: {
|
||||
request: z.object({}),
|
||||
response: z.object({
|
||||
|
|
|
|||
Loading…
Reference in a new issue