The user now has the ability to load more gifs | added a menu to the main chat-page to choose between the search tab and the chat list

This commit is contained in:
joschuatonn
2024-05-09 17:42:53 +02:00
parent 31240e9032
commit 50dea58b5a
5 changed files with 238 additions and 80 deletions

View File

@@ -11,6 +11,14 @@ export interface responseModel {
response: any;
}
export interface message {
content: string;
timestamp: string;
isOwn: boolean;
gif: boolean;
link: boolean;
}
export interface tenorGif {
url: string,
duration: number,