Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Token string
Functions ¶
Types ¶
type Attachment ¶
type Message ¶
type Message struct {
Text string `json:"text"`
Channel string `json:"channel,omitempty"`
Attachments []*Attachment `json:"attachments,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.