diff --git a/structs.go b/structs.go index 0d8051c..54fb70b 100644 --- a/structs.go +++ b/structs.go @@ -797,6 +797,9 @@ type Member struct { // Is true while the member hasn't accepted the membership screen. Pending bool `json:"pending"` + + // Total permissions of the member in the channel, including overrides, returned when in the interaction object. + Permissions int64 `json:"permissions,string"` } // Mention creates a member mention