Fix incorrect webhook payload being sent in the new SetMessageVisibilityEvent
This commit is contained in:
@@ -19,3 +19,8 @@ func (e *SetMessageVisibilityEvent) GetBroadcastPayload() EventPayload {
|
||||
"visible": e.Visible,
|
||||
}
|
||||
}
|
||||
|
||||
// GetMessageType will return the event type for this message.
|
||||
func (e *SetMessageVisibilityEvent) GetMessageType() EventType {
|
||||
return VisibiltyUpdate
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user