update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
export type QuickMessage = {
|
||||
id: number;
|
||||
keyword: string;
|
||||
type: number;
|
||||
createdTime: number;
|
||||
lastModified: number;
|
||||
message: {
|
||||
title: string;
|
||||
params: string | null;
|
||||
};
|
||||
media: {
|
||||
items: {
|
||||
type: number;
|
||||
photoId: number;
|
||||
title: string;
|
||||
width: number;
|
||||
height: number;
|
||||
previewThumb: string;
|
||||
rawUrl: string;
|
||||
thumbUrl: string;
|
||||
normalUrl: string;
|
||||
hdUrl: string;
|
||||
}[];
|
||||
} | null;
|
||||
};
|
||||
Reference in New Issue
Block a user