MCPcopy Create free account
hub / github.com/MMadmer/EpicAssetsNotifyBot / ChannelSubscription

Struct ChannelSubscription

internal/model/types.go:81–85  ·  view source on GitHub ↗

ChannelSubscription is the legacy per-channel subscription record.

Source from the content-addressed store, hash-verified

79
80// ChannelSubscription is the legacy per-channel subscription record.
81type ChannelSubscription struct {
82 ID int64 `json:"id"`
83 ShownAssets bool `json:"shown_assets"`
84 Locale string `json:"locale"`
85}
86
87// GuildConfig is the active per-guild notification configuration.
88type GuildConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected