ChannelSubscription is the legacy per-channel subscription record.
| 79 | |
| 80 | // ChannelSubscription is the legacy per-channel subscription record. |
| 81 | type 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. |
| 88 | type GuildConfig struct { |
nothing calls this directly
no outgoing calls
no test coverage detected