Struct tcloud_im_api::api::message::MessageApi [−][src]
pub struct MessageApi<'a> {
pub inner: &'a Client,
}Fields
inner: &'a ClientImplementations
pub async fn batch_send<R: Into<BatchMessage>>(
&self,
data: R
) -> Result<BatchSendResp, Error>
pub async fn unread_count<R: Into<BatchMessage>>(
&self,
data: R
) -> Result<BatchSendResp, Error>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for MessageApi<'a>
impl<'a> Send for MessageApi<'a>
impl<'a> Sync for MessageApi<'a>
impl<'a> Unpin for MessageApi<'a>
impl<'a> !UnwindSafe for MessageApi<'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
