(fix): connections
This commit is contained in:
parent
a43c05f035
commit
676dea2aa4
7 changed files with 92 additions and 127 deletions
|
|
@ -225,14 +225,6 @@ export const mtp = {
|
|||
request: user.partial(),
|
||||
response: z.object({}),
|
||||
},
|
||||
ClientPing: {
|
||||
request: z.object({
|
||||
LastPing: z.number(),
|
||||
}),
|
||||
response: z.object({
|
||||
PingIota: z.number(),
|
||||
}),
|
||||
},
|
||||
MessageDelete: {
|
||||
request: z.object({
|
||||
ChatPartnerId: z.number(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue