diff --git a/search.go b/search.go index f4c68f7..67e3b1d 100644 --- a/search.go +++ b/search.go @@ -41,6 +41,7 @@ User string `json:"user"` Username string `json:"username"` Timestamp string `json:"ts"` + Blocks Blocks `json:"blocks,omitempty"` Text string `json:"text"` Permalink string `json:"permalink"` Attachments []Attachment `json:"attachments"`