Struct twilight_http::request::channel::thread::AddThreadMember
source · pub struct AddThreadMember<'a> { /* private fields */ }
Expand description
Add another member to a thread.
Requires the ability to send messages in the thread, and that the thread is not archived.
Implementations§
source§impl<'a> AddThreadMember<'a>
impl<'a> AddThreadMember<'a>
Trait Implementations§
source§impl IntoFuture for AddThreadMember<'_>
impl IntoFuture for AddThreadMember<'_>
§type Output = Result<Response<EmptyBody>, Error>
type Output = Result<Response<EmptyBody>, Error>
The output that the future will produce on completion.
§type IntoFuture = ResponseFuture<EmptyBody>
type IntoFuture = ResponseFuture<EmptyBody>
Which kind of future are we turning this into?
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more