messageForumTopicCreated property
A forum topic has been created
Implementation
MessageForumTopicCreated? get messageForumTopicCreated {
if (this is MessageForumTopicCreated) {
return this as MessageForumTopicCreated;
}
return null;
}
A forum topic has been created
MessageForumTopicCreated? get messageForumTopicCreated {
if (this is MessageForumTopicCreated) {
return this as MessageForumTopicCreated;
}
return null;
}