Files
rss-to-feishu-next/internal/feishu/types.go
2026-01-19 02:10:24 -06:00

6 lines
74 B
Go

package feishu
type MessageContent struct {
Text string `json:"text"`
}