added contact suggestion route, code refactor
This commit is contained in:
@@ -21,3 +21,7 @@ type Contact struct {
|
||||
LastMessageTime string `json:"last_message_time"`
|
||||
LastMessageSender string `json:"last_message_sender"`
|
||||
}
|
||||
|
||||
type ContactSuggestion struct {
|
||||
Username string `json:"username"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user