chatEventForumTopicDeleted property
A forum topic was deleted
Implementation
ChatEventForumTopicDeleted? get chatEventForumTopicDeleted {
if (this is ChatEventForumTopicDeleted) {
return this as ChatEventForumTopicDeleted;
}
return null;
}