6 lines
81 B
Go
Raw Normal View History

2025-11-15 23:00:03 +01:00
package slack
type SlackMessage struct {
Text string `json:"text,omitempty"`
}