``` type NexmoMessage struct { ApiKey string `json:"api-key"` From string `json:"msisdn"` To string `json:"to"` MessageId string `json:"messageId"` Text string `json:"text"` Type string `json:"type"` Keyword string `json:"keyword"` MessageTimestamp string `json:"message-timestamp"` } ```