copyWith method
Implementation
InputChatPhotoPrevious copyWith({int? chatPhotoId}) =>
InputChatPhotoPrevious(chatPhotoId: chatPhotoId ?? this.chatPhotoId);
InputChatPhotoPrevious copyWith({int? chatPhotoId}) =>
InputChatPhotoPrevious(chatPhotoId: chatPhotoId ?? this.chatPhotoId);