Summary
Transmits the current user typing event to the conversation partner or group
- Namespace
- OpenTl
.ClientApi .Services .Interfaces - Containing Type
- IMessagesService
Syntax
Task<bool> SendTypingAsync(IInputPeer peer, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Name | Type | Description |
---|---|---|
peer | IInputPeer | Target user or group |
cancellationToken | CancellationToken | Cancellation token |
Return Value
Type | Description |
---|---|
Task |