messageForumTopicCreated property

MessageForumTopicCreated? messageForumTopicCreated

A forum topic has been created

Implementation

MessageForumTopicCreated? get messageForumTopicCreated {
  if (this is MessageForumTopicCreated) {
    return this as MessageForumTopicCreated;
  }
  return null;
}