We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d46a8 commit df49b6cCopy full SHA for df49b6c
events.go
@@ -60,7 +60,7 @@ type ChannelUpdate struct {
60
// ChannelDelete is the data for a ChannelDelete event.
61
type ChannelDelete struct {
62
*Channel
63
- BeforeDelete *Channel
+ BeforeDelete *Channel `json:"-"`
64
}
65
66
// ChannelPinsUpdate stores data for a ChannelPinsUpdate event.
0 commit comments