package sigmasms type Payload struct { Sender string `json:"sender"` Text string `json:"text"` }