TelegramClientConfigFirstName Property
Gets or sets the first name of the user.
(If sign-up is required)
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 FirstName { get; set; }
Public Property FirstName As String
Get
Set
Dim instance As TelegramClientConfig
Dim value As String
value = instance.FirstName
instance.FirstName = value
public:
property String^ FirstName {
String^ get ();
void set (String^ value);
}
member FirstName : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String