Nostrum.Api.delete_channel_permissions
You're seeing just the function
delete_channel_permissions
, go back to Nostrum.Api module for more information.
Link to this function
delete_channel_permissions(channel_id, overwrite_id, reason \\ nil)
View SourceSpecs
delete_channel_permissions( integer(), integer(), Nostrum.Struct.Guild.AuditLogEntry.reason() ) :: error() | {:ok}
Delete a channel permission for a user or role.
Role or user overwrite to delete is specified by channel_id
and overwrite_id
.
An optional reason
can be given for the audit log.