MessageDataHasMedia Property
Gets a value indicating whether the message contains media.
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 bool HasMedia { get; }
Public ReadOnly Property HasMedia As Boolean
Get
Dim instance As MessageData
Dim value As Boolean
value = instance.HasMedia
public:
property bool HasMedia {
bool get ();
}
member HasMedia : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean