ChatEventDescriptionChanged constructor

ChatEventDescriptionChanged(
  1. {required String old_description,
  2. required String new_description,
  3. int? extra,
  4. int? clientId}
)

The chat description was changed

Implementation

ChatEventDescriptionChanged