package
Version:
v0.0.0-...-7df517a
Opens a new window with list of versions in this module.
Published: Oct 29, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event struct {
Type string `json:"type"`
Message Message `json:"object"`
}
type Message struct {
UserID int64 `json:"user_id"`
Body string `json:"body"`
Out int `json:"out"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.