copyWith method

MessageChatChangePhoto copyWith({
  1. ChatPhoto? photo,
})

Implementation

MessageChatChangePhoto copyWith({ChatPhoto? photo}) =>
    MessageChatChangePhoto(photo: photo ?? this.photo);