type Target struct {
Username string `json:"username,omitempty"` // DM to username Channel string `json:"channel,omitempty"` // Post to channel (with or without #) RoomID string `json:"roomId,omitempty"` // Post to room ID directly}
Target represents a structured message destination