[][src]Function harmony_rust_sdk::client::api::chat::typing

pub async fn typing<Req: IntoRequest<TypingRequest> + Debug>(
    client: &Client,
    request: Req
) -> ClientResult<()>

Notifies the server that the local user is typing.

This endpoint requires authentication.