chatEventDescriptionChanged property

ChatEventDescriptionChanged? chatEventDescriptionChanged

The chat description was changed

Implementation

ChatEventDescriptionChanged? get chatEventDescriptionChanged {
  if (this is ChatEventDescriptionChanged) {
    return this as ChatEventDescriptionChanged;
  }
  return null;
}