chatEventDescriptionChanged property
The chat description was changed
Implementation
ChatEventDescriptionChanged? get chatEventDescriptionChanged {
if (this is ChatEventDescriptionChanged) {
return this as ChatEventDescriptionChanged;
}
return null;
}