6 lines
74 B
Go
6 lines
74 B
Go
package feishu
|
|
|
|
type MessageContent struct {
|
|
Text string `json:"text"`
|
|
}
|