Struct twilight_http::request::user::CreatePrivateChannel [−][src]
pub struct CreatePrivateChannel<'a> { /* fields omitted */ }Expand description
Create a group DM.
This endpoint is limited to 10 active group DMs.
Implementations
pub fn exec(self) -> ResponseFuture<PrivateChannel>ⓘ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>;Auto Trait Implementations
impl<'a> !RefUnwindSafe for CreatePrivateChannel<'a>
impl<'a> Send for CreatePrivateChannel<'a>
impl<'a> Sync for CreatePrivateChannel<'a>
impl<'a> Unpin for CreatePrivateChannel<'a>
impl<'a> !UnwindSafe for CreatePrivateChannel<'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