MessageDataTopic Property
If the channel specified in
Channel property is a group,
gets the topic where this message was sent. Otherwise, this value is null.
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 ForumTopic Topic { get; }
Public ReadOnly Property Topic As ForumTopic
Get
Dim instance As MessageData
Dim value As ForumTopic
value = instance.Topic
public:
property ForumTopic^ Topic {
ForumTopic^ get ();
}
member Topic : ForumTopic with get
No code example is currently available or this language may not be supported.
Property Value
ForumTopic