From 0b02aa0b635e495546f7d68a2bfef0a862345f75 Mon Sep 17 00:00:00 2001 From: Pawel Kosiec Date: Wed, 3 Jul 2024 10:01:57 +0200 Subject: [PATCH] Add comment --- pkg/config/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/config/config.go b/pkg/config/config.go index 9c63af044..22b9e4181 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -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"`