Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventsAPICallbackEvent ¶
type EventsAPICallbackEvent struct {
Type string `json:"type"`
Token string `json:"token"`
TeamID string `json:"team_id"`
APIAppID string `json:"api_app_id"`
Authoritzations []EventMessageAuthorization `json:"authorizations"`
EventID string `json:"event_id"`
EventTime int `json:"event_time"`
EventContext string `json:"event_context"`
}
this is required because slack-go doesn't seem to provide a way to get the bot's own ID
Click to show internal directories.
Click to hide internal directories.