menu
tdlib2 package
documentation
td_api.dart
ChatEventDescriptionChanged
ChatEventDescriptionChanged.new constructor
ChatEventDescriptionChanged.new constructor
dark_mode
light_mode
ChatEventDescriptionChanged
constructor
ChatEventDescriptionChanged
(
{
required
String
oldDescription
,
required
String
newDescription
,
})
Implementation
ChatEventDescriptionChanged({ required this.oldDescription, required this.newDescription, });
tdlib2 package
documentation
td_api
ChatEventDescriptionChanged
ChatEventDescriptionChanged.new constructor
ChatEventDescriptionChanged class