Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Jul 3, 2024
1 parent 3c25f34 commit 0b02aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ type CloudSlackChannel struct {
ChannelBindingsByName `yaml:",inline" mapstructure:",squash"`

// ChannelID is the Slack ID of the channel.
// Currently, it is used for AI plugin as it has ability to fetch the Botkube Agent configuration.
// Later it can be used for deep linking to a given channel, see: https://api.slack.com/reference/deep-linking#app_channel
ChannelID string `yaml:"channelID"`
// Alias is an optional public alias for a private channel.
Alias *string `yaml:"alias,omitempty"`
Expand Down

0 comments on commit 0b02aa0

Please sign in to comment.