Struct twilight_http::request::channel::DeleteChannelPermissionConfigured [−][src]
pub struct DeleteChannelPermissionConfigured<'a> { /* fields omitted */ }Expand description
Clear the permissions for a target ID in a channel.
The target_id is a u64, but it should point to a RoleId or a UserId.
Implementations
pub fn exec(self) -> ResponseFuture<EmptyBody>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
pub fn exec(self) -> ResponseFuture<EmptyBody>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
Notable traits for ResponseFuture<T>
impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;Execute the request, returning a future resolving to a Response.