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

Struct UserProfile

internal/model/types.go:100–105  ·  view source on GitHub ↗

UserProfile stores per-user DM notification preferences.

Source from the content-addressed store, hash-verified

98
99// UserProfile stores per-user DM notification preferences.
100type UserProfile struct {
101 ID int64 `json:"id"`
102 ShownAssets bool `json:"shown_assets"`
103 Locale string `json:"locale"`
104 Subscribed bool `json:"subscribed"`
105}
106
107// Snapshot matches the persisted runtime state in the Python implementation.
108type Snapshot struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected