TelegramClientConfigPassword Property
Gets or sets the password associated with the Telegram client.
Only required if user has enabled 2FA.
Namespace: DevCase.ThirdParty.WTelegramClientAssembly: 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 string Password { get; set; }
Public Property Password As String
Get
Set
Dim instance As TelegramClientConfig
Dim value As String
value = instance.Password
instance.Password = value
public:
property String^ Password {
String^ get ();
void set (String^ value);
}
member Password : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String