Skip to content

Commit

Permalink
fix: remove required message id tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincali committed Mar 31, 2024
1 parent b648afa commit bc99af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type TeamSpeak struct {
type Telegram struct {
BotToken string `yaml:"botToken" validate:"required"`
ChatId int64 `yaml:"chatId" validate:"required"`
MessageId int `yaml:"messageId" validate:"required"`
MessageId int `yaml:"messageId"`
Separator string `yaml:"separator" validate:"required"`
ZeroUsers string `yaml:"zeroUsers" validate:"required"`
}
Expand Down

0 comments on commit bc99af6

Please sign in to comment.