menu
tdlib package
documentation
td_api.dart
ChatEventPhotoChanged
ChatEventPhotoChanged const constructor
ChatEventPhotoChanged const constructor
dark_mode
light_mode
ChatEventPhotoChanged
constructor
const
ChatEventPhotoChanged
(
{
ChatPhoto
?
oldPhoto
,
ChatPhoto
?
newPhoto
,
})
The chat photo was changed
Implementation
const ChatEventPhotoChanged({ this.oldPhoto, this.newPhoto, });
tdlib package
documentation
td_api
ChatEventPhotoChanged
ChatEventPhotoChanged const constructor
ChatEventPhotoChanged class