mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 00:42:30 +00:00
4
vendor/github.com/slack-go/slack/interactions.go
generated
vendored
4
vendor/github.com/slack-go/slack/interactions.go
generated
vendored
@@ -9,11 +9,11 @@ import (
|
||||
type InteractionType string
|
||||
|
||||
// ActionType type represents the type of action (attachment, block, etc.)
|
||||
type actionType string
|
||||
type ActionType string
|
||||
|
||||
// action is an interface that should be implemented by all callback action types
|
||||
type action interface {
|
||||
actionType() actionType
|
||||
actionType() ActionType
|
||||
}
|
||||
|
||||
// Types of interactions that can be received.
|
||||
|
Reference in New Issue
Block a user