chatEventForumTopicEdited property

ChatEventForumTopicEdited? chatEventForumTopicEdited

A forum topic was edited

Implementation

ChatEventForumTopicEdited? get chatEventForumTopicEdited {
  if (this is ChatEventForumTopicEdited) {
    return this as ChatEventForumTopicEdited;
  }
  return null;
}