Summary
Notifies the sender about the recipient having listened a voice message or watched a video.
- Namespace
- OpenTl
.ClientApi .Services .Interfaces - Containing Type
- IMessagesService
Syntax
Task<IAffectedMessages> ReadMessageContentsAsync(IReadOnlyList<int> ids, CancellationToken cancellationToken = default(CancellationToken))
Parameters
| Name | Type | Description |
|---|---|---|
| ids | IReadOnlyList |
Identifiers of messages |
| cancellationToken | CancellationToken | Cancellation token |
Return Value
| Type | Description |
|---|---|
| Task |
Returns a IAffectedMessages object containing a affected messages |