Documentation
¶
Index ¶
Constants ¶
View Source
const (
//TagText tag for test message
TagText = "text"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message interface {
Type() string //speicit msg_type
Content() interface{}
}
Message specific the message send by bot https://www.larksuite.com/hc/en-US/articles/360048487736#1.1.2%20Plain%20text%20messages
Click to show internal directories.
Click to hide internal directories.