Struct twilight_http::request::channel::webhook::UpdateWebhookWithToken [−][src]
pub struct UpdateWebhookWithToken<'a> { /* fields omitted */ }Expand description
Update a webhook, with a token, by ID.
Implementations
Set the avatar of the webhook.
See Discord Docs/Image Data for more information. This must be a Data URI, in the form of
data:image/{type};base64,{data} where {type} is the image MIME type and {data} is the
base64-encoded image.
pub fn exec(self) -> ResponseFuture<Webhook>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
pub fn exec(self) -> ResponseFuture<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.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for UpdateWebhookWithToken<'a>
impl<'a> Send for UpdateWebhookWithToken<'a>
impl<'a> Sync for UpdateWebhookWithToken<'a>
impl<'a> Unpin for UpdateWebhookWithToken<'a>
impl<'a> !UnwindSafe for UpdateWebhookWithToken<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more