Files
streamctl/pkg/streamd/config/raid.go
2025-07-13 21:02:34 +01:00

6 lines
104 B
Go

package config
type Raid struct {
AutoRaidOnStreamEnd []ChatUserID `yaml:"auto_raid_on_stream_end"`
}