Summary
Returns full chat info according to its ID.
- Namespace
- OpenTl
.ClientApi .Services .Interfaces - Containing Type
- IMessagesService
Syntax
Task<Schema.Messages.IChatFull> GetFullChatAsync(int chatId, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Name | Type | Description |
---|---|---|
chatId | int | Chat's identifier |
cancellationToken | CancellationToken | Cancellation token |
Return Value
Type | Description |
---|---|
Task |
Object contains extended info on chat with auxiliary data. |