menu
td_json_client package
documentation
td_api.dart
ChatEventPhotoChanged
ChatEventPhotoChanged.new constructor
ChatEventPhotoChanged.new constructor
dark_mode
light_mode
ChatEventPhotoChanged
constructor
ChatEventPhotoChanged
(
{
String
?
extra
,
int
?
client_id
,
ChatPhoto
?
old_photo
,
ChatPhoto
?
new_photo
,
})
Implementation
ChatEventPhotoChanged({ super.extra, super.client_id, this.old_photo, this.new_photo, });
td_json_client package
documentation
td_api
ChatEventPhotoChanged
ChatEventPhotoChanged.new constructor
ChatEventPhotoChanged class