Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandsResult ¶
type GetInstallationResult ¶
type GetInstallationResult struct {
StatusCode int
}
type Message ¶
type Message struct {
PostId string `json:"post_id"`
Commands *string `json:"commands"`
InterpreterOverride *string `json:"interpreter_override"`
GetInstallation *bool `json:"get_installation"`
}
func (*Message) CreatePostbackRequest ¶ added in v0.2.0
type Result ¶
type Result struct {
PostId string
Commands *CommandsResult
GetInstallation *GetInstallationResult
}
Click to show internal directories.
Click to hide internal directories.