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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user