Struct twilight_http::request::channel::webhook::GetChannelWebhooks [−][src]
pub struct GetChannelWebhooks<'a> { /* fields omitted */ }Expand description
Get all the webhooks of a channel.
Implementations
pub fn exec(self) -> ResponseFuture<ListBody<Webhook>>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
pub fn exec(self) -> ResponseFuture<ListBody<Webhook>>ⓘ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.