IMessagesService.

GetFullChatAsync(int, CancellationToken) Method

Summary

Returns full chat info according to its ID.

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<Schema.Messages.IChatFull> Object contains extended info on chat with auxiliary data.