TelegramClientConfigApiId Property
Gets or sets the API ID associated with the Telegram client.
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 ApiId { get; set; }
Public Property ApiId As String
Get
Set
Dim instance As TelegramClientConfig
Dim value As String
value = instance.ApiId
instance.ApiId = value
public:
property String^ ApiId {
String^ get ();
void set (String^ value);
}
member ApiId : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String