Code formatting
This commit is contained in:
@@ -7,9 +7,9 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type MessageEventResponse struct {
|
type MessageEventResponse struct {
|
||||||
Id uuid.UUID `json:"id,omitempty"`
|
Id uuid.UUID `json:"id,omitempty"`
|
||||||
ScheduledMessageEventId uuid.UUID `json:"scheduled_message_event_id,omitempty"`
|
ScheduledMessageEventId uuid.UUID `json:"scheduled_message_event_id,omitempty"`
|
||||||
Response []byte `json:"response"`
|
Response []byte `json:"response"`
|
||||||
UserId uuid.UUID `json:"user_id,omitempty"`
|
UserId uuid.UUID `json:"user_id,omitempty"`
|
||||||
Sent time.Time `json:"sent"`
|
Sent time.Time `json:"sent"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user