Fully renamed socket to ttp

This commit is contained in:
Alois 2026-04-03 00:38:35 +02:00
commit 76ca664298
13 changed files with 55 additions and 42 deletions

View file

@ -1,5 +1,5 @@
import type { BoundSendFn } from "@tensamin/ttp/core";
import type { Socket } from "@tensamin/shared/data";
import type { TTP } from "@tensamin/shared/data";
import type { RawMessages } from "../values";
/**
@ -11,7 +11,7 @@ import type { RawMessages } from "../values";
* @returns Promise<RawMessages>.
*/
export async function getMessages(
send: BoundSendFn<Socket>,
send: BoundSendFn<TTP>,
amount: number,
offset: number,
user_id: number,