feat: chat with infinite scroll
This commit is contained in:
@@ -4,12 +4,14 @@
|
||||
/* eslint-disable */
|
||||
import type { MessageFileSchema } from './MessageFileSchema';
|
||||
import type { TgUserSchema } from './TgUserSchema';
|
||||
import type { UserSchema } from './UserSchema';
|
||||
export type MessageSchema = {
|
||||
text: string;
|
||||
chatId: number;
|
||||
id: number;
|
||||
createdAt: string;
|
||||
tgSender: (TgUserSchema | null);
|
||||
crmSender: (UserSchema | null);
|
||||
status: string;
|
||||
isEdited: boolean;
|
||||
file?: (MessageFileSchema | null);
|
||||
|
||||
Reference in New Issue
Block a user