WTelegramClientHelperGetChannelsAsync Method

Asynchronously retrieves a collection of Channel objects containing all the channels from the client.

Definition

Namespace: DevCase.ThirdParty.WTelegramClient
Assembly: DevCase.net48.ThirdParty.WTelegramClient (in DevCase.net48.ThirdParty.WTelegramClient.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Task<ReadOnlyCollection<Channel>> GetChannelsAsync(
	Client client
)

Parameters

client  Client
The source Client object.

Return Value

TaskReadOnlyCollectionChannel
An asynchronous operation that yields a ReadOnlyCollectionT containing all the channels from the client.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also