Documentation ¶ Index ¶ type SearchMsg Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SearchMsg ¶ type SearchMsg struct { ID string `json:"id"` // message id Chat string `json:"chat"` // chat id Text string `json:"text"` // text content Sender string `json:"sender"` // sender id Date string `json:"date"` } Source Files ¶ View all Source files search.go Click to show internal directories. Click to hide internal directories.