MessageChatChangePhoto constructor
const
MessageChatChangePhoto({
- required ChatPhoto photo,
An updated chat photo
Implementation
const MessageChatChangePhoto({
required this.photo,
});
An updated chat photo
const MessageChatChangePhoto({
required this.photo,
});