6 lines
81 B
Go
Raw Normal View History

2024-05-27 14:51:22 +02:00
package slack
type SlackMessage struct {
Text string `json:"text,omitempty"`
}