added create group route
This commit is contained in:
@@ -36,3 +36,7 @@ type Message struct {
|
||||
Sender string `json:"sender"`
|
||||
AttachmentUrl *string `json:"attachment_url"`
|
||||
}
|
||||
|
||||
type CreateGroupResponse struct {
|
||||
GroupID uuid.UUID `json:"group_id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user