chatEventForumTopicEdited property
A forum topic was edited
Implementation
ChatEventForumTopicEdited? get chatEventForumTopicEdited {
if (this is ChatEventForumTopicEdited) {
return this as ChatEventForumTopicEdited;
}
return null;
}
A forum topic was edited
ChatEventForumTopicEdited? get chatEventForumTopicEdited {
if (this is ChatEventForumTopicEdited) {
return this as ChatEventForumTopicEdited;
}
return null;
}