WTelegramClientHelperCreateClient Method

Creates an instance of the Client class using the configuration specified in the provided TelegramClientConfig object.

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 Client CreateClient(
	TelegramClientConfig clientConfig
)

Parameters

clientConfig  TelegramClientConfig
A TelegramClientConfig object containing the client configuration settings.

Return Value

Client
An instance of the Client object configured based on the provided TelegramClientConfig object.

Example

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

See Also