# Create List of Chats API To create this API we need to make a structure: ```json { "Chat 1": { "last message": "", "icon": "", "name": "" }, // and other chats } ``` Then We send it for frontend
Create List of Chats API
To create this API we need to make a structure:
{ "Chat 1": { "last message": "", "icon": "", "name": "" }, // and other chats }Then We send it for frontend