Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TextContent ¶
type TextContent struct {
Text string `json:"text"`
}
type TextMessage ¶
type TextMessage struct { MsgType string `json:"msg_type"` Content *TextContent `json:"content"` }
TextMessage for messages
Click to show internal directories.
Click to hide internal directories.