You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @brief Add a permission_overwrite to this channel object
508
-
*
509
-
* @param id ID of the role or the member you want to add overwrite for
507
+
* @brief Add permission overwrites for a user or role.
508
+
* If the channel already has permission overwrites for the passed target, the existing ones will be adjusted by the passed permissions
509
+
*
510
+
* @param target ID of the role or the member you want to adjust overwrites for
510
511
* @param type type of overwrite
511
-
* @param allowed_permissions bitmask of allowed permissions (refer to enum dpp::permissions) for this user/role in this channel
512
-
* @param denied_permissions bitmask of denied permissions (refer to enum dpp::permissions) for this user/role in this channel
512
+
* @param allowed_permissions bitmask of dpp::permissions you want to allow for this user/role in this channel. Note: You can use the dpp::permission class
513
+
* @param denied_permissions bitmask of dpp::permissions you want to deny for this user/role in this channel. Note: You can use the dpp::permission class
513
514
*
514
-
* @return Reference to self, so these method calls may be chained
515
+
* @return Reference to self, so these method calls may be chained
0 commit comments