Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FeedbackModule = integram.Module{
Actions: []interface{}{
askForFeedbackReplied,
feedbackEdited,
},
}
Functions ¶
Types ¶
type FeedbackConfig ¶
type FeedbackConfig struct {
ChatID int64 `envconfig:"CHAT_ID" required:"true"`
}
Click to show internal directories.
Click to hide internal directories.