copyWith method
Implementation
LinkPreviewTypeDirectMessagesChat copyWith({ChatPhoto? photo}) =>
LinkPreviewTypeDirectMessagesChat(photo: photo ?? this.photo);
LinkPreviewTypeDirectMessagesChat copyWith({ChatPhoto? photo}) =>
LinkPreviewTypeDirectMessagesChat(photo: photo ?? this.photo);