add media attach to message
This commit is contained in:
@@ -80,6 +80,7 @@ type ConnectionElevationData struct {
|
|||||||
|
|
||||||
type Message struct {
|
type Message struct {
|
||||||
Id uuid.UUID `json:"id"`
|
Id uuid.UUID `json:"id"`
|
||||||
|
AttachedMedia string `json:"attachedMedia"`
|
||||||
Content string `json:"content"`
|
Content string `json:"content"`
|
||||||
CreatedAt time.Time `json:"createdAt"`
|
CreatedAt time.Time `json:"createdAt"`
|
||||||
Sender uuid.UUID `json:"sender"`
|
Sender uuid.UUID `json:"sender"`
|
||||||
|
|||||||
Reference in New Issue
Block a user