ChannelSubscription mirrors the legacy channel_subscriptions table.
| 2 | |
| 3 | // ChannelSubscription mirrors the legacy channel_subscriptions table. |
| 4 | type ChannelSubscription struct { |
| 5 | ID int64 `json:"id"` |
| 6 | ShownAssets bool `json:"shown_assets"` |
| 7 | Locale string `json:"locale"` |
| 8 | } |
| 9 | |
| 10 | // GuildConfig mirrors the runtime guild_configs table. |
| 11 | type GuildConfig struct { |
nothing calls this directly
no outgoing calls
no test coverage detected