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 0d65e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ 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.
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 0d65e00

Please sign in to comment.